ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: xapcx on April 14, 2011, 06:26:41 PM

Title: Serpent Eggs.. Snake holes..
Post by: xapcx on April 14, 2011, 06:26:41 PM
So I am working on a egg collecting script to do medusa with.. I am having trouble actually targetting the snake hole, I use the flute on the snake, it says the animal walks where instructed - has the sparklies around it, but it is not actually looking in the hole?  I have notices the the hole location sometimes does not fall on the same "Z" axis.

Any advice on this one?
Title: Re: Serpent Eggs.. Snake holes..
Post by: OMGBurgers on April 14, 2011, 06:48:05 PM
you need to actually click the x/y location.
Title: Re: Serpent Eggs.. Snake holes..
Post by: xapcx on April 14, 2011, 07:31:08 PM
ok, now i need help
here is what i have tried:

set %hlx #findx
set %hly #findy
set %hlz #findz
click %hlx %hly %hlz

when i do it this way the target cursor stays up

set #ltargetkind 3
set #ltargetid #findid
event macro 22 0

when i do it this way either the snake goes to the hole and does nothing or i get a message that says the target can not be seen
Title: Re: Serpent Eggs.. Snake holes..
Post by: xapcx on April 14, 2011, 07:40:19 PM
Ahh crap i should have been setting the cursor location, not the map location