Hi, i loosing last target when i MA (Magic Arrow) explosion pot
The script is this way:
sub maexplo()
uo.waittargettype("ExplosionPot")
uo.cast("Magic Arrow")
end sub
When i execute it, the target change from last to myself
Any one got a clue how to make not loose last target?
Loosing last target when MAing explosion pot
Moderators: Murderator+, Murderator
Re: Loosing last target when MAing explosion pot
uo.waittargetground(type,[color])
Re: Loosing last target when MAing explosion pot
ZeroDX wrote:uo.waittargetground(type,[color])
Could you post full code?
Re: Loosing last target when MAing explosion pot
if the object is destroyed, what you are doing a target?
Re: Loosing last target when MAing explosion pot
Mirage wrote:if the object is destroyed, what you are doing a target?
The explosion pot is not destroyed...
It's a WarShard
Re: Loosing last target when MAing explosion pot
Code: Select all
sub maexplo()
uo.waittargetground('ExplosionPot')
uo.cast("Magic Arrow")
end sub
ExplosionPotn on the ground