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
How do i Make script use mana fluid on someone else?
#1
hi,

Currently, I am using

useitemoncreature (7, id())

to use mana on myself in persistent.

I want to spam mana on another mage. how do i change?
Reply

#2
Hello.

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.


The code that you posted will use the item with id 7 (mana fluid) on yourself, because "id()" returns your character's current id.
useitemoncreature(7, id())

So you just need to change it to another creature id or name.
useitemoncreature(7, 'player name')
useitemoncreature(7, 1234567890)
Reply

#3
Thank you!
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016