diff options
author | mekolat <mekolat@gmail.com> | 2014-09-07 15:44:33 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-30 14:21:17 -0400 |
commit | e5190f9ddff51a2e246a7af5538909ec212e00db (patch) | |
tree | 6f626346b5fb37d24688c0defdffba55a509cb48 /world/map/npc/009-7/npcs.txt | |
parent | 0bc1c20799c9b01e60035ce1c82fd8a38c110c4c (diff) | |
download | classic-serverdata-e5190f9ddff51a2e246a7af5538909ec212e00db.tar.gz classic-serverdata-e5190f9ddff51a2e246a7af5538909ec212e00db.tar.bz2 classic-serverdata-e5190f9ddff51a2e246a7af5538909ec212e00db.tar.xz classic-serverdata-e5190f9ddff51a2e246a7af5538909ec212e00db.zip |
add fight club
Diffstat (limited to 'world/map/npc/009-7/npcs.txt')
-rw-r--r-- | world/map/npc/009-7/npcs.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/world/map/npc/009-7/npcs.txt b/world/map/npc/009-7/npcs.txt new file mode 100644 index 00000000..dff26fb2 --- /dev/null +++ b/world/map/npc/009-7/npcs.txt @@ -0,0 +1,20 @@ +009-2.gat,38,105,0|script|#trapdoor#FightClub|327,0,0, +{ + mes "What is the password?"; + menu + $@fightclub_password$ + ".", L_Enter, + "I have no clue.", L_Close; + + L_Enter: + mes "Correct. You may enter."; + close2; + warp "009-7.gat", 22, 21; + end; + + L_Close: + close; +} + +009-7.gat,34,23,0|shop|Bartender#Duels|177,Beer :-1,IronPotion :-1,ConcentrationPotion :-1,SmallManaElixir :2400,BottleOfWater :-1,Milk :-1 + +009-7.gat,27,26,0|shop|Garçon#Duels|180,RoastedMaggot :-1,PickledBeets :5000,ChickenLeg :-1,Steak :-1,Beer :180 |