Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Magus_Jerira.pl - Quest File
General Info
Quest File
#BeginFile: sro\Magus_Jerira.pl # # sub EVENT_SAY { if($ulevel >= 15) { if(plugin::check_hasitem($client, 41000) || $client->KeyRingCheck(41000)) { #Adventurer's Stone if($text=~/hail/i) { quest::say("Nice to see you, $name. Am I safe in assuming you wish to travel today? I do admire the adventurers that so willingly take the risk involved with this spell. I enjoy knowing all of my hard work is not in vain. There's only been a few unfortunate folk that haven't, uhm, been so lucky. Frightful mess. I'll be sure to be extra careful where you are concerned. Honestly. A dark elf's word is . . . Well, forget that. He he. Tell me where you would like to go and I will send you there. I can send you to any of the other camps in [Butcherblock], [Commonlands], [Everfrost], [Nedaria's Landing], or [North Ro]."); } if($text=~/everfrost/i) { quest::emote("begins to cast a spell."); quest::selfcast(4180); #Teleport Everfrost } if($text=~/commonlands/i) { quest::emote("begins to cast a spell."); quest::selfcast(4176); #Teleport East Commons } if($text=~/nedaria/i) { quest::emote("begins to cast a spell."); quest::selfcast(4580); #Teleport Nedaria } if($text=~/north ro/i) { quest::emote("begins to cast a spell."); quest::selfcast(4177); #Teleport North Ro } if($text=~/butcherblock/i) { quest::emote("begins to cast a spell."); quest::selfcast(4179); #Teleport Butcherblock } } else { #PC does not have Adventurer's Stone quest::say("You will have to excuse me, I am quite busy studying this Farstone and the possibility of using the magic stored inside of it. Perhaps you should talk to another at this camp to see if they have any use for you."); } } else { #PC is not at appropriate level yet quest::say("You will have to excuse me, I am quite busy."); #Text made up } } sub EVENT_ITEM { plugin::return_items(\%itemcount); } #EndFile: sro\Magus_Jerira.pl
Source: 17 Jan 2022
Quest Source: 28 May 2022