diff options
author | Marcel W. Wysocki <maci@satgnu.org> | 2005-08-01 22:06:40 +0000 |
---|---|---|
committer | Marcel W. Wysocki <maci@satgnu.org> | 2005-08-01 22:06:40 +0000 |
commit | 4c79f0af69f3284cadd42f71cbbc65fa09d48d6a (patch) | |
tree | 18192b76a376365d6136c814958e2dabbac5a9ef /npc/tulimshar | |
parent | 62b4e6fc12be1f42b87eab42ff3244b32b858332 (diff) | |
download | serverdata-4c79f0af69f3284cadd42f71cbbc65fa09d48d6a.tar.gz serverdata-4c79f0af69f3284cadd42f71cbbc65fa09d48d6a.tar.bz2 serverdata-4c79f0af69f3284cadd42f71cbbc65fa09d48d6a.tar.xz serverdata-4c79f0af69f3284cadd42f71cbbc65fa09d48d6a.zip |
commited new changes by xand
Diffstat (limited to 'npc/tulimshar')
-rw-r--r-- | npc/tulimshar/monster_guide.txt | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/npc/tulimshar/monster_guide.txt b/npc/tulimshar/monster_guide.txt index 24727113..b7372c77 100644 --- a/npc/tulimshar/monster_guide.txt +++ b/npc/tulimshar/monster_guide.txt @@ -4,8 +4,10 @@ OnInit: areamonster "new_1-1.gat",15,17,105,103,"RedScorpion",1004, 1,"ConquestMob-new_1-1::OnGuardianDied1004"; areamonster "new_1-1.gat",15,17,105,103,"GreenSlime",1005, 50,"ConquestMob-new_1-1::OnGuardianDied1005"; areamonster "new_1-1.gat",15,17,105,103,"GiantMaggot",1006, 30,"ConquestMob-new_1-1::OnGuardianDied1006"; -areamonster "new_2-1.gat",31,31,90,97,"RedSlime",1008, 30,"ConquestMob-new_2-1::OnGuardianDied1008"; +areamonster "new_2-1.gat",31,31,90,97,"RedSlime",1008, 24,"ConquestMob-new_2-1::OnGuardianDied1008"; +areamonster "new_2-1.gat",53,34,96,36,"RedSlime",1008, 6,"ConquestMob-new_2-1::OnGuardianDied1008b"; areamonster "new_2-1.gat",31,31,90,97,"BlackScorpion",1009, 15,"ConquestMob-new_2-1::OnGuardianDied1009"; +areamonster "new_2-1.gat",84,52,93,91,"BlackScorpion",1009, 5,"ConquestMob-new_2-1::OnGuardianDied1009a"; areamonster "new_3-1.gat",22,42,142,79,"Maggot",1002, 35,"ConquestMob-new_3-1::OnGuardianDied1002"; areamonster "new_3-1.gat",22,42,142,79,"Scorpion",1003, 10,"ConquestMob-new_3-1::OnGuardianDied1003"; areamonster "new_5-1.gat",32,32,90,100,"YellowSlime",1007, 20,"ConquestMob-new_5-1::OnGuardianDied1007"; @@ -35,10 +37,18 @@ OnGuardianDied1008: if (MPQUEST == 1) set Mobpt,Mobpt+18; areamonster "new_2-1.gat",31,31,90,97,"RedSlime",1008, 1,"ConquestMob-new_2-1::OnGuardianDied1008"; break; +OnGuardianDied1008b: + if (MPQUEST == 1) set Mobpt,Mobpt+18; + areamonster "new_2-1.gat",53,34,96,36,"RedSlime",1008, 1,"ConquestMob-new_2-1::OnGuardianDied1008b"; + break; OnGuardianDied1009: - if (MPQUEST == 1) set Mobpt,Mobpt+56; + if (MPQUEST == 1) set Mobpt,Mobpt+45; areamonster "new_2-1.gat",31,31,90,97,"BlackScorpion",1009, 1,"ConquestMob-new_2-1::OnGuardianDied1009"; - break; + break; +OnGuardianDied1009a: + if (MPQUEST == 1) set Mobpt,Mobpt+45; + areamonster "new_2-1.gat",84,52,93,91,"BlackScorpion",1009, 1,"ConquestMob-new_2-1::OnGuardianDied1009a"; + break; } new_3-1.gat,53,185,0 script ConquestMob-new_3-1 -1,{ OnGuardianDied1002: |