summaryrefslogtreecommitdiff
path: root/world/map/npc/009-7
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-7')
-rw-r--r--world/map/npc/009-7/_import.txt9
-rw-r--r--world/map/npc/009-7/_mobs.txt3
-rw-r--r--world/map/npc/009-7/_nodes.txt4
-rw-r--r--world/map/npc/009-7/_warps.txt4
-rw-r--r--world/map/npc/009-7/battlemaster.txt91
-rw-r--r--world/map/npc/009-7/eventHandler.txt15
-rw-r--r--world/map/npc/009-7/shops.txt3
7 files changed, 0 insertions, 129 deletions
diff --git a/world/map/npc/009-7/_import.txt b/world/map/npc/009-7/_import.txt
deleted file mode 100644
index a612f080..00000000
--- a/world/map/npc/009-7/_import.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-// Map 009-7: The Sanguine Vault
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-map: 009-7
-npc: npc/009-7/_mobs.txt
-npc: npc/009-7/_nodes.txt
-npc: npc/009-7/_warps.txt
-npc: npc/009-7/battlemaster.txt
-npc: npc/009-7/eventHandler.txt
-npc: npc/009-7/shops.txt
diff --git a/world/map/npc/009-7/_mobs.txt b/world/map/npc/009-7/_mobs.txt
deleted file mode 100644
index 5eb4c228..00000000
--- a/world/map/npc/009-7/_mobs.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// The Sanguine Vault mobs
-
diff --git a/world/map/npc/009-7/_nodes.txt b/world/map/npc/009-7/_nodes.txt
deleted file mode 100644
index ad714a60..00000000
--- a/world/map/npc/009-7/_nodes.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// The Sanguine Vault nodes
-
-// (no nodes)
diff --git a/world/map/npc/009-7/_warps.txt b/world/map/npc/009-7/_warps.txt
deleted file mode 100644
index dd129692..00000000
--- a/world/map/npc/009-7/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// The Sanguine Vault warps
-
-009-7,21,19|warp|-1,-1,009-2,38,104
diff --git a/world/map/npc/009-7/battlemaster.txt b/world/map/npc/009-7/battlemaster.txt
deleted file mode 100644
index c7316913..00000000
--- a/world/map/npc/009-7/battlemaster.txt
+++ /dev/null
@@ -1,91 +0,0 @@
-009-7,40,35,0|script|Battle Master#Duels|322
-{
- if($SANGUINE & $@SV_BMDBit != 0) goto L_Disabled;
- mes "[Battle Master]";
- mes "\"Hey, you seem tough enough! Would you like to prove your skills?\"";
- next;
- menu
- "PvP Cave (50gp)", L_Pvp,
- "Last Man Standing (150gp)", L_Brodomir,
- "Nevermind.", L_Next;
-
-L_Disabled:
- mes "[Battle Master]";
- mes "I am busy, come back later.";
- close;
-
-L_Next:
- mes "[Battle Master]";
- mes "\"Ha ha, coward.\"";
- close;
-
-L_Brodomir:
- if (Zeny < 150) goto L_NoMoney;
- set Zeny, Zeny - 150;
- mes "[Battle Master]";
- mes "\"Get ready!\"";
- close2;
- set DUELS, DUELS | $@DuelPvpBit; // tell the arena to send the player back here when he exits
- warp "009-6", 33, 37;
- savepoint "009-7", 39, 37;
- end;
-
-L_Pvp:
- if (Zeny < 50) goto L_NoMoney;
- set Zeny, Zeny - 50;
- mes "[Battle Master]";
- mes "\"Get ready!\"";
- close2;
- set DUELS, DUELS | $@DuelPvpBit; // tell the arena to send the player back here when he dies
- warp "001-3", 0, 0;
- savepoint "009-7", 39, 37;
- end;
-
-L_NoMoney:
- mes "\"Wait a second, you don't have enough money.\"";
- close;
-}
-
-
-// death and exit handlers below
-
-function|script|fightclub_GoBack
-{
- set @Duel_PVP, DUELS & $@DuelPvpBit;
- if(@Duel_PVP != 0) goto L_GoBack;
- return;
-
-L_GoBack:
- set DUELS, DUELS &~ $@DuelPvpBit;
- warp "009-7", 39, 37;
- heal MaxHp, MaxSp;
- message strcharinfo(0), "Thank you for participating!";
- return;
-}
-009-6,36,48,0|script|#GoBack2Duels|32767,0,1
-{
- callfunc "fightclub_GoBack";
- end;
-}
-009-5,53,74,0|script|#GoBack3Duels|32767,3,1
-{
- callfunc "fightclub_GoBack";
- end;
-}
-009-3,158,83,0|script|#GoBack5Duels|32767,7,0
-{
- callfunc "fightclub_GoBack";
- end;
-}
-
-
-001-2,130,22,0|script|#GoBack4Duels|32767,1,1
-{
- callfunc "fightclub_GoBack";
- end;
-}
-001-3,73,28,0|script|#GoBack1Duels|32767,0,1
-{
- callfunc "fightclub_GoBack";
- end;
-}
diff --git a/world/map/npc/009-7/eventHandler.txt b/world/map/npc/009-7/eventHandler.txt
deleted file mode 100644
index 421cefed..00000000
--- a/world/map/npc/009-7/eventHandler.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-009-7,45,33,0|script|#trapdoor2FightClub|327,0,0
-{
- if(countitem(647)||countitem(725)||countitem(1178)||countitem(5131)||countitem(5132)||countitem(5133)||countitem(5134)||countitem(5135)||countitem(5136)||countitem(5137)||countitem(5138)||countitem(5139)||countitem(5140)||(getgmlevel()>=20)) goto L_Enter;
- end;
-
-L_Enter:
- warp "009-7",34,22; // this warp is a special thanks for contributors
- end;
-}
-
-009-7,33,21,0|script|#trapdoor3FightClub|327,0,0
-{
- warp "009-7",44,32;
- end;
-}
diff --git a/world/map/npc/009-7/shops.txt b/world/map/npc/009-7/shops.txt
deleted file mode 100644
index ff33b313..00000000
--- a/world/map/npc/009-7/shops.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-009-7,34,23,0|shop|Bartender#Duels|177,Beer:*1,IronPotion:*1,ConcentrationPotion:*1,BottleOfWater:*1,Milk:*1
-
-009-7,27,26,0|shop|Garcon#Duels|180,RoastedMaggot:*1,PickledBeets:*30,ChickenLeg:*1,Steak:*1,Beer:*1