summaryrefslogtreecommitdiff
path: root/npc/tulimshar
diff options
context:
space:
mode:
authorMarcel W. Wysocki <maci@satgnu.org>2005-08-01 18:48:08 +0000
committerMarcel W. Wysocki <maci@satgnu.org>2005-08-01 18:48:08 +0000
commit62b4e6fc12be1f42b87eab42ff3244b32b858332 (patch)
tree9f0f8bb52230890d935744df378d1240f541af8b /npc/tulimshar
parentef01aa7669b72691c30b7862b611159ae93bd213 (diff)
downloadserverdata-62b4e6fc12be1f42b87eab42ff3244b32b858332.tar.gz
serverdata-62b4e6fc12be1f42b87eab42ff3244b32b858332.tar.bz2
serverdata-62b4e6fc12be1f42b87eab42ff3244b32b858332.tar.xz
serverdata-62b4e6fc12be1f42b87eab42ff3244b32b858332.zip
comitted changes b xand
Diffstat (limited to 'npc/tulimshar')
-rw-r--r--npc/tulimshar/monster_guide.txt88
1 files changed, 68 insertions, 20 deletions
diff --git a/npc/tulimshar/monster_guide.txt b/npc/tulimshar/monster_guide.txt
index 5f9834c8..24727113 100644
--- a/npc/tulimshar/monster_guide.txt
+++ b/npc/tulimshar/monster_guide.txt
@@ -1,32 +1,80 @@
new_3-1.gat,53,185,0 script ConquestMob0 -1,{
OnInit:
-areamonster "new_3-1.gat",51,50,244,247,"Maggot",1002, 15,"ConquestMob1::OnGuardianDied10";
-areamonster "new_3-1.gat",51,50,244,247,"Scorpion",1003, 5,"ConquestMob2::OnGuardianDied11";
+// all monsters ingame by 31.Jul 2005 sorted by map, monsterID
+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,"BlackScorpion",1009, 15,"ConquestMob-new_2-1::OnGuardianDied1009";
+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";
+areamonster "new_5-1.gat",88,33,98,42,"RedSlime",1008, 3,"ConquestMob-new_5-1::OnGuardianDied1008a";
+areamonster "new_5-1.gat",32,32,90,100,"Spider",1012, 8,"ConquestMob-new_5-1::OnGuardianDied1012";
+areamonster "new_5-1.gat",81,32,85,38,"Spider",1012, 2,"ConquestMob-new_5-1::OnGuardianDied1012a";
+areamonster "new_7-1.gat",22,27,176,174,"Snake",1010, 15,"ConquestMob-new_7-1::OnGuardianDied1010";
break;
}
-new_3-1.gat,53,185,0 script ConquestMob1 -1,{
-OnGuardianDied10:
-if (MPQUEST == 0) goto spawn;
- // event when mob dies
- set Mobpt,Mobpt+1;
- areamonster "new_3-1.gat",51,50,244,247,"Maggot",1002,1,"ConquestMob1::OnGuardianDied10";
+new_1-1.gat,53,185,0 script ConquestMob-new_1-1 -1,{
+// event when mob dies
+OnGuardianDied1004:
+ if (MPQUEST == 1) set Mobpt,Mobpt+42;
+ areamonster "new_1-1.gat",15,17,105,103,"RedScorpion",1004, 1,"ConquestMob-new_1-1::OnGuardianDied1004";
break;
-spawn:
- areamonster "new_3-1.gat",51,50,244,247,"Maggot",1002,1,"ConquestMob1::OnGuardianDied10";
+OnGuardianDied1005:
+ if (MPQUEST == 1) set Mobpt,Mobpt+5;
+ areamonster "new_1-1.gat",15,17,105,103,"GreenSlime",1005, 1,"ConquestMob-new_1-1::OnGuardianDied1005";
break;
-
+OnGuardianDied1006:
+ if (MPQUEST == 1) set Mobpt,Mobpt+14;
+ areamonster "new_1-1.gat",15,17,105,103,"GiantMaggot",1006, 1,"ConquestMob-new_1-1::OnGuardianDied1006";
+ break;
+}
+new_2-1.gat,53,185,0 script ConquestMob-new_2-1 -1,{
+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;
+OnGuardianDied1009:
+ if (MPQUEST == 1) set Mobpt,Mobpt+56;
+ areamonster "new_2-1.gat",31,31,90,97,"BlackScorpion",1009, 1,"ConquestMob-new_2-1::OnGuardianDied1009";
+ break;
}
-new_3-1.gat,53,185,0 script ConquestMob2 -1,{
-OnGuardianDied11:
-if (MPQUEST == 0) goto spawn;
- // event when mob dies
- set Mobpt,Mobpt+2;
- areamonster "new_3-1.gat",51,50,244,247,"Scorpion",1003,1,"ConquestMob2::OnGuardianDied11";
+new_3-1.gat,53,185,0 script ConquestMob-new_3-1 -1,{
+OnGuardianDied1002:
+ if (MPQUEST == 1) set Mobpt,Mobpt+1;
+ areamonster "new_3-1.gat",22,42,142,79,"Maggot",1002, 1,"ConquestMob-new_3-1::OnGuardianDied1002";
break;
-spawn:
- areamonster "new_3-1.gat",51,50,244,247,"Maggot",1002,1,"ConquestMob1::OnGuardianDied10";
+OnGuardianDied1003:
+ if (MPQUEST == 1) set Mobpt,Mobpt+2;
+ areamonster "new_3-1.gat",22,42,142,79,"Scorpion",1003, 1,"ConquestMob-new_3-1::OnGuardianDied1003";
+ break;
+}
+new_5-1.gat,53,185,0 script ConquestMob-new_5-1 -1,{
+OnGuardianDied1007:
+ if (MPQUEST == 1) set Mobpt,Mobpt+9;
+ areamonster "new_5-1.gat",32,32,90,100,"YellowSlime",1007, 1,"ConquestMob-new_5-1::OnGuardianDied1007";
+ break;
+// 3 Red Slimes guard treasure
+OnGuardianDied1008a:
+ if (MPQUEST == 1) set Mobpt,Mobpt+18;
+ areamonster "new_5-1.gat",88,33,98,42,"RedSlime",1008, 1,"ConquestMob-new_5-1::OnGuardianDied1008a";
+ break;
+OnGuardianDied1012:
+ if (MPQUEST == 1) set Mobpt,Mobpt+56;
+ areamonster "new_5-1.gat",32,32,90,100,"Spider",1012, 1,"ConquestMob-new_5-1::OnGuardianDied1012";
+ break;
+// 2 spiders guard entrance to treasure
+OnGuardianDied1012a:
+ if (MPQUEST == 1) set Mobpt,Mobpt+56;
+ areamonster "new_5-1.gat",81,32,85,38,"Spider",1012, 1,"ConquestMob-new_5-1::OnGuardianDied1012a";
+ break;
+}
+new_7-1.gat,53,185,0 script ConquestMob-new_7-1 -1,{
+OnGuardianDied1010:
+ if (MPQUEST == 1) set Mobpt,Mobpt+51;
+ areamonster "new_7-1.gat",22,27,176,174,"Snake",1010, 1,"ConquestMob-new_7-1::OnGuardianDied1010";
break;
-
}
new_3-1.gat,46,66,0 script MonsterGuide 102,{
if(MPQUEST == 0) goto Register;