summaryrefslogtreecommitdiff
path: root/npc/001-2_Tulimshar
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-19 14:07:34 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-19 14:07:34 +0000
commit31128cd69b1af4182468c25cfb66b1b661d6654a (patch)
treed2ecb41a2bebe144e8e9488d711ba7de97392694 /npc/001-2_Tulimshar
parent80ecd374e443493ec6f42818178537bf3614e448 (diff)
downloadserverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.gz
serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.bz2
serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.xz
serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.zip
Fix some NPC (etc) map names
Diffstat (limited to 'npc/001-2_Tulimshar')
-rw-r--r--npc/001-2_Tulimshar/casino.txt14
-rw-r--r--npc/001-2_Tulimshar/omar.txt2
-rw-r--r--npc/001-2_Tulimshar/phaet.txt2
-rw-r--r--npc/001-2_Tulimshar/shops.txt4
-rw-r--r--npc/001-2_Tulimshar/troupe_leader.txt2
5 files changed, 12 insertions, 12 deletions
diff --git a/npc/001-2_Tulimshar/casino.txt b/npc/001-2_Tulimshar/casino.txt
index 58f99ea5..b5da3933 100644
--- a/npc/001-2_Tulimshar/casino.txt
+++ b/npc/001-2_Tulimshar/casino.txt
@@ -1,26 +1,26 @@
//
-new_8-1.gat,134,23,0 script Valdo 117,{
+001-2.gat,134,23,0 script Valdo 117,{
mes "[Valdo the Worker]";
mes "\"Please let me work, I'm really in a hurry!\"";
close;
}
-new_8-1.gat,37,65,0 script Slot1 127,{
+001-2.gat,37,65,0 script Slot1 127,{
callfunc "SlotMachine";
}
-new_8-1.gat,39,65,0 script Slot2 127,{
+001-2.gat,39,65,0 script Slot2 127,{
callfunc "SlotMachine";
}
-new_8-1.gat,41,65,0 script Slot3 127,{
+001-2.gat,41,65,0 script Slot3 127,{
callfunc "SlotMachine";
}
-new_8-1.gat,32,67,0 shop MoneyChanger 124,503:10
+001-2.gat,32,67,0 shop MoneyChanger 124,503:10
-new_8-1.gat,28,63,0 script BlackJack 107,{
+001-2.gat,28,63,0 script BlackJack 107,{
mes "[Croupier]";
mes "\"Would you like to play Black Jack?";
mes "You will need 15 casino coins.\"";
@@ -93,7 +93,7 @@ L_Ace:
}
-new_8-1.gat,22,69,0 script Roulette 107,{
+001-2.gat,22,69,0 script Roulette 107,{
mes "\"Good evening monsieur...";
mes "How much would you like to bet?\"";
next;
diff --git a/npc/001-2_Tulimshar/omar.txt b/npc/001-2_Tulimshar/omar.txt
index 25865e5f..009e7b5d 100644
--- a/npc/001-2_Tulimshar/omar.txt
+++ b/npc/001-2_Tulimshar/omar.txt
@@ -1,6 +1,6 @@
//
-new_8-1.gat,70,60,0 script Omar 162,{
+001-2.gat,70,60,0 script Omar 162,{
mes "[Omar]";
mes "\"Welcome to my humble abode.\"";
}
diff --git a/npc/001-2_Tulimshar/phaet.txt b/npc/001-2_Tulimshar/phaet.txt
index 4cc13e9a..ec4ae6dc 100644
--- a/npc/001-2_Tulimshar/phaet.txt
+++ b/npc/001-2_Tulimshar/phaet.txt
@@ -1,6 +1,6 @@
//
-new_8-1.gat,24,23,0 script Phaet 125,{
+001-2.gat,24,23,0 script Phaet 125,{
mes "[Phaet the Royal Guard]";
mes "\"Hey, you seem tough enough! Would you like to prove your skills? I'll let you in the arena if you give me 50 gp. You can fight against other players there.\"";
next;
diff --git a/npc/001-2_Tulimshar/shops.txt b/npc/001-2_Tulimshar/shops.txt
index 8482edd9..479969cd 100644
--- a/npc/001-2_Tulimshar/shops.txt
+++ b/npc/001-2_Tulimshar/shops.txt
@@ -1,8 +1,8 @@
//
-new_8-1.gat,26,26,0 shop InnKeeper 112,539:175,513:20,519
+001-2.gat,26,26,0 shop InnKeeper 112,539:175,513:20,519
-new_8-1.gat,103,26,0 script Rebecca 118,{
+001-2.gat,103,26,0 script Rebecca 118,{
set @npcName$, "Rebecca the Inn Keeper";
set @cost, 100;
callfunc "Inn";
diff --git a/npc/001-2_Tulimshar/troupe_leader.txt b/npc/001-2_Tulimshar/troupe_leader.txt
index a602b1d2..1114de56 100644
--- a/npc/001-2_Tulimshar/troupe_leader.txt
+++ b/npc/001-2_Tulimshar/troupe_leader.txt
@@ -1,6 +1,6 @@
//
-new_8-1.gat,34,25,0 script Troupe Leader 165,{
+001-2.gat,34,25,0 script Troupe Leader 165,{
if (Inspector == 4) goto L_NohMask_Troupe;
if (Inspector == 13) goto L_NohMask_Found;