Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Shooting runes slow
#1
Hi i have problem with shoting HMMs too slow. I change SPAM to 200 to 1900. Its the mininum i can change. i want more fast shot to no loose time and make more exp!
Reply

#2
Every rune has a cooldown. If you setup 200 to 1900 that means Targeting will try to shoot every random time between 200ms to 1900ms, it could be: 1500ms, 1200ms, 1899ms, 201ms, etc.
You can very easily create your own rune script. I believe there's some scripts on Forums that does that.

useitemoncreature(string item, string/number creature) [void]: Use an item located inside your containers or inventory in the creature with the defined name or id.
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Reply

#3
hi, i dont know how to do my own script.

Can u send me some script only to shot rune in creature with fix 200ms ? i can imagine this is simple to you.

Thank you.
Reply

#4
Hello.

Sure! Shoots SD on currently attacking creature.
local attackedCreature = attacked()
if attackedCreature.id > 0 then
    useitemoncreature('sudden death rune', attackedCreature.id)
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016