From 8fac6c64569042c2e41d6b38be8908d432b45714 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Fri, 1 Sep 2006 14:14:59 +0000 Subject: Added new maps and new monster --- npc/arena/guards.txt | 23 +++++++++++++++++++++++ npc/arena/monsters.txt | 1 + npc/cave-big/monsters.txt | 2 ++ npc/cave-big/passages.txt | 1 + npc/cave-small/passages.txt | 1 + npc/pvp/maps.txt | 1 + npc/tulimshar-casino/casino.txt | 29 +++++++++++++++++++++++++++++ 7 files changed, 58 insertions(+) create mode 100644 npc/arena/guards.txt create mode 100644 npc/arena/monsters.txt create mode 100644 npc/cave-big/monsters.txt create mode 100644 npc/cave-big/passages.txt create mode 100644 npc/cave-small/passages.txt create mode 100644 npc/pvp/maps.txt (limited to 'npc') diff --git a/npc/arena/guards.txt b/npc/arena/guards.txt new file mode 100644 index 00000000..563f3949 --- /dev/null +++ b/npc/arena/guards.txt @@ -0,0 +1,23 @@ +new_6-1.gat,77,37,0 script RoyalGuard 125,{ + mes "[Royal Guard]"; + mes "Do you want to go back?"; + next; + + menu "Yes",-,"No",L_No; + mes "Ok."; + next; + + warp "new_8-1.gat",25,23; + close; + +L_No: + mes "Have fun."; + close; +} + +new_6-1.gat,69,37,0 script RoyalGuard 126,{ + mes "[Royal Guard]"; + mes "Don't touch me!"; + mes "You won't find it very funny."; + close; +} diff --git a/npc/arena/monsters.txt b/npc/arena/monsters.txt new file mode 100644 index 00000000..12d38eb3 --- /dev/null +++ b/npc/arena/monsters.txt @@ -0,0 +1 @@ +new_6-1.gat,0,0,0,0 monster Maggot 1002,10,0,0,0 diff --git a/npc/cave-big/monsters.txt b/npc/cave-big/monsters.txt new file mode 100644 index 00000000..c6c80d08 --- /dev/null +++ b/npc/cave-big/monsters.txt @@ -0,0 +1,2 @@ +new_17-1.gat,0,0,0,0 monster Lamp_Snake 1021,40,0,0,0 +new_17-1.gat,0,0,0,0 monster Shroom 1019,15,0,0,0 diff --git a/npc/cave-big/passages.txt b/npc/cave-big/passages.txt new file mode 100644 index 00000000..b04786e5 --- /dev/null +++ b/npc/cave-big/passages.txt @@ -0,0 +1 @@ +new_17-1.gat,71,10 warp firstlvl 3,0,new_4-1.gat,31,24 diff --git a/npc/cave-small/passages.txt b/npc/cave-small/passages.txt new file mode 100644 index 00000000..04f9ebb1 --- /dev/null +++ b/npc/cave-small/passages.txt @@ -0,0 +1 @@ +new_4-1.gat,31,22 warp secondlvl 3,0,new_17-1.gat,72,11 diff --git a/npc/pvp/maps.txt b/npc/pvp/maps.txt new file mode 100644 index 00000000..bd5a034c --- /dev/null +++ b/npc/pvp/maps.txt @@ -0,0 +1 @@ +new_6-1.gat mapflag pvp diff --git a/npc/tulimshar-casino/casino.txt b/npc/tulimshar-casino/casino.txt index dae9324f..db39298f 100644 --- a/npc/tulimshar-casino/casino.txt +++ b/npc/tulimshar-casino/casino.txt @@ -39,6 +39,35 @@ L_NoMoney: close; } +new_8-1.gat,24,23,0 script RoyalGuard 125,{ + mes "[Royal Guard]"; + mes "Hey you seems tough enough!"; + mes "Would you like to prove your skills?"; + next; + + mes "[Royal Guard]"; + mes "If you give me 1000gp I'll let you in."; + mes "You will fight against other players."; + next; + + menu "Yes",-,"No",L_No; + mes "Get ready!"; + next; + + if (zeny < 1000) goto L_NoMoney; + set zeny,zeny-1000; + warp "new_6-1.gat",0,0; + close; + +L_No: + mes "Ha ha, coward."; + close; + +L_NoMoney: + mes "Hey! You don't have enough money!"; + close; +} + new_8-1.gat,134,23,0 script Worker 117,{ mes "[Valdo]"; mes "Please let me work, I'm really in a hurry!"; -- cgit v1.2.3-70-g09d2