diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 09:24:59 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 09:24:59 +0100 |
commit | 92edc7656445e89c7ce1d229970f03ff55708e5b (patch) | |
tree | b4e713a304b211b3772e038dbff2b3024dac118c /npc/new_26-1-hill1/monsters.txt | |
parent | 6670219b5862db29302161c9b84da732df14fd05 (diff) | |
download | serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.gz serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.bz2 serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.xz serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.zip |
Converted some files from DOS to UNIX newlines
Diffstat (limited to 'npc/new_26-1-hill1/monsters.txt')
-rw-r--r-- | npc/new_26-1-hill1/monsters.txt | 104 |
1 files changed, 52 insertions, 52 deletions
diff --git a/npc/new_26-1-hill1/monsters.txt b/npc/new_26-1-hill1/monsters.txt index 20c2376c..cc95281f 100644 --- a/npc/new_26-1-hill1/monsters.txt +++ b/npc/new_26-1-hill1/monsters.txt @@ -1,52 +1,52 @@ -// Map: new_26-1
-// This is North Woodland.
-//
-
-new_26-1.gat,0,0,0,0 monster Mouboo 1028,25,0,0,Mob26::OnMouboo
-new_26-1.gat,0,0,0,0 monster SpikyMushroom 1019,30,0,0,Mob26::OnSpikyMushroom
-
-new_26-1.gat,0,0,0,0 monster Alizarin 1032,1,2700000,1800000,Mob26::OnAlizarin
-new_26-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob26::OnGamboge
-new_26-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob26::OnCobalt
-new_26-1.gat,0,0,0,0 monster Mauve 1029,1,2700000,1800000,Mob26::OnMauve
-
-new_26-1.gat,0,0,0,0 monster SilkWorm 1035,5,6000,3000,Mob26::OnSilkWorm
-
-new_26-1.gat,0,0,0 script Mob26 -1,{
-OnMouboo:
- set @mobID, 1028;
- callfunc "MobPoints";
- break;
-
-OnSpikyMushroom:
- set @mobID, 1019;
- callfunc "MobPoints";
- break;
-
-OnAlizarin:
- set @mobID, 1032;
- callfunc "MobPoints";
- break;
-
-OnGamboge:
- set @mobID, 1031;
- callfunc "MobPoints";
- break;
-
-OnCobalt:
- set @mobID, 1030;
- callfunc "MobPoints";
- break;
-
-OnMauve:
- set @mobID, 1029;
- callfunc "MobPoints";
- break;
-
-OnSilkWorm:
- set @mobID, 1035;
- callfunc "MobPoints";
- break;
-
- end;
-}
+// Map: new_26-1 +// This is North Woodland. +// + +new_26-1.gat,0,0,0,0 monster Mouboo 1028,25,0,0,Mob26::OnMouboo +new_26-1.gat,0,0,0,0 monster SpikyMushroom 1019,30,0,0,Mob26::OnSpikyMushroom + +new_26-1.gat,0,0,0,0 monster Alizarin 1032,1,2700000,1800000,Mob26::OnAlizarin +new_26-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob26::OnGamboge +new_26-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob26::OnCobalt +new_26-1.gat,0,0,0,0 monster Mauve 1029,1,2700000,1800000,Mob26::OnMauve + +new_26-1.gat,0,0,0,0 monster SilkWorm 1035,5,6000,3000,Mob26::OnSilkWorm + +new_26-1.gat,0,0,0 script Mob26 -1,{ +OnMouboo: + set @mobID, 1028; + callfunc "MobPoints"; + break; + +OnSpikyMushroom: + set @mobID, 1019; + callfunc "MobPoints"; + break; + +OnAlizarin: + set @mobID, 1032; + callfunc "MobPoints"; + break; + +OnGamboge: + set @mobID, 1031; + callfunc "MobPoints"; + break; + +OnCobalt: + set @mobID, 1030; + callfunc "MobPoints"; + break; + +OnMauve: + set @mobID, 1029; + callfunc "MobPoints"; + break; + +OnSilkWorm: + set @mobID, 1035; + callfunc "MobPoints"; + break; + + end; +} |