|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Quests::Completed This is where Completed quests are. |
 |
|
 |

04-05-2008, 07:45 PM
|
Dragon
|
|
Join Date: Feb 2007
Posts: 659
|
|
qey2hh1\Linaya_Sowlin.pl
Code:
####################################
# NPC: Linaya Sowlin
# Loc: -3745,-7655
# Zone: qey2hh1
# Quest: Nitrates and the Assassin (Qrg)
# Author: Andrew80k
####################################
sub EVENT_SAY {
if ($text =~ /hail/i) {
quest::say("Greetings! It is always nice to meet another traveler. The roads of the Plains of Karana are heavily trodden, but sparsely patrolled. Be careful of bandits and especially of giants. I have seen a few since my [move from the Jaggedpine].");
}
if ($text =~ /note/i) {
quest::say("The note spoke of the [Unkempt Druids]. I did not get a chance to read it all, only a glimpse. Perhaps the man still has the note. Too bad. I am sure Gerael Woodone of the druids of Surefall Glade should look at it.");
}
if ($text =~ /Unkempt Druids/i) {
quest::say("The Unkempt Druids are a crazed group of druids and rangers. I learned of them when I was in the Jaggedpine. They are a secret group and aim to keep it that way. They would kill anyone who learned of their whereabouts.");
}
if ($text =~/move from the Jaggedpine/i) {
quest::say("I inherited this farmhouse from my late uncle so I left the Jaggedpine to live here. The Jaggedpine is a beautiful forest but I believe my skills as a druid may come in handy as a farmer.");
}
}
sub EVENT_ITEM {
if(plugin::check_handin(\%itemcount,13945=>1)) {
quest::say("Oh thank Tunare you showed up when you did. I was at a nearby merchant house when a fellow dropped a [note] and I picked it up and read it. It talked of the [Unkempt Druids] and before I could read on, the man swiped it from my hands. I ran for dear life, for surely he would kill me for reading the note. I think I lost him in the woods but I am not sure. Please stay with me a while to be sure.");
quest::faction(265,10);
quest::faction(159,10);
quest::faction(267,10);
quest::faction(347,-30);
quest::faction(135,10);
quest::givecash(int(rand(10)),int(rand(10)),int(rand(10)),int(rand(10)));
}
}
|
 |
|
 |

04-05-2008, 07:48 PM
|
Dragon
|
|
Join Date: Feb 2007
Posts: 659
|
|
qey2hh1\Draze_Slashyn.pl
This mob needs to be added. It is spawned by quest. Details in the header.
Code:
####################################
# NPC: Draze Slashyn
# Info: Spawned by quest, Linaya Sowlin
# Zone: qey2hh1
# Quest: Nitrates and the Assassin
# Loot: Item id 18911 100%, random trash(rusty axe, zone random), and small cash
# Level: 5 HP: 200 Class: Warrior
# Spawn Loc: -3400,-8000,23
# Author: Andrew80k
####################################
sub EVENT_SPAWN {
quest::moveto(-3726,-7756,1);
quest::shout("Come out of that house, Linaya Sowlin!! I am waiting! It is time for you to die!");
}
sub EVENT_DEATH {
quest::say("Your act of murder will not go unnoticed by the Unkempt Druids or nature itself!!");
}
|
 |
|
 |

04-05-2008, 07:55 PM
|
Dragon
|
|
Join Date: Feb 2007
Posts: 659
|
|
Quote:
Originally Posted by Andrew80k
qey2hh1\Linaya_Sowlin.pl
Code:
####################################
# NPC: Linaya Sowlin
# Loc: -3745,-7655
# Zone: qey2hh1
# Quest: Nitrates and the Assassin (Qrg)
# Author: Andrew80k
####################################
sub EVENT_SAY {
if ($text =~ /hail/i) {
quest::say("Greetings! It is always nice to meet another traveler. The roads of the Plains of Karana are heavily trodden, but sparsely patrolled. Be careful of bandits and especially of giants. I have seen a few since my [move from the Jaggedpine].");
}
if ($text =~ /note/i) {
quest::say("The note spoke of the [Unkempt Druids]. I did not get a chance to read it all, only a glimpse. Perhaps the man still has the note. Too bad. I am sure Gerael Woodone of the druids of Surefall Glade should look at it.");
}
if ($text =~ /Unkempt Druids/i) {
quest::say("The Unkempt Druids are a crazed group of druids and rangers. I learned of them when I was in the Jaggedpine. They are a secret group and aim to keep it that way. They would kill anyone who learned of their whereabouts.");
}
if ($text =~/move from the Jaggedpine/i) {
quest::say("I inherited this farmhouse from my late uncle so I left the Jaggedpine to live here. The Jaggedpine is a beautiful forest but I believe my skills as a druid may come in handy as a farmer.");
}
}
sub EVENT_ITEM {
if(plugin::check_handin(\%itemcount,13945=>1)) {
quest::say("Oh thank Tunare you showed up when you did. I was at a nearby merchant house when a fellow dropped a [note] and I picked it up and read it. It talked of the [Unkempt Druids] and before I could read on, the man swiped it from my hands. I ran for dear life, for surely he would kill me for reading the note. I think I lost him in the woods but I am not sure. Please stay with me a while to be sure.");
quest::faction(265,10);
quest::faction(159,10);
quest::faction(267,10);
quest::faction(347,-30);
quest::faction(135,10);
quest::givecash(int(rand(10)),int(rand(10)),int(rand(10)),int(rand(10)));
#quest::spawn("id of Draze",-3400,-8000,23);
}
}
|
When Draze is added the call for him to be spawned by the quest will need to be updated.
|
 |
|
 |

04-05-2008, 07:57 PM
|
Dragon
|
|
Join Date: Feb 2007
Posts: 659
|
|
More to add later tonight.
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 08:08 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |