Jump to content

Grotos

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Grotos

  1. Hey, 

    theres issue with targeting and exacly with attack range.

    While i set range 1 to 3 sqms bot still will try to attack all monsters. My friends have same issue.

     

    Next problem is Toggle Pause hotkey which i cant set (tried to restart bot many times just simply i cant sign it to any key)

     

  2. Quote

    local healthToCast = 60
    local spellToCast = "exori"
    local player = g_game.getLocalPlayer()
    if g_game.isAttacking() and player:getHealthPercent() >= healthToCast then
      g_game.talk(spellToCast)
      sleep(900, 1200)
    end
    auto(100)

     

    Could you add 2 conditions?

    Like mana req and monster distance?

×
×
  • Create New...