Guard Spews
Being that the old Freeport is gone now does anyone happen to remember what the guards each said when they aggroed/slayed something? i.e. Guard Munden says 'Stand where you are, scum!!' when he aggroed and, Guard Munden says 'Let your death be a warning to all who dare oppose the Freeport Militia!' after he slayed something. I only have Munden and Jacsen. I know that this is a lot to ask, but if anyone happens to remember them (or any of them), that would be great. Thank you!
|
you can try a google search for:
"guard soandso says" or "guard soandso says" +tokyo2001 mostly you'll find quest dialogue if that npc has any but you never know. someone may logged the aggro or attack message for the npc. |
Hello,
Eqlive now keeps a log of everything that npc's say to you like that, ill see if its stored on the local machine, if it is ill send it to you. |
Guard_Jacsen.pl
Code:
############################################ |
Event_aggro
Does EVENT_AGGRO trigger if another NPC aggroes another NPC (e.i. a Large Rat aggroes a guard) or does it only work if a PC aggroes an NPC? If it doesn't is there any way to make it trigger when an NPC aggroes another? Thanks in Advance! :)
|
another way.
Quote:
sub EVENT_ATTACK #triggers when client attacks mob. { quest::say("You will die for the glory of the master sdabbs!!"); or quest::shout("You will die for the glory of the master sdabbs!!"); Note that the npc_aggro should also be set to non-zero in the npc's entry in the npc_types table for npc-to-npc aggro to work. (NPC assisting will still work even if npc_aggro = 0) However, I don't recommend blindly turning on npc_aggro across the board -- do it only on npc's you really want to aggro other npc's, else you will experience big-time performance issues. |
Guards will aggro rats and junk fine (although if they aggro another NPC they just kick it =/ ... But that
|
All times are GMT -4. The time now is 09:24 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.