Jump to content

xoon

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by xoon

  1. xoon

    Request Script

    is it possible to set the bot to attack all monsters?
  2. xoon

    Request Script

    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...