Any Injection expert could help me?
Posted: 2010-12-10 18:18:08
Hello there Injection script experts, I would like to ask you some help.
I have a script to use bandage on my friends, that is included in my script with their ID"s.
sub bandagefriend()
UO.Exec("usetype 0x0e2c")
uo.waittargetobject('0x00027842') ## Test1
UO.InJournal("You can't see the target")
wait(250)
uo.waittargetobject('0x00007a61') ## Test
end sub
But somehow it doesnt work, it only uses bandage on Test1 character, but it doesnt use on Test, when the test1 is not near me.
Would need some help.
I have a script to use bandage on my friends, that is included in my script with their ID"s.
sub bandagefriend()
UO.Exec("usetype 0x0e2c")
uo.waittargetobject('0x00027842') ## Test1
UO.InJournal("You can't see the target")
wait(250)
uo.waittargetobject('0x00007a61') ## Test
end sub
But somehow it doesnt work, it only uses bandage on Test1 character, but it doesnt use on Test, when the test1 is not near me.
Would need some help.