diff options
author | nmaligec <wouldnot@hotmail.com> | 2011-01-29 07:08:49 -0500 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2011-01-29 07:08:49 -0500 |
commit | 5068c23aaf3557cbef08a8344d6f4f1733d149a5 (patch) | |
tree | 892b81bdc9eca22e4f5690f4c2dd280e24aab5b8 /npc/027-2_Caretakers_House | |
parent | bcadebe2268deb92e7392efc9e29790b3c1d5a9f (diff) | |
download | serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.gz serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.bz2 serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.tar.xz serverdata-5068c23aaf3557cbef08a8344d6f4f1733d149a5.zip |
second last commit: crypt tileset and other misc graphic updates.
Removed windows CR from some files to comply with unix EOL.
Removed debugroom completely.
Someone keeps pushing 027-4_Inner_Chanmber instead of 027-4_Reaper. I just switched my working directories to match the inner chamber naming.
Diffstat (limited to 'npc/027-2_Caretakers_House')
-rwxr-xr-x | npc/027-2_Caretakers_House/alacrius.txt | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/npc/027-2_Caretakers_House/alacrius.txt b/npc/027-2_Caretakers_House/alacrius.txt index 40ae2df1..16ebf399 100755 --- a/npc/027-2_Caretakers_House/alacrius.txt +++ b/npc/027-2_Caretakers_House/alacrius.txt @@ -1,40 +1,40 @@ -// Starts the reaper quest
-
-027-2.gat,107,29,0 script Alacrius 313,{
- // if started, go to started
- // if fail go to failed
- // if complete go to complete
- // if cooldown go to cooldown
-
-// start quest section
- mes "Hi, want to fight the reaper?";
- menu
- "Let's go",L_START,
- "No thank you",-;
- close;
-
-L_START:
- monster "027-4.gat",40,55,"Reaper Quest",1111,1,"Reaper::OnDead";
- enablenpc "#gatecontrol";
- enablenpc "#closedgate";
- disablenpc "#opengate";
-// Open doors to reaper level
- warp "027-3.gat",41,70;
- initnpctimer;
- close;
-
-// 5 min mark for testing purposes, up it when finished.
-OnTimer300000:
- mapwarp "027-3.gat", "027-2.gat",104,41;
- mapwarp "027-4.gat", "027-2.gat",104,41;
- killmonsterall "027-4.gat";
- end;
-OnTimer301000:
- npctalk "You have failed the mission";
- end;
-
-// cooldown before the quest can be restarted
-OnTimer360000:
- // set quest var
- end;
-}
+// Starts the reaper quest + +027-2.gat,107,29,0 script Alacrius 313,{ + // if started, go to started + // if fail go to failed + // if complete go to complete + // if cooldown go to cooldown + +// start quest section + mes "Hi, want to fight the reaper?"; + menu + "Let's go",L_START, + "No thank you",-; + close; + +L_START: + monster "027-4.gat",40,55,"Reaper Quest",1067,1,"Reaper::OnDead"; + enablenpc "#gatecontrol"; + enablenpc "#closedgate"; + disablenpc "#opengate"; +// Open doors to reaper level + warp "027-3.gat",41,70; + initnpctimer; + close; + +// 5 min mark for testing purposes, up it when finished. +OnTimer300000: + mapwarp "027-3.gat", "027-2.gat",104,41; + mapwarp "027-4.gat", "027-2.gat",104,41; + killmonsterall "027-4.gat"; + end; +OnTimer301000: + npctalk "You have failed the mission"; + end; + +// cooldown before the quest can be restarted +OnTimer360000: + // set quest var + end; +} |