Advertisement
xdrafaxd

Ragnarok @thor - Usando Greed e Teleporte

Jul 7th, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.40 KB | None | 0 0
  1. automacro itemFound {
  2.     hook packet/item_exists
  3.     save x
  4.     save y
  5.     call {
  6.     $posX = $.hooksave0
  7.     $posY = $.hooksave1
  8.     call ganancia
  9. }
  10. }
  11.  
  12. automacro itemFound2 {
  13.     hook packet/item_appeared
  14.     save x
  15.     save y
  16.     call {
  17.     $posX = $.hooksave0
  18.     $posY = $.hooksave1
  19.     call ganancia
  20. }
  21. }
  22.  
  23. macro ganancia {
  24.     log X = $posX, Y = $posY
  25.     do move $posX $posY
  26.     do ss BS_GREED
  27.     do ss Teleporte
  28.     do tele
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement