Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Dobbin_Crossaxe.pl - Quest File
General Info
Quest File
# items: 30162, 1047 my $ring_seven_final = undef; sub EVENT_SIGNAL { if($signal == 1){ $ring_seven_final = 1; quest::say("We thought it was too late, the Dain will be very pleased!"); quest::say("Please friend, show me your Mithril ring and I will show you our gratitude."); } } sub EVENT_ITEM { if($ring_seven_final == 1 && plugin::check_handin(\%itemcount, 30162 => 1)){ quest::say("Thank you. $name. your deeds will be mentioned to the Dain. Please take this note from Corbin to Garadain. it may help him to achieve victory over the enemy."); quest::summonitem(1047); # Item: Note from Corbin quest::faction(406,5); # Faction: Coldain quest::faction(405,5); # Faction: Dain Frostreaver IV quest::faction(419,-10); # Faction: Kromrif quest::faction(448,-10); # Faction: Kromzek $ring_seven_final=undef; } plugin::return_items(\%itemcount); } #END of FILE Zone:eastwastes ID:116129 -- Dobbin_Crossaxe
Source: 17 Jan 2022
Quest Source: 28 May 2022