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
Shoot rune on target
#1
Hi, ive been searchinng without success. I am looking for script to shoot for example hmm rune on monsters that I myself target.

Please help meĀ 
|Only Registered members can see download links. | Click here to buy subscription or here to register.
|Only Registered members can see download links. | Click here to buy subscription or here to register.alt="Heart" title="Heart" class="smilie smilie_16" />
Reply

#2
I also tried use a hotkey with hmm rune "use on target" when I do this it shoot one hmm rune on target and then takes off the target so I need to click on more time on the monster to target :/
Reply

#3
Hello.

On which server are you using use on target?

You can simply use a LUA script hotkey:
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.
attacked() [table]: Returns a table with the attacking creature's (red-square) information.
|Only Registered members can see download links. | Click here to buy subscription or here to register.


local attacked_creature = attacked()
if attacked_creature.id > 0 then
    useitemoncreature('heavy magic missile rune', attacked_creature.id)
end
Reply

#4
Hello thanks for the reply! I use tibiascape.
So I tried it and its the same I target creature, It shoots one hmm charge then the target go away I need to target the creature again in order to shoot another hmm charge.
If its possible that it only shoot automatic when I target creature.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016