Jump to content

xoon

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by xoon

  1. ADD for this script "range" and "HP" Please

     

     

    local manaToCast = 60 local spellToCast = "Spirit Cannon" local player = g_game.getLocalPlayer() if g_game.isAttacking() and player:getManaPercent() >= manaToCast then g_game.talk(spellToCast) sleep(700, 1000) end auto(100)

×
×
  • Create New...