Advertisement
CeeDeeCeeBee

Everwing_Kill Boss

Sep 6th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //KILL BOSS
  2. - Click Bossraid/Paste on Console/Close Bossraid
  3.  
  4. var e = GC.app.mvc.models.RaidsModel;
  5. GC.app.mvc.sendNotification("SaveBossRaidDamageCommand", {
  6. bossRaidDamage: 9999999999,
  7. raidData: e
  8. })
  9.  
  10. //RESET TIMER: (www.epochconverter.com)
  11. Date.prototype.getTime = function() {return 0000000000000.00 };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement