$client->???
Im creating a quest npc which is going to summon a PC to a location and make the client (PC) untarget anything he got targeted is that possible from quest::?
I tried something like $client->untarget(); but im not sure what kind of commands $client can use. |
You can't just make up commands that don't exist. All of the current quest objects are here:
http://www.eqemulator.net/wiki/wikka...a=QuestObjects And normal quest commands are here: http://www.eqemulator.net/wiki/wikka...=QuestTutorial And no, you can't make a client untarget something. The client will just keep the target even if the server thinks it removed it. I guess we are missing a certain packet to remove targets, or it just isn't a possibility for the client. |
Ok thanks for the answer, I guess I'd just remove my little hide and seek event than as the player keeps the npc on target.
I could despawn the mob and resummon it but it feels kinda worthless... |
If you don't want the NPC to be targetable, you can just change body type to 11 so they can't be targeted.
|
All times are GMT -4. The time now is 11:48 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.