diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1-2/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/007-1/_mobs.txt | 6 | ||||
-rw-r--r-- | npc/007-1/tycoon.txt | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/npc/003-1-2/_mobs.txt b/npc/003-1-2/_mobs.txt index fbebe95b6..25b6d2690 100644 --- a/npc/003-1-2/_mobs.txt +++ b/npc/003-1-2/_mobs.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 003-1-2: Tulimshar Wall mobs -003-1-2,34,36,15,3 monster Black Scorpion 1074,2,35000,150000 +003-1-2,34,36,15,3 monster Angry Red Scorpion 1130,2,35000,150000 diff --git a/npc/007-1/_mobs.txt b/npc/007-1/_mobs.txt index c0fe01986..3b1c0a113 100644 --- a/npc/007-1/_mobs.txt +++ b/npc/007-1/_mobs.txt @@ -1,14 +1,16 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 007-1: Tulimshar Mining Camp mobs 007-1,140,101,43,90 monster Cave Maggot 1027,45,35000,300000,Tycoon::OnKillCaveMaggot -007-1,129,50,14,14 monster Black Scorpion 1074,5,32000,210000,Tycoon::OnKillBlackScorpion +007-1,129,50,14,14 monster Black Scorpion 1074,4,42000,200000,Tycoon::OnKillBlackScorpion 007-1,71,61,20,18 monster Ratto 1005,5,35000,220000,Tycoon::OnKillRatto 007-1,64,50,19,23 monster Piou 1002,3,35000,300000 007-1,118,140,57,52 monster Cave Snake 1035,25,35000,300000,Tycoon::OnKillCaveSnake 007-1,57,156,37,29 monster Red Scorpion 1072,11,35000,120000,Tycoon::OnKillRedScorpion 007-1,39,125,7,6 monster Cave Maggot 1027,5,35000,270000,Tycoon::OnKillCaveMaggot 007-1,89,72,75,57 monster Cave Bat 1039,9,35000,240000 -007-1,117,94,10,7 monster Black Scorpion 1074,1,35000,220000,Tycoon::OnKillBlackScorpion +007-1,117,94,10,7 monster Black Scorpion 1074,1,55000,200000,Tycoon::OnKillBlackScorpion 007-1,93,110,9,9 monster Cave Maggot 1027,8,35000,300000,Tycoon::OnKillCaveMaggot 007-1,101,141,76,47 monster Night Scorpion 1077,1,3600000,1800000 +007-1,89,153,10,8 monster Black Scorpion 1074,1,55000,200000,Tycoon::OnKillBlackScorpion +007-1,73,92,17,9 monster Black Scorpion 1074,1,55000,200000,Tycoon::OnKillBlackScorpion 007-1,0,0,0,0 monster Ruby Bif 1099,9,35000,300000 diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index f5a3249fd..0400e5482 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -136,6 +136,9 @@ L_Purge: if (BaseLevel < 45) mesc l("WARNING: This is a level 45 quest!"), 1; setq MineQuest_Tycoon, 13, 0; + next; + mesn; + mesq l("The plataforms are usually safe enough to work, you might be able to use them to your advantage."); } else if (.@q == 12 && BaseLevel < 40) { mesq l("You are too weak for my last task, please come back later with some levels."); } else if (.@q == 13) { |