summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-02-08 14:22:42 +0000
committerJared Adams <jaxad0127@gmail.com>2009-02-08 14:22:42 +0000
commite8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8 (patch)
tree4879d63f2c250cb45722da2411ce7ce8d8d55e7f
parent90cb4467a1c646f6c3ac48580efcc5ec339c32c5 (diff)
downloadserverdata-e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8.tar.gz
serverdata-e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8.tar.bz2
serverdata-e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8.tar.xz
serverdata-e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8.zip
Add map 021-1
-rw-r--r--data/001-1.wlkbin19042 -> 19042 bytes
-rw-r--r--data/004-1.wlkbin15565 -> 15565 bytes
-rw-r--r--data/021-1.wlkbin29908 -> 29908 bytes
-rw-r--r--npc/001-1_Tulimshar/_import.txt1
-rw-r--r--npc/001-1_Tulimshar/_warps.txt2
-rw-r--r--npc/001-1_Tulimshar/children.txt2
-rw-r--r--npc/001-1_Tulimshar/workers.txt13
-rw-r--r--npc/021-1_Tulimshar/_import.txt8
-rw-r--r--npc/021-1_Tulimshar/_mobs.txt16
-rw-r--r--npc/021-1_Tulimshar/_warps.txt2
-rw-r--r--npc/021-1_Tulimshar/bakery.txt10
-rw-r--r--npc/021-1_Tulimshar/eurni.txt29
-rw-r--r--npc/021-1_Tulimshar/gate_guards.txt35
-rw-r--r--npc/021-1_Tulimshar/inac.txt13
-rw-r--r--npc/021-1_Tulimshar/magic_school.txt16
-rw-r--r--npc/021-1_Tulimshar/north_shops.txt38
-rw-r--r--npc/021-1_Tulimshar/royal_guards.txt11
-rw-r--r--npc/021-1_Tulimshar/workers.txt31
-rw-r--r--npc/_import.txt2
19 files changed, 213 insertions, 16 deletions
diff --git a/data/001-1.wlk b/data/001-1.wlk
index cf612ae7..ce25ead9 100644
--- a/data/001-1.wlk
+++ b/data/001-1.wlk
Binary files differ
diff --git a/data/004-1.wlk b/data/004-1.wlk
index 55ed9b21..27423757 100644
--- a/data/004-1.wlk
+++ b/data/004-1.wlk
Binary files differ
diff --git a/data/021-1.wlk b/data/021-1.wlk
index 349582a4..37ced2aa 100644
--- a/data/021-1.wlk
+++ b/data/021-1.wlk
Binary files differ
diff --git a/npc/001-1_Tulimshar/_import.txt b/npc/001-1_Tulimshar/_import.txt
index 8fe3add8..b66c4168 100644
--- a/npc/001-1_Tulimshar/_import.txt
+++ b/npc/001-1_Tulimshar/_import.txt
@@ -18,4 +18,3 @@ npc: npc/001-1_Tulimshar/rules.txt
npc: npc/001-1_Tulimshar/sandra.txt
npc: npc/001-1_Tulimshar/soul-menhir.txt
npc: npc/001-1_Tulimshar/vincent.txt
-npc: npc/001-1_Tulimshar/workers.txt
diff --git a/npc/001-1_Tulimshar/_warps.txt b/npc/001-1_Tulimshar/_warps.txt
index 7e8af69d..751b0df8 100644
--- a/npc/001-1_Tulimshar/_warps.txt
+++ b/npc/001-1_Tulimshar/_warps.txt
@@ -1,5 +1,7 @@
// 001-1 Tulimshar warps
001-1.gat,44,88 warp ToSandstorm 3,-1,002-1.gat,58,17
+001-1.gat,44,20 warp toCentralTulimshar 3,-1,021-1.gat,55,145
+001-1.gat,125,20 warp toCentralTulimshar 0,-1,021-1.gat,136,146
001-1.gat,32,71 warp ToInn -1,-1,001-2.gat,25,34
001-1.gat,75,41 warp ToHouse -1,-1,001-2.gat,71,72
diff --git a/npc/001-1_Tulimshar/children.txt b/npc/001-1_Tulimshar/children.txt
index e68cfe95..a3ab8e07 100644
--- a/npc/001-1_Tulimshar/children.txt
+++ b/npc/001-1_Tulimshar/children.txt
@@ -1,6 +1,6 @@
//
-001-1.gat,94,27,0 script Aisha 108,{
+001-1.gat,95,29,0 script Aisha 108,{
set @TEMP,rand(9);
if(@TEMP == 0) goto L_1;
if(@TEMP == 1) goto L_1;
diff --git a/npc/001-1_Tulimshar/workers.txt b/npc/001-1_Tulimshar/workers.txt
deleted file mode 100644
index 43ee9795..00000000
--- a/npc/001-1_Tulimshar/workers.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-
-001-1.gat,45,21,0 script Construction Worker 155,{
- mes "[Construction worker]";
- mes "\"I can't let you beyond this gate. The area is closed for renovation; most of it was destroyed during the earthquake.\"";
- close;
-}
-
-001-1.gat,124,21,0 script Construction Worker 155,{
- mes "[Construction worker]";
- mes "\"Move along.\"";
- close;
-}
diff --git a/npc/021-1_Tulimshar/_import.txt b/npc/021-1_Tulimshar/_import.txt
index 81e7f2df..e6939894 100644
--- a/npc/021-1_Tulimshar/_import.txt
+++ b/npc/021-1_Tulimshar/_import.txt
@@ -1,3 +1,11 @@
map: 021-1.gat
npc: npc/021-1_Tulimshar/_mobs.txt
npc: npc/021-1_Tulimshar/_warps.txt
+npc: npc/021-1_Tulimshar/bakery.txt
+npc: npc/021-1_Tulimshar/eurni.txt
+npc: npc/021-1_Tulimshar/gate_guards.txt
+npc: npc/021-1_Tulimshar/inac.txt
+npc: npc/021-1_Tulimshar/magic_school.txt
+npc: npc/021-1_Tulimshar/north_shops.txt
+npc: npc/021-1_Tulimshar/royal_guards.txt
+npc: npc/021-1_Tulimshar/workers.txt
diff --git a/npc/021-1_Tulimshar/_mobs.txt b/npc/021-1_Tulimshar/_mobs.txt
index e488bf54..4a7227f6 100644
--- a/npc/021-1_Tulimshar/_mobs.txt
+++ b/npc/021-1_Tulimshar/_mobs.txt
@@ -1,7 +1,23 @@
// 021-1 Tulimshar mobs
+021-1.gat,126,86,3,2 monster Maggot 1002,2,0,0,Mob021-1::On1002
+021-1.gat,90,65,3,2 monster Maggot 1002,2,0,0,Mob021-1::On1002
+021-1.gat,95,124,3,2 monster Maggot 1002,2,0,0,Mob021-1::On1002
+021-1.gat,103,53,6,2 monster Maggot 1002,5,0,0,Mob021-1::On1002
+021-1.gat,44,54,6,8 monster Maggot 1002,7,0,0,Mob021-1::On1002
+021-1.gat,98,24,2,2 monster Sea Slime 1033,1,150000,100000,Mob021-1::On1033
021-1.gat,0,0,0 script Mob021-1 -1,{
+On1002:
+ set @mobID, 1002;
+ callfunc "MobPoints";
+ break;
+
+On1033:
+ set @mobID, 1033;
+ callfunc "MobPoints";
+ break;
+
end;
}
diff --git a/npc/021-1_Tulimshar/_warps.txt b/npc/021-1_Tulimshar/_warps.txt
index 7e907749..ac940f69 100644
--- a/npc/021-1_Tulimshar/_warps.txt
+++ b/npc/021-1_Tulimshar/_warps.txt
@@ -1,2 +1,4 @@
// 021-1 Tulimshar warps
+021-1.gat,55,146 warp toBazaar 3,-1,001-1.gat,44,20
+021-1.gat,136,146 warp toSouthTulimshar 0,-1,001-1.gat,124,21
diff --git a/npc/021-1_Tulimshar/bakery.txt b/npc/021-1_Tulimshar/bakery.txt
new file mode 100644
index 00000000..af0e8d87
--- /dev/null
+++ b/npc/021-1_Tulimshar/bakery.txt
@@ -0,0 +1,10 @@
+// Outside the bakery
+
+021-1.gat,105,104,0 shop Ara 163,WhiteCake :-1,ChocolateCake :-1,OrangeCake :-1,AppleCake :-1
+
+021-1.gat,108,102,0 script Itka 114,{
+ mes "[Itka]";
+ mes "\"This bakery is the best!\"";
+ mes "";
+ mes "\"Too bad they haven't fully opened yet.\"";
+}
diff --git a/npc/021-1_Tulimshar/eurni.txt b/npc/021-1_Tulimshar/eurni.txt
new file mode 100644
index 00000000..988feca9
--- /dev/null
+++ b/npc/021-1_Tulimshar/eurni.txt
@@ -0,0 +1,29 @@
+//
+
+021-1.gat,141,113,0 script Eurni 136,{
+ mes "[Eurni the Surgeon]";
+ mes "\"No sex changes right now, sorry.\"";
+ close;
+
+ mes "[Eurni the Surgeon]";
+ mes "\"Are you tired of being what you are?\"";
+ next;
+
+ mes "[Eurni the Surgeon]";
+ mes "\"Would you maybe be interested in a sex change?\"";
+ next;
+
+ mes "[Server]";
+ mes "\"Warning: All the character in your account will get the sex changed.\"";
+ mes "\"Also you probably will require to restart the client to notice a change.\"";
+ next;
+
+ menu
+ "Please do, my dear...", L_Change,
+ "Leave alone my family treasure!", -;
+ close;
+
+L_Change:
+// changesex;
+ close;
+}
diff --git a/npc/021-1_Tulimshar/gate_guards.txt b/npc/021-1_Tulimshar/gate_guards.txt
new file mode 100644
index 00000000..fcc55c87
--- /dev/null
+++ b/npc/021-1_Tulimshar/gate_guards.txt
@@ -0,0 +1,35 @@
+// Various guards at gates
+
+// Guards by the gates to the port
+021-1.gat,70,23,0 script Guard 104,{
+ mes "[Guard]";
+ mes "\"Lot's of stuff happens in the port district. Those sailors can get quite roudy.\"";
+}
+
+021-1.gat,110,23,0 script Guard 104,{
+ mes "[Guard]";
+ mes "\"I'm not quite sure why I'm here, since that bridge is out.\"";
+}
+
+// Guard near the magic school
+021-1.gat,46,65,0 script Guard 104,{
+ mes "[Guard]";
+ mes "\"I'm just here to provide a presence for the guards at this gate. The mages here can defend themselves without problem.\"";
+}
+
+// Guards by the gates to East Tulimshar
+021-1.gat,156,42,0 script Guard 104,{
+ mes "[Guard]";
+ mes "\"It's still a mess in East Tulimshar. The volcano and earthquake did a lot of damage.\"";
+}
+
+021-1.gat,156,95,0 script Guard 104,{
+ mes "[Guard]";
+ mes "\"It can get quite dangerous east of town. But for now, the passage is closed.\"";
+}
+
+// Near the bazaar, outside the government building
+021-1.gat,58,135,0 script Guard 123,{
+ mes "[Guard]";
+ mes "\"This is a government building. They have some clerical and tax offices in here. There is also a jail in the subbasement.\"";
+}
diff --git a/npc/021-1_Tulimshar/inac.txt b/npc/021-1_Tulimshar/inac.txt
new file mode 100644
index 00000000..3160ad9b
--- /dev/null
+++ b/npc/021-1_Tulimshar/inac.txt
@@ -0,0 +1,13 @@
+//
+
+021-1.gat,53,103,0 script Inac 156,{
+ mes "[Inac]";
+ mes "\"This cities water system is amazing. It was built centuries ago after the cataclysm that turned Tonori into this desert.\"";
+ next;
+ mes "[Inac]";
+ mes "\"They say that not much maintainence is needed, even though it's so old.\"";
+ next;
+ mes "[Inac]";
+ mes "\"They also say monsters have moved into the underground tunnels that bring and distribute water.\"";
+ next;
+}
diff --git a/npc/021-1_Tulimshar/magic_school.txt b/npc/021-1_Tulimshar/magic_school.txt
new file mode 100644
index 00000000..54c49d56
--- /dev/null
+++ b/npc/021-1_Tulimshar/magic_school.txt
@@ -0,0 +1,16 @@
+// Tulimshar's magic academy
+
+021-1.gat,45,54,0 script Tinris 160,{
+ mes "[Tinris]";
+ mes "\"This is a magic school.\"";
+}
+
+021-1.gat,46,41,0 script Tondar 168,{
+ mes "[Tondar]";
+ mes "\"We're not accepting any new students right now.\"";
+}
+
+021-1.gat,32,46,0 script Ched 113,{
+ mes "[Ched]";
+ mes "\"I'm a student here.\"";
+}
diff --git a/npc/021-1_Tulimshar/north_shops.txt b/npc/021-1_Tulimshar/north_shops.txt
new file mode 100644
index 00000000..d920a9f3
--- /dev/null
+++ b/npc/021-1_Tulimshar/north_shops.txt
@@ -0,0 +1,38 @@
+// Northern shopping plaza
+
+// More high-end stuff to satisfy the richer people in Royal Tulimshar
+
+// Some clothing
+021-1.gat,136,38,0 shop Inar 108,CottonShirt :-1,CottonShorts :-1,CottonBoots :-1,DesertShirt :-1,ChainmailShirt :-1,SilkRobe :-8,DesertHat :-6
+
+// Some general stuff
+021-1.gat,128,36,0 shop Imec 162,CoinBag :-4,EmptyBottle :-10,CasinoCoins :10,CottonCloth :-10
+
+// A snobby store that won't sell to the player
+021-1.gat,138,29,0 script Latoy 106,{
+ mes "[Latoy]";
+ mes "\"There's nothing here you could want or afford.\"";
+}
+
+// A barber (later we can make it so certain styles need to come from him, for a price)
+021-1.gat,119,29,0 script Issay 156,{
+ mes "[Issay the Barber]";
+ mes "\"Do you need a change of style?\"";
+ next;
+ callfunc "Barber";
+ mes "[Issay the Barber]";
+ mes "\"Come again!\"";
+ close;
+}
+
+// Another banker
+021-1.gat,122,32,0 script Hydusun 149,{
+ set @npcName$, "Hydusun";
+ callfunc "Banker";
+}
+
+// An officer (for security)
+021-1.gat,130,38,0 script Officer 150,{
+ mes "[Officer]";
+ mes "I'm here for extra secutiry for this market.";
+}
diff --git a/npc/021-1_Tulimshar/royal_guards.txt b/npc/021-1_Tulimshar/royal_guards.txt
new file mode 100644
index 00000000..b24b0076
--- /dev/null
+++ b/npc/021-1_Tulimshar/royal_guards.txt
@@ -0,0 +1,11 @@
+//
+
+021-1.gat,141,23,0 script Guard 126,{
+ mes "[Guard]";
+ mes "\"Stay away.\"";
+}
+
+021-1.gat,147,23,0 script Guard 126,{
+ mes "[Guard]";
+ mes "\"Stay away.\"";
+}
diff --git a/npc/021-1_Tulimshar/workers.txt b/npc/021-1_Tulimshar/workers.txt
new file mode 100644
index 00000000..838d41df
--- /dev/null
+++ b/npc/021-1_Tulimshar/workers.txt
@@ -0,0 +1,31 @@
+//
+
+021-1.gat,144,22,0 script Construction Worker 155,{
+ mes "[Construction worker]";
+ mes "\"I can't let you beyond this gate. The area is closed for renovation.\"";
+ close;
+}
+
+021-1.gat,73,22,0 script Construction Worker 155,{
+ mes "[Construction worker]";
+ mes "\"The port is closed for repairs. I can't let you in without a royal order.\"";
+ close;
+}
+
+021-1.gat,113,22,0 script Construction Worker 155,{
+ mes "[Construction worker]";
+ mes "\"Move along.\"";
+ close;
+}
+
+021-1.gat,156,97,0 script Construction Worker 155,{
+ mes "[Construction worker]";
+ mes "\"East Tulimshar is closed for repairs.\"";
+ close;
+}
+
+021-1.gat,156,44,0 script Construction Worker 155,{
+ mes "[Construction worker]";
+ mes "\"East Tulimshar is closed for repairs.\"";
+ close;
+}
diff --git a/npc/_import.txt b/npc/_import.txt
index 142fd3ec..cbb737d6 100644
--- a/npc/_import.txt
+++ b/npc/_import.txt
@@ -41,5 +41,5 @@ import: npc/020-2_Nivalis/_import.txt
import: npc/020-3_Ice_cave/_import.txt
import: npc/020-4_Ice_cave/_import.txt
import: npc/021-1_Tulimshar/_import.txt
-import: npc/021-2_Tulimshar/_import.txt
+import: npc/021-8_Meeting_Rooms/_import.txt
import: npc/023-1_Beach_Cliffs/_import.txt