Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Sergeant_C-Orm.pl - Quest File
General Info
Quest File
sub EVENT_COMBAT { if($combat_state == 1){ my $cur_target = $npc->GetHateTop(); if($cur_target) { my $target_name = $cur_target->GetCleanName(); quest::say("Time to die $target_name!"); } } } sub EVENT_AGGRO { my $random = int(rand(3)); if($random == 0) { quest::say("$class like you are an affront to my senses!"); } if($random == 1) { quest::say("$class like you always bring out the worst in me!"); } if($random == 2) { quest::say("It's $class like you that insult all of Norrath!"); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022