Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Garadain_Glacierbane.pl - Quest File
General Info
Quest File
# items: 1092, 30164 sub EVENT_SPAWN { quest::say("It is worse than I thought. Not only are they prepared for an attack, but they have the Kromrif here to help them. Our steel will be tested today. Be sure not to show the troops any fear."); quest::pause(2); } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 1092 => 1)) { quest::say("Good work friend! The Dain will hear of this right away. We couldn't have defeated the Ry'gorr without your help. Take this ring as proof that you have served the Coldain well. You may wish to show it to the Seneschal should you ever stop in our fine city. Farewell, $name, it has been my pleasure knowing you."); quest::summonitem(30164); # Item: Velium Coldain Insignia Ring #Factions: +Coldain, +Dain Frostreaver IV, -Kromrif, -Kromzek quest::faction(406,30); # Faction: Coldain quest::faction(405,30); # Faction: Dain Frostreaver IV quest::faction(419,-30); # Faction: Kromrif quest::faction(448,-30); # Faction: Kromzek quest::exp(2000000); quest::depop(); } plugin::return_items(\%itemcount); } sub EVENT_WAYPOINT_ARRIVE { if ($wp == 1) { quest::settimer(30,10); } elsif ($wp == 2) { quest::pause(2); quest::say("For the Glory of Thurgadin! CHARGE!!"); quest::settimer(27,600); quest::settimer(37,65); quest::pause(30); } } sub EVENT_TIMER { if($timer == 30) { quest::stoptimer(30); quest::say("TROOPS! FALL IN!!"); quest::settimer(31,10); } elsif($timer == 31) { quest::stoptimer(31); quest::say("Listen up men!"); quest::settimer(32,5); } elsif ($timer == 32) { quest::stoptimer(32); quest::say("You all know why we're here. For decades these savages have menaced our people. Recent events have been too much to bear and the Dain has declared war! We will stop at nothing short of the Ry`gorr's annihilation!"); quest::settimer(33,20); } elsif($timer == 33) { quest::stoptimer(33); quest::say("No longer will we tolerate their heathen presence in our lands! Never again will we mourn the loss of a Coldain to these pawns of the Kromrif! Our deeds here today shall make this land safe for Coldain for all time!"); quest::settimer(34,15); } elsif($timer == 34) { quest::stoptimer(34); quest::say("Today the Ry`gorr fall! Tomorrow the Kromrif!!"); quest::say("Fall out men!!"); quest::settimer(35,20); } elsif($timer == 35) { quest::stoptimer(35); quest::say("Stay back from the initial charge, my friend. We will go directly for the chief once the troops are engaged. Follow me closely!"); quest::settimer(36,10); } elsif($timer == 36) { quest::stoptimer(36); quest::say("For the Glory of Thurgadin! CHARGE!!"); quest::settimer(37,65); } elsif($timer == 37) { quest::stoptimer(37); quest::pause(580); } elsif($timer == 27) { quest::stoptimer(27); quest::depop(); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022