Yoko
http://forum.yoko.com.ua/

Loosing last target when MAing explosion pot
http://forum.yoko.com.ua/viewtopic.php?f=17&t=16820
Page 1 of 1

Author:  gflip [ 2011-11-18 23:45:05 ]
Post subject:  Loosing last target when MAing explosion pot

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?

Author:  ZeroDX [ 2011-11-18 23:59:35 ]
Post subject:  Re: Loosing last target when MAing explosion pot

uo.waittargetground(type,[color])

Author:  gflip [ 2011-11-19 00:51:56 ]
Post subject:  Re: Loosing last target when MAing explosion pot

ZeroDX wrote:
uo.waittargetground(type,[color])


Could you post full code?

Author:  Mirage [ 2011-11-19 07:15:03 ]
Post subject:  Re: Loosing last target when MAing explosion pot

if the object is destroyed, what you are doing a target?

Author:  gflip [ 2011-11-19 17:24:02 ]
Post subject:  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

Author:  Mirage [ 2011-11-19 17:49:11 ]
Post subject:  Re: Loosing last target when MAing explosion pot

Code:
sub maexplo()
    uo.waittargetground('ExplosionPot')
    uo.cast("Magic Arrow")
end sub

ExplosionPotn on the ground

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/