Jump to content

oski121

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by oski121

  1. Hi i have a little problem, as normal i have fps in range 150-160 when playing on DBL but when i starting all bot functions scripts, trageting and cave bot my fps fall down to around 40 what is really annoying... even because this i sometimes dying, any suggestion what i can do?

  2. 36 minutes ago, Zelek said:

    Please search the forum before posting

    That's fine mate but i need Monster position and hp highter than xx in one script, i dont have idea how to add monster around to my previous script ;/

  3. Quote

    local healthToCast = 75
    local spellToCast = "gigantic breakers"
    local player = g_game.getLocalPlayer()
    if g_game.isAttacking() and player:getHealthPercent() >= healthToCast then
      g_game.talk(spellToCast)
      sleep(444, 555)
    end
    auto(100)

     

    Hi Guys i have a script for target spell like this, but i need add that cast just when monster will be not further than 3 or 4 sqm can some on make it for me?

×
×
  • Create New...