Euzan_Jurek.pl - Quest File
x
1
# items: 29855, 29856, 29857, 29858, 29891
2
sub EVENT_SAY {
3
if ($text=~/hail/i) {
4
quest::say("Greetings, $name");
5
}
6
if ($text=~/Torsten/i) {
7
quest::say("So Torsten has sent you? He must see the potential within you to help us. I cannot give you any information right now as to who we are. That is a trust you must [earn].");
8
}
9
if ($text=~/earn/i) {
10
quest::emote("leans in and whispers to you.");
11
quest::say("Let it be known that assisting us will show your distrust in everything this city stands for. If you do not want to get involved I urge you to walk away now. However if you wish to [bring about change], stay and I will tell you how to earn our trust.");
12
}
13
if ($text=~/bring about change/i) {
14
quest::say("Good, you must do something for us. One of our members, who needs not be named, is due to be called for the Question. We need you to go into the Heart [Consillium] and replace their records with this one. This false record shows that they have completed their Question and still have time until their next one. Changing the records will make the question pass over us so that we avoid being discovered. Go in stealth, when you have completed this task bring me back the original records and your Insignia Earring.");
15
quest::summonitem(29855); # 29855 Replacement Records
16
}
17
if ($text=~/Consillium/i) {
18
quest::say("The Praesertum Consillium are the four structures found in the center of Sanctus Seru. They are surrounding the Arx Seru, which is where Seru himself resides. These buildings are heavily guarded with the leader of each.");
19
}
20
}
21
22
sub EVENT_ITEM {
23
# 29856 : Original Records
24
# 29857 : Insignia Earring of Veracity
25
if (plugin::check_handin(\%itemcount,29856=>1,29857=>1)) {
26
quest::say("By now you must realize that we need to avoid the question because of whom we are. Seru is not the Noble Paladin this city would have you believe. You see they teach that Katta feared Seru and that he had faked his own poisoning so they could pin the blame on Seru. The next thing that I ask of you, I ask because you can travel without question from one city to another. Go to Katta and give this report to Tilbok Furrunner. Tell him we are successfully rooted within Sanctus Seru and await any commands.");
27
quest::summonitem(29858); # 29858 Etched Earring of Veracity
28
quest::summonitem(29891); # 29891 Report to Tilbok
29
quest::exp(30000);
30
quest::faction(1485,-1); # Eye of Seru
31
quest::faction(1484,-7); # Hand of Seru
32
quest::faction(1483,-1); # Seru
33
quest::faction(1506,-1); # Coterie of the Eternal Night
34
quest::faction(1541,-1); # Hand Legionnaries
35
quest::faction(1505,-1); # Nathyn Illuminious
36
quest::faction(1502,1); # Katta Castellum Citizens
37
quest::faction(1503,15); # Validus Custodus
38
quest::faction(1504,1); # Magus Conlegium
39
}
40
41
plugin::return_items(\%itemcount); # return unused items
42
}
43
44
#End of File, Zone:sseru NPC:159422 -- Euzan_Jurek
45
Quest Source: 28 May 2022