TARGET - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: TARGET (/Thread-TARGET) |
TARGET - Staff_Stanic - 11-13-2013 05:57 AM Is possible force to cancel a target created by TARGETF or exist a trigger o something that fires when a TARGETF is canceled? RE: TARGET - Mordaunt - 11-13-2013 09:36 AM I beleive @targon_cancel or @targetcancel fire thought I haven't looked to verify. RE: TARGET - darksun84 - 11-13-2013 10:03 AM sendpacket 06c 00 D00 03 D<uid> W<p.x> W<p.y> 00 <p.z> W00 You'll still get the message "Targetting canceled", but the cursor will disappear more info : http://docs.polserver.com/packets/index.php?Packet=0x6C Notice that you can use also sendpacket 06c 00 D00 03 D00 W00 W00 00 00 W00 If the 4th value (CursorType) is set as 03 RE: TARGET - Staff_Stanic - 11-13-2013 12:57 PM (11-13-2013 10:03 AM)darksun84 Wrote: sendpacket 06c 00 D00 03 D<uid> W<p.x> W<p.y> 00 <p.z> W00THANK YOU! |