Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Marl_Kastane.pl - Quest File
General Info
Quest File
# Part of SK Epic 1.0 # items: 14384, 14383 sub EVENT_SAY { $faction = $client->GetCharacterFactionLevel(404); #True Spirit if ($faction >= 82) { quest::say("Alas, I cannot be the one to carry the sword back to my people as proof in fear they will kill me to possess it for their own. I think a simple trade is in order. Perhaps you have a symbol or token of Lhanrc's that I could take back to the others to ease their worries?"); } else { quest::emote("seems to ignore you."); } } sub EVENT_ITEM { $faction = $client->GetCharacterFactionLevel(404); #True Spirit if ($faction >= 82) { if (plugin::check_handin(\%itemcount, 14384 => 1)) { #Lhranc's Token quest::say("Very good, I will go deliver this right away."); quest::summonitem(14383); #Innoruuk's Curse quest::depop(); } } plugin::return_items(\%itemcount); } # Quest by mystic414
Source: 17 Jan 2022
Quest Source: 28 May 2022