diff options
author | Reid <reidyaro@gmail.com> | 2012-01-03 19:18:06 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-03 19:18:06 +0100 |
commit | c416b7a86d40c679f99a47554bb36887a8a8e085 (patch) | |
tree | 87a223191631ab506093faaaadae53a956f97e8b /npc/000-2-1 | |
parent | b908a02623bede3a57176af73719cebf6cf13001 (diff) | |
download | serverdata-c416b7a86d40c679f99a47554bb36887a8a8e085.tar.gz serverdata-c416b7a86d40c679f99a47554bb36887a8a8e085.tar.bz2 serverdata-c416b7a86d40c679f99a47554bb36887a8a8e085.tar.xz serverdata-c416b7a86d40c679f99a47554bb36887a8a8e085.zip |
Add mobs on 000-2-1 and add monster drops.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/000-2-1/arpan.txt | 22 |
2 files changed, 13 insertions, 17 deletions
diff --git a/npc/000-2-1/_mobs.txt b/npc/000-2-1/_mobs.txt index c2169b76..80db097e 100644 --- a/npc/000-2-1/_mobs.txt +++ b/npc/000-2-1/_mobs.txt @@ -1,7 +1,3 @@ // 000-2-1 mobs - - - -000-2-1.gat,0,0,0 script Mob000-2-1 -1,{ - end; -} +000-2-1.gat,21,25,62,40 monster Pious 1002,4,30000,20000 +000-2-1.gat,21,25,62,40 monster Piousse 1003,1,300000,100000
\ No newline at end of file diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 1fb2e0e9..4c531194 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -2,7 +2,7 @@ // Authors: // Ablu // Description: -// Magic_Arpan which tells new player how they came here. +// Magic Arpan which tells new player how they came here. // A box with clothes for every new player. // Variable: // ShipQuests_Arpan @@ -14,13 +14,13 @@ 000-2-1.gat,39,36,0,1 script LeftDoorCheck 0,0,0,{ set @q, geta2(ShipQuests, ShipQuests_Arpan); - if (@q == 0) doevent "Magic_Arpan::OnTalk"; + if (@q == 0) doevent "Magic Arpan::OnTalk"; close; } 000-2-1.gat,44,36,0,1 script RightDoorCheck 0,0,0,{ set @q, geta2(ShipQuests, ShipQuests_Arpan); - if (@q == 0) doevent "Magic_Arpan::OnTalk"; + if (@q == 0) doevent "Magic Arpan::OnTalk"; close; } @@ -29,14 +29,14 @@ if (@q > 2) close; if (@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto l_EquipDone; if (@q == 1) goto l_GetCloth; - doevent "Magic_Arpan::OnClothNotTaken"; + doevent "Magic Arpan::OnClothNotTaken"; warp "000-2-1.gat", 39, 32; - doevent "Magic_Arpan::OnEquip"; + doevent "Magic Arpan::OnEquip"; close; l_GetCloth: warp "000-2-1.gat", 39, 32; - doevent "Magic_Arpan::OnClothNotTaken"; + doevent "Magic Arpan::OnClothNotTaken"; close; l_EquipDone: @@ -49,14 +49,14 @@ l_EquipDone: if (@q > 2) close; if (@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto l_EquipDone; if (@q == 1) goto l_GetCloth; - doevent "Magic_Arpan::OnClothNotTaken"; + doevent "Magic Arpan::OnClothNotTaken"; warp "000-2-1.gat", 45, 32; - doevent "Magic_Arpan::OnEquip"; + doevent "Magic Arpan::OnEquip"; close; l_GetCloth: warp "000-2-1.gat", 45, 32; - doevent "Magic_Arpan::OnClothNotTaken"; + doevent "Magic Arpan::OnClothNotTaken"; close; l_EquipDone: @@ -90,7 +90,7 @@ l_Empty: } -000-2-1.gat,39,33,0,1 script Magic_Arpan 307,{ +000-2-1.gat,39,33,0,1 script Magic Arpan 307,{ OnTalk: set @q, geta2(ShipQuests, ShipQuests_Arpan); mesn; @@ -148,7 +148,7 @@ l_Julia: goto l_Menu; l_Who: - mes l("Sorry! I forget to present myself, I'm called Arpan, but other sailors call me Magic_Arpan because that I know one or two magic spells."); + mes l("Sorry! I forget to present myself, I'm called Arpan, but other sailors call me Magic Arpan because that I know one or two magic spells."); next; goto l_Menu; |