diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-26 23:48:01 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-26 23:48:01 +0100 |
commit | b25a8c5bb48b2694c47425e084f39ea673b407d2 (patch) | |
tree | 858fbfb6e7b211ca03d42e795fd8cc68329a6a2d /npc | |
parent | cbc3c50aeb12013ae1e4553390b156ea39cb0897 (diff) | |
download | serverdata-b25a8c5bb48b2694c47425e084f39ea673b407d2.tar.gz serverdata-b25a8c5bb48b2694c47425e084f39ea673b407d2.tar.bz2 serverdata-b25a8c5bb48b2694c47425e084f39ea673b407d2.tar.xz serverdata-b25a8c5bb48b2694c47425e084f39ea673b407d2.zip |
add monsters on candor island
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/doors.txt | 4 | ||||
-rw-r--r-- | npc/005-1/_mobs.txt | 35 | ||||
-rw-r--r-- | npc/005-5/cynric.txt | 2 |
3 files changed, 11 insertions, 30 deletions
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index dd65645c3..979bc7d96 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -26,7 +26,7 @@ OnTouch: if (getq(General_Narrator) > 0) { - warp "000-1", 93, 100; + warp "005-1", 42, 107; close; } @@ -47,7 +47,7 @@ OnTouch: close; L_Key: - warp "000-1", 93, 100; + warp "005-1", 42, 107; close; L_GotoNard: diff --git a/npc/005-1/_mobs.txt b/npc/005-1/_mobs.txt index 242d35034..8c30dfb07 100644 --- a/npc/005-1/_mobs.txt +++ b/npc/005-1/_mobs.txt @@ -1,29 +1,10 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 005-1: Drasil Island mobs -005-1,28,27,6,9 monster Tortuga 1004,3,16000,120000 -005-1,58,96,34,14 monster Tortuga 1004,4,35000,300000 -005-1,71,73,4,12 monster Tortuga 1004,1,35000,300000 -005-1,52,70,4,17 monster Tortuga 1004,2,35000,300000 -005-1,37,44,11,5 monster Tortuga 1004,2,35000,120000 -005-1,42,19,9,16 monster Tortuga 1004,2,35000,120000 -005-1,87,15,12,11 monster Tortuga 1004,3,35000,120000 -005-1,61,42,7,10 monster Little Blub 1007,2,25000,120000 -005-1,62,3,10,4 monster Little Blub 1007,2,25000,120000 -005-1,87,47,4,3 monster Blub 1008,1,60000,120000 -005-1,85,36,14,9 monster Little Blub 1007,2,35000,120000 -005-1,54,42,0,2 monster Plushroom Field 1011,1,35000,150000 -005-1,63,9,10,3 monster Croc 1006,1,35000,300000 -005-1,76,46,1,1 monster Croc 1006,1,35000,300000 -005-1,52,70,4,17 monster Croc 1006,1,35000,300000 -005-1,71,55,4,4 monster Croc 1006,1,35000,300000 -005-1,78,93,0,0 monster Crocotree 1010,1,420000,240000 -005-1,57,82,0,0 monster Crocotree 1010,1,420000,240000 -005-1,39,90,0,0 monster Crocotree 1010,1,420000,240000 -005-1,67,71,0,0 monster Crocotree 1010,1,420000,240000 -005-1,53,55,0,0 monster Crocotree 1010,1,420000,240000 -005-1,64,41,0,0 monster Crocotree 1010,1,420000,240000 -005-1,31,47,0,0 monster Crocotree 1010,1,420000,240000 -005-1,44,22,0,0 monster Crocotree 1010,1,420000,240000 -005-1,70,11,0,0 monster Crocotree 1010,1,420000,240000 -005-1,84,44,0,0 monster Crocotree 1010,1,420000,240000 -005-1,36,86,3,5 monster Maggot 1030,50,35000,120000 +005-1,36,40,2,1 monster CloverPatch 1028,1,35000,300000 +005-1,23,56,1,0 monster IronFragments 1058,1,35000,300000 +005-1,63,84,7,6 monster Maggot 1030,8,35000,300000 +005-1,82,87,8,9 monster CandorScorpion 1073,8,35000,300000 +005-1,36,105,6,3 monster Piou 1002,1,35000,300000 +005-1,80,33,16,15 monster CandorScorpion 1073,16,35000,300000 +005-1,71,39,28,10 monster ManaBug 1075,4,35000,300000 +005-1,30,39,12,14 monster Scorpion 1071,2,35000,300000 diff --git a/npc/005-5/cynric.txt b/npc/005-5/cynric.txt index b988d3257..f5bdc2951 100644 --- a/npc/005-5/cynric.txt +++ b/npc/005-5/cynric.txt @@ -104,7 +104,7 @@ explain_guild; next; - .@price = 500; + .@price = 7700; speech S_LAST_NEXT, l("The fee is of @@ E. So, do you want to register?", .@price); |