diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-09-01 14:14:59 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-09-01 14:14:59 +0000 |
commit | 8fac6c64569042c2e41d6b38be8908d432b45714 (patch) | |
tree | 3ec82b2d2063d3fc9eeebe445a10105b4b41922d /npc/tulimshar-casino | |
parent | cad39aa5b30e3ed83201ecc4d9c2e48858f68a31 (diff) | |
download | serverdata-8fac6c64569042c2e41d6b38be8908d432b45714.tar.gz serverdata-8fac6c64569042c2e41d6b38be8908d432b45714.tar.bz2 serverdata-8fac6c64569042c2e41d6b38be8908d432b45714.tar.xz serverdata-8fac6c64569042c2e41d6b38be8908d432b45714.zip |
Added new maps and new monster
Diffstat (limited to 'npc/tulimshar-casino')
-rw-r--r-- | npc/tulimshar-casino/casino.txt | 29 |
1 files changed, 29 insertions, 0 deletions
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!"; |