Page 1 of 1

SetQuestArrow( who, active, xLoc, yLoc );

Posted: Fri Feb 10, 2006 8:39 am
by MontuZ
When ever I tried using this packet, POL doesn't seem to like it at all I get a nice little message on the console, "BB20302023" <example whenever the packet is sent.

Maybe add this as a function in UO.em?

And theses too..

SendURL(who, param);
SetPlayerWarMode( who, value );
CloseGump(user, gump_pid, ret_val);

Posted: Fri Feb 10, 2006 2:55 pm
by Marilla
From UO.EM:

Code: Select all

SendQuestArrow(to_whom, x := -1, y := -1)
I've been using it for years, and it works just fine.

Posted: Fri Feb 10, 2006 3:11 pm
by MontuZ
Haha, I missed that.. I suddenly feel like a newb.

Posted: Wed Feb 15, 2006 2:28 am
by Repsak
IT would be very nice if a z parm would be added, so it would be like this:

Code: Select all

SendQuestArrow(to_whom, x := -1, y := -1, z := -1) 
The reason for my request is that if I send this on an object with a z > 10 or z < 10 the arrow will be a little of target, and if the z is 30 to arrow will be way off target.

Posted: Wed Feb 15, 2006 10:07 pm
by MuadDib
Repsak, unfortunately the client ignores Z for this feature, so the Z param would be ignored anyway.

Posted: Fri Feb 17, 2006 2:17 am
by Repsak
Ohh, didt knew that.

Re: SetQuestArrow( who, active, xLoc, yLoc );

Posted: Mon Apr 10, 2006 2:57 am
by Shinigami
Unreal wrote:SetPlayerWarMode( who, value );
who.setwarmode(boolean);

RTFM -> http://poldoc.fem.tu-ilmenau.de/objref.php#Character

Shinigami