diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-26 02:14:38 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-26 02:14:38 +0100 |
commit | cbc3c50aeb12013ae1e4553390b156ea39cb0897 (patch) | |
tree | 1c766343fed4745029ba17a1ef05d0dd70f06002 /npc/005-1 | |
parent | eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 (diff) | |
download | serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.gz serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.bz2 serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.xz serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.zip |
change stats points. and add new foods items
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/005-1/_mobs.txt | 10 | ||||
-rw-r--r-- | npc/005-1/_warps.txt | 4 | ||||
-rw-r--r-- | npc/005-1/zegas.txt | 32 |
4 files changed, 3 insertions, 44 deletions
diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt index 1a1a15781..08601d0bf 100644 --- a/npc/005-1/_import.txt +++ b/npc/005-1/_import.txt @@ -2,4 +2,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/005-1/_mobs.txt", "npc/005-1/_warps.txt", -"npc/005-1/zegas.txt", diff --git a/npc/005-1/_mobs.txt b/npc/005-1/_mobs.txt index 5f89c4fbb..242d35034 100644 --- a/npc/005-1/_mobs.txt +++ b/npc/005-1/_mobs.txt @@ -7,21 +7,11 @@ 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,44,53,2,1 monster Little Blub 1007,2,25000,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,11,2,3 monster Little Blub 1007,1,25000,120000 005-1,85,36,14,9 monster Little Blub 1007,2,35000,120000 -005-1,48,39,9,6 monster Little Blub 1007,1,35000,120000 -005-1,28,26,3,5 monster Little Blub 1007,1,35000,120000 -005-1,35,28,0,1 monster Plushroom Field 1011,1,35000,150000 -005-1,54,93,0,1 monster Plushroom Field 1011,1,35000,150000 -005-1,63,58,4,2 monster Plushroom Field 1011,1,35000,150000 005-1,54,42,0,2 monster Plushroom Field 1011,1,35000,150000 -005-1,78,36,4,5 monster Plushroom Field 1011,2,35000,150000 -005-1,71,40,1,1 monster Plushroom Field 1011,1,35000,150000 -005-1,41,83,8,9 monster Croc 1006,2,35000,300000 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 diff --git a/npc/005-1/_warps.txt b/npc/005-1/_warps.txt index 6c1f5599a..30a459eba 100644 --- a/npc/005-1/_warps.txt +++ b/npc/005-1/_warps.txt @@ -1,7 +1,9 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 005-1: Drasil Island warps -005-1,38,96,0 warp #005-1_38_96 0,0,000-2-0,21,28 +005-1,43,107,0 warp #005-1_43_107 0,0,000-2-0,21,28 005-1,31,80,0 warp #005-1_31_80 0,0,005-2,33,42 005-1,34,74,0 warp #005-1_34_74 0,0,005-3,25,42 005-1,48,70,0 warp #005-1_48_70 0,0,005-4,25,42 005-1,39,68,0 warp #005-1_39_68 0,0,005-5,25,41 +005-1,22,91,0 warp #005-1_22_91 0,0,005-5,24,41 +005-1,43,75,0 warp #005-1_43_75 0,0,005-6,33,42 diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt deleted file mode 100644 index cbeb83294..000000000 --- a/npc/005-1/zegas.txt +++ /dev/null @@ -1,32 +0,0 @@ -// Evol scripts. -// Authors: -// gumi -// Reid -// Description: -// Lloyd the banker NPC. -// Variables: -// 0 ArtisQuests_Lloyd -// 1 ArtisQuests_Fexil -// 2 ArtisQuests_Enora -// Quest states: -// 00 -- Never talked -// 01 -- Registred on the Guild -// 10 -- not started -// 11 -- Lloyd warned about the quest -// 20 -- Default. -// 21 -- BlackSmith quest delivered. -// 22 -- Chelios Quest given. -// 23 -- Chelios Quest done. - -005-1,35,75,0 script Zegas NPC_LLOYD,{ - - - -OnPCLoginEvent: - if (#MerchantBank) - { - BankVault += max(0, #MerchantBank); - #MerchantBank = 0; - } - end; -} |