Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Arias.pl - Quest File
General Info
Quest File
#zone: tutorialb sub EVENT_SAY { if ($text=~/hail/i && quest::istaskactivityactive(22,0)){ quest::say("We found the other slaves! Not bad, my friend, not bad. No matter what happens in the mines, you should always be able to find your way back here."); quest::popup("The Find Command", "It's a big world out there. It helps to know where you are going.
The Find Command:
You can use the find command to locate other imporant rebellion characters.
To open your find menu, press [CTRL+F] or press the Find button on your hotbuttons bar. Then click Absor's name under 'Weapons'. A glowing pathway will appear and lead you to that NPC.
"); quest::updatetaskactivity(22,0); } elsif ($text=~/hail/i && quest::istaskactivityactive(22,7)){ quest::say("Well done, my friend. Take this kobold skull charm. You are now ready to join ranks with the slaves and fight against the Gloomingdeep kobolds. Speak with Guard Rahtiz for your next assignment."); quest::updatetaskactivity(22,7); } elsif ($text=~/hail/i){ quest::say("We found the other slaves! Not bad, my friend, not bad. No matter what happens in the mines, you should always be able to find your way back here."); } if ($text=~/leave/i || $text=~/escape/i) { quest::say("Here I'll show you how to get out. Come and help us again!"); quest::movepc(202,-55,44,-158.81); # Zone: poknowledge } }
Source: 17 Jan 2022
Quest Source: 28 May 2022