summaryrefslogtreecommitdiff
path: root/world/map/npc/068-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/068-1')
-rw-r--r--world/map/npc/068-1/_import.txt8
-rw-r--r--world/map/npc/068-1/_mobs.txt24
-rw-r--r--world/map/npc/068-1/_warps.txt15
-rw-r--r--world/map/npc/068-1/mapflags.txt2
-rw-r--r--world/map/npc/068-1/stat_reset.txt55
-rw-r--r--world/map/npc/068-1/tombstones.txt41
6 files changed, 0 insertions, 145 deletions
diff --git a/world/map/npc/068-1/_import.txt b/world/map/npc/068-1/_import.txt
deleted file mode 100644
index da872493..00000000
--- a/world/map/npc/068-1/_import.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-// Map 068-1: Tulimshar Noble
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-map: 068-1.gat
-npc: npc/068-1/_mobs.txt
-npc: npc/068-1/_warps.txt
-npc: npc/068-1/mapflags.txt
-npc: npc/068-1/stat_reset.txt
-npc: npc/068-1/tombstones.txt
diff --git a/world/map/npc/068-1/_mobs.txt b/world/map/npc/068-1/_mobs.txt
deleted file mode 100644
index 14eeb839..00000000
--- a/world/map/npc/068-1/_mobs.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Tulimshar Noble mobs
-
-068-1.gat,60,67,52,1|monster|SeaSlime|1033,3,100000ms,30000ms,Mob068-1::On1033
-068-1.gat,93,49,4,3|monster|Maggot|1002,5,100000ms,30000ms,Mob068-1::On1002
-068-1.gat,89,71,5,8|monster|Maggot|1002,5,100000ms,30000ms,Mob068-1::On1002
-068-1.gat,78,38,7,6|monster|Maggot|1002,5,100000ms,30000ms,Mob068-1::On1002
-068-1.gat,59,83,52,1|monster|SeaSlime|1033,3,100000ms,30000ms,Mob068-1::On1033
-
-
-068-1.gat,0,0,0|script|Mob068-1|-1
-{
- end;
-
-On1002:
- set @mobID, 1002;
- callfunc "MobPoints";
- end;
-
-On1033:
- set @mobID, 1033;
- callfunc "MobPoints";
- end;
-}
diff --git a/world/map/npc/068-1/_warps.txt b/world/map/npc/068-1/_warps.txt
deleted file mode 100644
index 7e11bce2..00000000
--- a/world/map/npc/068-1/_warps.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Tulimshar Noble warps
-
-068-1.gat,34,108|warp|To North Tulimshar|3,-1,021-1.gat,144,23
-068-1.gat,84,108|warp|To Tulimshar Castle|3,-1,069-1.gat,55,23
-068-1.gat,42,96|warp|To Silk Shop|-1,-1,068-2.gat,94,60
-068-1.gat,40,79|warp|To Coconut Farm|-1,-1,068-2.gat,76,29
-068-1.gat,52,48|warp|To Barracks|-1,-1,068-2.gat,36,29
-068-1.gat,47,38|warp|To Watch Tower|-1,-1,068-2.gat,62,60
-068-1.gat,50,96|warp|To Weavers Shop|-1,-1,068-2.gat,61,91
-068-1.gat,56,96|warp|To Weavers Shop|-1,-1,068-2.gat,89,91
-068-1.gat,38,90|warp|To Silk Shop|-1,-1,068-2.gat,84,51
-068-1.gat,30,96|warp|To Bank|-1,-1,068-2.gat,31,91
-068-1.gat,29,84|warp|To Jeweler|-1,-1,068-2.gat,31,60
-068-1.gat,48,29|warp|To Watch Tower|-1,-1,068-2.gat,59,52
diff --git a/world/map/npc/068-1/mapflags.txt b/world/map/npc/068-1/mapflags.txt
deleted file mode 100644
index 15694f25..00000000
--- a/world/map/npc/068-1/mapflags.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-068-1.gat|mapflag|town
-068-1.gat|mapflag|resave|001-1,57,71
diff --git a/world/map/npc/068-1/stat_reset.txt b/world/map/npc/068-1/stat_reset.txt
deleted file mode 100644
index 73519a22..00000000
--- a/world/map/npc/068-1/stat_reset.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-//
-
-068-1.gat,79,94,0|script|Malivox|103
-{
-// if (ResetA_charstate == 1) goto L_Multiple;
-
-// set @cost, 10000000 / ($ResetA_uses + 1);
-
- set @cost, BaseLevel * 100;
-
- mes "[Rogue Mage]";
- mes "\"I have come across a spell that will";
- mes "reset your status points.";
- mes "Normally this spell is expensive, but";
- mes "due to an unusual constellation of the";
- mes "stars I can cast it very cheaply!";
- mes "For you it will cost only "+@cost+" gp.\"";
- next;
- menu
- "Reset my stats",L_Next,
- "Forget about it",L_Pass;
-
-L_Next:
- if (Zeny<@cost) goto L_NoMoney;
- goto L_Reset;
-
-// set $ResetA_uses, $ResetA_uses + 1;
-// set ResetA_charstate, 1;
-
-L_Reset:
- set Zeny, Zeny-@cost;
- resetstatus;
-
- mes "[Rogue Mage]";
- mes "\"There you are.";
- mes "";
- mes "Good as new!\"";
- goto L_Close;
-
-L_Pass:
- mes "[Rogue Mage]";
- mes "\"Very well then, see you.\"";
- goto L_Close;
-
-L_NoMoney:
- mes "[Rogue Mage]";
- mes "\"Oh dear, the price cannot be bargained.";
- mes "";
- mes "Perhaps you can borrow from a friend?\"";
- goto L_Close;
-
-L_Close:
- set @cost, 0;
- close;
-}
diff --git a/world/map/npc/068-1/tombstones.txt b/world/map/npc/068-1/tombstones.txt
deleted file mode 100644
index 132be7ff..00000000
--- a/world/map/npc/068-1/tombstones.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-// Tombstones in Noble memorial
-
-068-1.gat,91,48,0|script|Tombstone#1|400
-{
-
- mes "~ wushin ~";
- mes "Tonori swallowed him whole.";
- close;
-}
-
-068-1.gat,92,48,0|script|Tombstone#2|400
-{
-
- mes "~ Nard ~";
- mes "Crushed by a loom.";
- close;
-}
-
-068-1.gat,93,48,0|script|Tombstone#3|400
-{
-
- mes "~ tux9th ~";
- mes "Eaten by bugs.";
- close;
-}
-
-068-1.gat,94,48,0|script|Tombstone#4|400
-{
-
- mes "~ o11c ~";
- mes "He asked for it. So they gave it to him.";
- close;
-}
-
-068-1.gat,95,48,0|script|Tombstone#5|400
-{
-
- mes "~ " + strcharinfo(0) + " ~";
- mes "The tombstone is blank and the grave freshly dug.";
- close;
-}