healing

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Mazer
Posts: 125
Joined: 2007-11-13 00:39:14

healing

Post by Mazer »

what about script to heal Idividual player not last target ?
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Code: Select all

uo.waittargetobject( "some player id" )
uo.usetype( "bandages" )
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Mazer
Posts: 125
Joined: 2007-11-13 00:39:14

Post by Mazer »

thank you :) another question:) why first you wait target and only then use bandages ? i thought i need to use bandages then wait target..
-=JoKeR=-
Posts: 173
Joined: 2007-05-26 00:00:56
Location: Украина, Ode$$a:[X-TEAM Group]
Contact:

Post by -=JoKeR=- »

Because it is a trap, it is put in advance and the subsequent calling target will be specified for on which the trap is sent.
Image
Mazer
Posts: 125
Joined: 2007-11-13 00:39:14

Post by Mazer »

:) cant understand :D what do you mean about traps ;)
-=JoKeR=-
Posts: 173
Joined: 2007-05-26 00:00:56
Location: Украина, Ode$$a:[X-TEAM Group]
Contact:

Post by -=JoKeR=- »

It literally a trap. =)
A trap for target, when you call target, it "gets in a trap" :)
You set the trap, in this case, on the object (player) by

Code: Select all

uo.waittargetobject( "some player id" )

I think you understand me now. I use translatоrs a lil bit :D
Image
Post Reply