diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 17:20:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 17:20:59 -0300 |
commit | 1cf56760f23c20bc3079c8d52b20a5acc0f8c150 (patch) | |
tree | 126df7014374a5bc922eceb58d9c53a04c192167 /npc/001-1/eventmaster.txt | |
parent | 921f100af87307c830d2736f801c6b7ed29aa4ad (diff) | |
download | serverdata-1cf56760f23c20bc3079c8d52b20a5acc0f8c150.tar.gz serverdata-1cf56760f23c20bc3079c8d52b20a5acc0f8c150.tar.bz2 serverdata-1cf56760f23c20bc3079c8d52b20a5acc0f8c150.tar.xz serverdata-1cf56760f23c20bc3079c8d52b20a5acc0f8c150.zip |
Style
Diffstat (limited to 'npc/001-1/eventmaster.txt')
-rw-r--r-- | npc/001-1/eventmaster.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 9a5645d1b..c9bf95e31 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -45,7 +45,7 @@ L_Spawn: "Abort", // 1 "20x Piou, Piousee, Ratto, 10x Croc", // 2 "20x Little Blub, 10x Plushroom Field", // 3 - "(agr) 10x Tipiu, 10x Cave Maggot, 10x Bat", // 4 + "(agr) 5x Tipiu, 10x Cave Maggot, 10x Bat", // 4 "20x Scorpion, 10x Duck, 10x Maggot", // 5 "10x Red Scorpion, 20x Fire Goblin, 5x Mana Ghost", // 6 "(agr) 1x Saxso Ghost, 20x House Maggot", // 7 @@ -75,10 +75,10 @@ L_Spawn: @log_spawns=@log_spawns+30; break; case 4: - spawner(l("Tipiu"), 1015, 10); + spawner(l("Tipiu"), 1015, 5); spawner(l("Cave Maggot"), 1027, 10); spawner(l("Bat"), 1039, 10); - @log_spawns=@log_spawns+30; + @log_spawns=@log_spawns+25; break; case 5: spawner(l("Scorpion"), 1071, 20); |