Guest User

Untitled

a guest
May 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. if (rsinterfacechildren.spellName.endsWith("Rush")
  2. || rsinterfacechildren.spellName.endsWith("Burst")
  3. || rsinterfacechildren.spellName.endsWith("Blitz")
  4. || rsinterfacechildren.spellName.endsWith("Barrage") && !rsinterfacechildren.spellName.equals("Miasmic Barrage")) {
  5. menuActionName[menuActionRow] = "Autocast @gre@" + rsinterfacechildren.spellName + ((myPrivilege != 0) ? ", " + rsinterfacechildren.id : "");
  6. menuActionID[menuActionRow] = 104;
  7. menuActionCmd3[menuActionRow] = rsinterfacechildren.id;
  8. menuActionRow++;
  9. }
Add Comment
Please, Sign In to add comment