Advertisement
Mashai

Untitled

Oct 9th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. kelp = {'XENTIO', 'COLOCASIA', 'VERNALIUS', 'KALMIA', 'PREFARAR'}
  2.  
  3. -- increment by 1 each time this is called
  4. kelp_index = (kelp_index or 0) + 1
  5. -- reset to first position after we go over
  6. if kelp_index > #kelp then kelp_index = 1 end
  7. send("WIPE DHURIVE")
  8. send("ENVENOM DHURIVE WITH " .. apply1)
  9. send("ENVENOM DHURIVE WITH " .. kelp[kelp_index])
  10. send("DHURIV COMBO " ..target.. " SLASH STAB")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement