|
@@ -391,7 +391,7 @@ case 1:
|
|
goto SpecialWarpMenu;
|
|
goto SpecialWarpMenu;
|
|
case 2:
|
|
case 2:
|
|
next;
|
|
next;
|
|
- mes "set the map in the ^0000FFmapname.gat^000000 format";
|
|
|
|
|
|
+ mes "set the map in the ^0000FFmapname^000000 format";
|
|
mes "when this warpmap is set the option for players will show once they meet the requirements";
|
|
mes "when this warpmap is set the option for players will show once they meet the requirements";
|
|
mes "to disable Special Warp Menu option clear this !";
|
|
mes "to disable Special Warp Menu option clear this !";
|
|
input $QW_SP_WarpMap$;
|
|
input $QW_SP_WarpMap$;
|
|
@@ -799,14 +799,14 @@ function script QWS_MMarray {
|
|
// setarray @pTmenuitems$[@Ti], "Prontera"; // Name of Town shown in Town select Menu
|
|
// setarray @pTmenuitems$[@Ti], "Prontera"; // Name of Town shown in Town select Menu
|
|
// setarray @pTprice[@Ti], $QW_BW_PRICE; // warp prices (Basic ($QW_BW_PRICE), Advanced ($QW_AW_PRICE), Overseas $QW_OW_PRICE)
|
|
// setarray @pTprice[@Ti], $QW_BW_PRICE; // warp prices (Basic ($QW_BW_PRICE), Advanced ($QW_AW_PRICE), Overseas $QW_OW_PRICE)
|
|
//
|
|
//
|
|
-// setarray @pTmap$[@Ti], "prontera.gat"; // mapfilename of town
|
|
|
|
|
|
+// setarray @pTmap$[@Ti], "prontera"; // mapfilename of town
|
|
// setarray @pTXcoords[@Ti], 156; // X warp coords
|
|
// setarray @pTXcoords[@Ti], 156; // X warp coords
|
|
// setarray @pTYcoords[@Ti], 187; // Y warp coords
|
|
// setarray @pTYcoords[@Ti], 187; // Y warp coords
|
|
//
|
|
//
|
|
// QWS_Make_Town_Menu XXX;
|
|
// QWS_Make_Town_Menu XXX;
|
|
//
|
|
//
|
|
// the full wap commands send out by this script for these example would be
|
|
// the full wap commands send out by this script for these example would be
|
|
-//warp example_01.gat 123 123
|
|
|
|
|
|
+//warp example_01 123 123
|
|
//
|
|
//
|
|
// use the same XXX number as you used when making your own town warpra
|
|
// use the same XXX number as you used when making your own town warpra
|
|
// Read below how
|
|
// Read below how
|
|
@@ -814,11 +814,11 @@ function script QWS_MMarray {
|
|
// example:
|
|
// example:
|
|
//
|
|
//
|
|
//syntax:
|
|
//syntax:
|
|
-//mapname.gat,xcoord,ycoord,directionfacing script Name of NPC NPC-ID,{
|
|
|
|
|
|
+//mapname,xcoord,ycoord,directionfacing script Name of NPC NPC-ID,{
|
|
//
|
|
//
|
|
// Full example using fake map & coords
|
|
// Full example using fake map & coords
|
|
//
|
|
//
|
|
-//example_01.gat,213,213,4 script Warpra 112,{
|
|
|
|
|
|
+//example_01,213,213,4 script Warpra 112,{
|
|
// callfunc "QWS_Town_Warpra",XXX,"A FAKE TOWN FOR EXAMPLE";
|
|
// callfunc "QWS_Town_Warpra",XXX,"A FAKE TOWN FOR EXAMPLE";
|
|
// close;
|
|
// close;
|
|
// }
|
|
// }
|
|
@@ -833,7 +833,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Prontera";
|
|
setarray @pTmenuitems$[@Ti], "Prontera";
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "prontera.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "prontera";
|
|
setarray @pTXcoords[@Ti], 156;
|
|
setarray @pTXcoords[@Ti], 156;
|
|
setarray @pTYcoords[@Ti], 187;
|
|
setarray @pTYcoords[@Ti], 187;
|
|
|
|
|
|
@@ -842,7 +842,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Alberta";
|
|
setarray @pTmenuitems$[@Ti], "Alberta";
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "alberta.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "alberta";
|
|
setarray @pTXcoords[@Ti], 27;
|
|
setarray @pTXcoords[@Ti], 27;
|
|
setarray @pTYcoords[@Ti], 236;
|
|
setarray @pTYcoords[@Ti], 236;
|
|
|
|
|
|
@@ -851,7 +851,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Aldebaran";
|
|
setarray @pTmenuitems$[@Ti], "Aldebaran";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "aldebaran.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "aldebaran";
|
|
setarray @pTXcoords[@Ti], 145;
|
|
setarray @pTXcoords[@Ti], 145;
|
|
setarray @pTYcoords[@Ti], 120;
|
|
setarray @pTYcoords[@Ti], 120;
|
|
|
|
|
|
@@ -860,7 +860,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Amatsu";
|
|
setarray @pTmenuitems$[@Ti], "Amatsu";
|
|
setarray @pTprice[@Ti], $QW_OW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_OW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "amatsu.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "amatsu";
|
|
setarray @pTXcoords[@Ti], 197;
|
|
setarray @pTXcoords[@Ti], 197;
|
|
setarray @pTYcoords[@Ti], 86;
|
|
setarray @pTYcoords[@Ti], 86;
|
|
|
|
|
|
@@ -869,7 +869,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Ayothaya";
|
|
setarray @pTmenuitems$[@Ti], "Ayothaya";
|
|
setarray @pTprice[@Ti], $QW_OW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_OW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "ayothaya.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "ayothaya";
|
|
setarray @pTXcoords[@Ti], 150;
|
|
setarray @pTXcoords[@Ti], 150;
|
|
setarray @pTYcoords[@Ti], 57;
|
|
setarray @pTYcoords[@Ti], 57;
|
|
|
|
|
|
@@ -878,7 +878,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Comodo";
|
|
setarray @pTmenuitems$[@Ti], "Comodo";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "comodo.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "comodo";
|
|
setarray @pTXcoords[@Ti], 188;
|
|
setarray @pTXcoords[@Ti], 188;
|
|
setarray @pTYcoords[@Ti], 161;
|
|
setarray @pTYcoords[@Ti], 161;
|
|
|
|
|
|
@@ -887,7 +887,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Einbech";
|
|
setarray @pTmenuitems$[@Ti], "Einbech";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "einbech.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "einbech";
|
|
setarray @pTXcoords[@Ti], 172;
|
|
setarray @pTXcoords[@Ti], 172;
|
|
setarray @pTYcoords[@Ti], 126;
|
|
setarray @pTYcoords[@Ti], 126;
|
|
|
|
|
|
@@ -896,7 +896,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Einbroch";
|
|
setarray @pTmenuitems$[@Ti], "Einbroch";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "einbroch.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "einbroch";
|
|
setarray @pTXcoords[@Ti], 230;
|
|
setarray @pTXcoords[@Ti], 230;
|
|
setarray @pTYcoords[@Ti], 191;
|
|
setarray @pTYcoords[@Ti], 191;
|
|
|
|
|
|
@@ -905,7 +905,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Geffen";
|
|
setarray @pTmenuitems$[@Ti], "Geffen";
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "geffen.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "geffen";
|
|
setarray @pTXcoords[@Ti], 119;
|
|
setarray @pTXcoords[@Ti], 119;
|
|
setarray @pTYcoords[@Ti], 66;
|
|
setarray @pTYcoords[@Ti], 66;
|
|
|
|
|
|
@@ -914,7 +914,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Gonryun";
|
|
setarray @pTmenuitems$[@Ti], "Gonryun";
|
|
setarray @pTprice[@Ti], $QW_OW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_OW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "gonryun.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "gonryun";
|
|
setarray @pTXcoords[@Ti], 150;
|
|
setarray @pTXcoords[@Ti], 150;
|
|
setarray @pTYcoords[@Ti], 130;
|
|
setarray @pTYcoords[@Ti], 130;
|
|
|
|
|
|
@@ -923,7 +923,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Hugel";
|
|
setarray @pTmenuitems$[@Ti], "Hugel";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "hugel.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "hugel";
|
|
setarray @pTXcoords[@Ti], 95;
|
|
setarray @pTXcoords[@Ti], 95;
|
|
setarray @pTYcoords[@Ti], 121;
|
|
setarray @pTYcoords[@Ti], 121;
|
|
|
|
|
|
@@ -932,7 +932,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Izlude";
|
|
setarray @pTmenuitems$[@Ti], "Izlude";
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "izlude.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "izlude";
|
|
setarray @pTXcoords[@Ti], 128;
|
|
setarray @pTXcoords[@Ti], 128;
|
|
setarray @pTYcoords[@Ti], 111;
|
|
setarray @pTYcoords[@Ti], 111;
|
|
|
|
|
|
@@ -941,7 +941,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Jawaii";
|
|
setarray @pTmenuitems$[@Ti], "Jawaii";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "jawaii.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "jawaii";
|
|
setarray @pTXcoords[@Ti], 243;
|
|
setarray @pTXcoords[@Ti], 243;
|
|
setarray @pTYcoords[@Ti], 115;
|
|
setarray @pTYcoords[@Ti], 115;
|
|
|
|
|
|
@@ -950,7 +950,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Lighthalzen";
|
|
setarray @pTmenuitems$[@Ti], "Lighthalzen";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "lighthalzen.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "lighthalzen";
|
|
setarray @pTXcoords[@Ti], 158;
|
|
setarray @pTXcoords[@Ti], 158;
|
|
setarray @pTYcoords[@Ti], 110;
|
|
setarray @pTYcoords[@Ti], 110;
|
|
|
|
|
|
@@ -959,7 +959,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Louyang";
|
|
setarray @pTmenuitems$[@Ti], "Louyang";
|
|
setarray @pTprice[@Ti], $QW_OW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_OW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "louyang.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "louyang";
|
|
setarray @pTXcoords[@Ti], 210;
|
|
setarray @pTXcoords[@Ti], 210;
|
|
setarray @pTYcoords[@Ti], 108;
|
|
setarray @pTYcoords[@Ti], 108;
|
|
|
|
|
|
@@ -968,7 +968,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Lutie";
|
|
setarray @pTmenuitems$[@Ti], "Lutie";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "xmas.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "xmas";
|
|
setarray @pTXcoords[@Ti], 148;
|
|
setarray @pTXcoords[@Ti], 148;
|
|
setarray @pTYcoords[@Ti], 131;
|
|
setarray @pTYcoords[@Ti], 131;
|
|
|
|
|
|
@@ -977,7 +977,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Morroc";
|
|
setarray @pTmenuitems$[@Ti], "Morroc";
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "morocc.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "morocc";
|
|
setarray @pTXcoords[@Ti], 159;
|
|
setarray @pTXcoords[@Ti], 159;
|
|
setarray @pTYcoords[@Ti], 93;
|
|
setarray @pTYcoords[@Ti], 93;
|
|
|
|
|
|
@@ -986,7 +986,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Niflheim";
|
|
setarray @pTmenuitems$[@Ti], "Niflheim";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "niflheim.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "niflheim";
|
|
setarray @pTXcoords[@Ti], 195;
|
|
setarray @pTXcoords[@Ti], 195;
|
|
setarray @pTYcoords[@Ti], 186;
|
|
setarray @pTYcoords[@Ti], 186;
|
|
|
|
|
|
@@ -995,7 +995,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Payon";
|
|
setarray @pTmenuitems$[@Ti], "Payon";
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_BW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "payon.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "payon";
|
|
setarray @pTXcoords[@Ti], 152;
|
|
setarray @pTXcoords[@Ti], 152;
|
|
setarray @pTYcoords[@Ti], 75;
|
|
setarray @pTYcoords[@Ti], 75;
|
|
|
|
|
|
@@ -1004,7 +1004,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Umbala";
|
|
setarray @pTmenuitems$[@Ti], "Umbala";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "umbala.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "umbala";
|
|
setarray @pTXcoords[@Ti], 130;
|
|
setarray @pTXcoords[@Ti], 130;
|
|
setarray @pTYcoords[@Ti], 130;
|
|
setarray @pTYcoords[@Ti], 130;
|
|
|
|
|
|
@@ -1013,7 +1013,7 @@ function script QWS_Tarray {
|
|
setarray @pTmenuitems$[@Ti], "Yuno";
|
|
setarray @pTmenuitems$[@Ti], "Yuno";
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
setarray @pTprice[@Ti], $QW_AW_PRICE;
|
|
|
|
|
|
- setarray @pTmap$[@Ti], "yuno.gat";
|
|
|
|
|
|
+ setarray @pTmap$[@Ti], "yuno";
|
|
setarray @pTXcoords[@Ti], 160;
|
|
setarray @pTXcoords[@Ti], 160;
|
|
setarray @pTYcoords[@Ti], 168;
|
|
setarray @pTYcoords[@Ti], 168;
|
|
|
|
|
|
@@ -1063,7 +1063,7 @@ menu_item:
|
|
// setarray @pDfee$[@Di], "$QW_BW_FEE"; // Identifyer for the Dungeon fee caluclation (Basic ("$QW_BW_FEE"), Advanced ("$QW_AW_FEE"), Overseas ("$QW_OW_FEE")) please use setting in relation with option above (Don't forget "")
|
|
// setarray @pDfee$[@Di], "$QW_BW_FEE"; // Identifyer for the Dungeon fee caluclation (Basic ("$QW_BW_FEE"), Advanced ("$QW_AW_FEE"), Overseas ("$QW_OW_FEE")) please use setting in relation with option above (Don't forget "")
|
|
// setarray @DLevels[@Di], 2; //number of levels in dungeon (very important if set to high will shift all leveldata!!)
|
|
// setarray @DLevels[@Di], 2; //number of levels in dungeon (very important if set to high will shift all leveldata!!)
|
|
//
|
|
//
|
|
-// setarray @DGat$[@Dref], "example_01.gat", "example_02.gat"; // mapfilename of dungeon level
|
|
|
|
|
|
+// setarray @DGat$[@Dref], "example_01", "example_02"; // mapfilename of dungeon level
|
|
// setarray @DLevelName$[@Dref], "Example Level 1", "Example Level 2"; // level name shown in dungeon level select
|
|
// setarray @DLevelName$[@Dref], "Example Level 1", "Example Level 2"; // level name shown in dungeon level select
|
|
// setarray @DXcoords[@Dref], 123, 234; // X warp coords
|
|
// setarray @DXcoords[@Dref], 123, 234; // X warp coords
|
|
// setarray @DYcoords[@Dref], 123, 234;// Y warp coords
|
|
// setarray @DYcoords[@Dref], 123, 234;// Y warp coords
|
|
@@ -1073,10 +1073,10 @@ menu_item:
|
|
//
|
|
//
|
|
// the full wap commands send out by this scripts for these examples would be
|
|
// the full wap commands send out by this scripts for these examples would be
|
|
// for Example Level 1:
|
|
// for Example Level 1:
|
|
-//warp example_01.gat 123 123
|
|
|
|
|
|
+//warp example_01 123 123
|
|
//
|
|
//
|
|
// for Example Level 2:
|
|
// for Example Level 2:
|
|
-//warp example_02.gat 234 234
|
|
|
|
|
|
+//warp example_02 234 234
|
|
//
|
|
//
|
|
// use the same XXX number as you used when making your own dungeon unlocker (Warpra Helper) inside the dungeon
|
|
// use the same XXX number as you used when making your own dungeon unlocker (Warpra Helper) inside the dungeon
|
|
// (usually half way near a warp to next level)
|
|
// (usually half way near a warp to next level)
|
|
@@ -1085,11 +1085,11 @@ menu_item:
|
|
// example:
|
|
// example:
|
|
//
|
|
//
|
|
//syntax:
|
|
//syntax:
|
|
-//mapname.gat,xcoord,ycoord,directionfacing script Name of NPC NPC-ID,{
|
|
|
|
|
|
+//mapname,xcoord,ycoord,directionfacing script Name of NPC NPC-ID,{
|
|
//
|
|
//
|
|
// Full example using fake map & coords
|
|
// Full example using fake map & coords
|
|
//
|
|
//
|
|
-//example_01.gat,213,213,4 script Warpra Helper 112,{
|
|
|
|
|
|
+//example_01,213,213,4 script Warpra Helper 112,{
|
|
// callfunc "QWS_Dungeon_Warpra",XXX,"A FAKE DUNGEON FOR EXAMPLE";
|
|
// callfunc "QWS_Dungeon_Warpra",XXX,"A FAKE DUNGEON FOR EXAMPLE";
|
|
// close;
|
|
// close;
|
|
// }
|
|
// }
|
|
@@ -1107,7 +1107,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 3;
|
|
setarray @DLevels[@Di], 3;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "abyss_01.gat", "abyss_02.gat", "abyss_03.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "abyss_01", "abyss_02", "abyss_03";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DXcoords[@Dref], 265, 275, 116;
|
|
setarray @DXcoords[@Dref], 265, 275, 116;
|
|
setarray @DYcoords[@Dref], 273, 270, 27;
|
|
setarray @DYcoords[@Dref], 273, 270, 27;
|
|
@@ -1121,7 +1121,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @DLevels[@Di], 3;
|
|
setarray @DLevels[@Di], 3;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "ama_dun01.gat", "ama_dun02.gat", "ama_dun03.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "ama_dun01", "ama_dun02", "ama_dun03";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DXcoords[@Dref], 227, 32, 119;
|
|
setarray @DXcoords[@Dref], 227, 32, 119;
|
|
setarray @DYcoords[@Dref], 10, 43, 15;
|
|
setarray @DYcoords[@Dref], 10, 43, 15;
|
|
@@ -1135,7 +1135,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[2], 2;
|
|
setarray @DLevels[2], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "anthell01.gat", "anthell02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "anthell01", "anthell02";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DXcoords[@Dref], 32, 34;
|
|
setarray @DXcoords[@Dref], 32, 34;
|
|
setarray @DYcoords[@Dref], 262, 263;
|
|
setarray @DYcoords[@Dref], 262, 263;
|
|
@@ -1149,7 +1149,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @DLevels[3], 2;
|
|
setarray @DLevels[3], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "ayo_dun01.gat", "ayo_dun02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "ayo_dun01", "ayo_dun02";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DXcoords[@Dref], 275, 150;
|
|
setarray @DXcoords[@Dref], 275, 150;
|
|
setarray @DYcoords[@Dref], 17, 13;
|
|
setarray @DYcoords[@Dref], 17, 13;
|
|
@@ -1163,7 +1163,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[4], 5;
|
|
setarray @DLevels[4], 5;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "iz_dun00.gat", "iz_dun01.gat", "iz_dun02.gat", "iz_dun03.gat", "iz_dun04.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "iz_dun00", "iz_dun01", "iz_dun02", "iz_dun03", "iz_dun04";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Level 5";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Level 5";
|
|
setarray @DXcoords[@Dref], 168, 41, 236, 32, 26;
|
|
setarray @DXcoords[@Dref], 168, 41, 236, 32, 26;
|
|
setarray @DYcoords[@Dref], 168, 37, 204, 63, 27;
|
|
setarray @DYcoords[@Dref], 168, 37, 204, 63, 27;
|
|
@@ -1177,7 +1177,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[5], 8;
|
|
setarray @DLevels[5], 8;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "c_tower1.gat", "c_tower2.gat", "c_tower3.gat", "c_tower4.gat", "alde_dun01.gat", "alde_dun02.gat", "alde_dun03.gat", "alde_dun04.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "c_tower1", "c_tower2", "c_tower3", "c_tower4", "alde_dun01", "alde_dun02", "alde_dun03", "alde_dun04";
|
|
setarray @DLevelName$[@Dref], "Clock Tower Level 1", "Clock Tower Level 2", "Clock Tower Level 3", "Clock Tower Level 4", "Basement 1F", "Basement 2F", "Basement 3F", "Basement 4F";
|
|
setarray @DLevelName$[@Dref], "Clock Tower Level 1", "Clock Tower Level 2", "Clock Tower Level 3", "Clock Tower Level 4", "Basement 1F", "Basement 2F", "Basement 3F", "Basement 4F";
|
|
setarray @DXcoords[@Dref], 200, 268, 64, 32, 197, 262, 276, 130;
|
|
setarray @DXcoords[@Dref], 200, 268, 64, 32, 197, 262, 276, 130;
|
|
setarray @DYcoords[@Dref], 163, 26, 148, 63, 25, 41, 53, 130;
|
|
setarray @DYcoords[@Dref], 163, 26, 148, 63, 25, 41, 53, 130;
|
|
@@ -1191,7 +1191,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[6], 3;
|
|
setarray @DLevels[6], 3;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "mjo_dun01.gat", "mjo_dun02.gat", "mjo_dun03.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "mjo_dun01", "mjo_dun02", "mjo_dun03";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DXcoords[@Dref], 52, 381, 302;
|
|
setarray @DXcoords[@Dref], 52, 381, 302;
|
|
setarray @DYcoords[@Dref], 17, 343, 261;
|
|
setarray @DYcoords[@Dref], 17, 343, 261;
|
|
@@ -1205,7 +1205,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[7], 4;
|
|
setarray @DLevels[7], 4;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "prt_sewb1.gat", "prt_sewb2.gat", "prt_sewb3.gat", "prt_sewb4.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "prt_sewb1", "prt_sewb2", "prt_sewb3", "prt_sewb4";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4";
|
|
setarray @DXcoords[@Dref], 132, 19, 180, 100;
|
|
setarray @DXcoords[@Dref], 132, 19, 180, 100;
|
|
setarray @DYcoords[@Dref], 248, 19, 169, 92;
|
|
setarray @DYcoords[@Dref], 248, 19, 169, 92;
|
|
@@ -1219,7 +1219,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[8], 2;
|
|
setarray @DLevels[8], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "ein_dun01.gat", "ein_dun02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "ein_dun01", "ein_dun02";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DXcoords[@Dref], 22, 292;
|
|
setarray @DXcoords[@Dref], 22, 292;
|
|
setarray @DYcoords[@Dref], 14, 290;
|
|
setarray @DYcoords[@Dref], 14, 290;
|
|
@@ -1233,7 +1233,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[9], 4;
|
|
setarray @DLevels[9], 4;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "gefenia01.gat", "gefenia02.gat", "gefenia03.gat", "gefenia04.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "gefenia01", "gefenia02", "gefenia03", "gefenia04";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4";
|
|
setarray @DXcoords[@Dref], 59, 201, 264, 33;
|
|
setarray @DXcoords[@Dref], 59, 201, 264, 33;
|
|
setarray @DYcoords[@Dref], 167, 35, 236, 270;
|
|
setarray @DYcoords[@Dref], 167, 35, 236, 270;
|
|
@@ -1247,7 +1247,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[@Di], 4;
|
|
setarray @DLevels[@Di], 4;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "gef_dun00.gat", "gef_dun01.gat", "gef_dun02.gat", "gef_dun03.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "gef_dun00", "gef_dun01", "gef_dun02", "gef_dun03";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4";
|
|
setarray @DXcoords[@Dref], 104, 115, 106, 203;
|
|
setarray @DXcoords[@Dref], 104, 115, 106, 203;
|
|
setarray @DYcoords[@Dref], 100, 236, 132, 200;
|
|
setarray @DYcoords[@Dref], 100, 236, 132, 200;
|
|
@@ -1261,7 +1261,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[@Di], 17;
|
|
setarray @DLevels[@Di], 17;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "glast_01.gat", "gl_church.gat", "gl_chyard.gat", "gl_in01.gat", "gl_cas01.gat", "gl_cas02.gat", "gl_knt01.gat", "gl_knt02.gat", "gl_prison.gat", "gl_prison1.gat", "gl_step.gat", "gl_sew01.gat", "gl_sew02.gat", "gl_sew03.gat", "gl_sew04.gat", "gl_dun01.gat", "gl_dun02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "glast_01", "gl_church", "gl_chyard", "gl_in01", "gl_cas01", "gl_cas02", "gl_knt01", "gl_knt02", "gl_prison", "gl_prison1", "gl_step", "gl_sew01", "gl_sew02", "gl_sew03", "gl_sew04", "gl_dun01", "gl_dun02";
|
|
setarray @DLevelName$[@Dref], "Glast Heim Entrance", "St. Abbey", "Churchyard", "Inside Glast Heim", "Castle 1", "Castle 2", "Chivalry 1", "Chivalry 2", "Prison 1", "Prison 2", "Steps", "Sewers 1", "Sewers 2", "Sewers 3", "Sewers 4", "Lowest Cave 1", "Lowest Cave 2";
|
|
setarray @DLevelName$[@Dref], "Glast Heim Entrance", "St. Abbey", "Churchyard", "Inside Glast Heim", "Castle 1", "Castle 2", "Chivalry 1", "Chivalry 2", "Prison 1", "Prison 2", "Steps", "Sewers 1", "Sewers 2", "Sewers 3", "Sewers 4", "Lowest Cave 1", "Lowest Cave 2";
|
|
setarray @DXcoords[@Dref], 370, 156, 147, 121, 199, 104, 150, 157, 14, 150, 117, 258, 108, 171, 68, 133, 224;
|
|
setarray @DXcoords[@Dref], 370, 156, 147, 121, 199, 104, 150, 157, 14, 150, 117, 258, 108, 171, 68, 133, 224;
|
|
setarray @DYcoords[@Dref], 300, 8, 15, 59, 29, 25, 10, 287, 70, 14, 124, 255, 291, 273, 277, 271, 274;
|
|
setarray @DYcoords[@Dref], 300, 8, 15, 59, 29, 25, 10, 287, 70, 14, 124, 255, 291, 273, 277, 271, 274;
|
|
@@ -1275,7 +1275,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @DLevels[@Di], 3;
|
|
setarray @DLevels[@Di], 3;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "gon_dun01.gat", "gon_dun02.gat", "gon_dun03.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "gon_dun01", "gon_dun02", "gon_dun03";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DXcoords[@Dref], 143, 17, 68;
|
|
setarray @DXcoords[@Dref], 143, 17, 68;
|
|
setarray @DYcoords[@Dref], 59, 114, 9;
|
|
setarray @DYcoords[@Dref], 59, 114, 9;
|
|
@@ -1289,7 +1289,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[@Di], 3;
|
|
setarray @DLevels[@Di], 3;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "prt_maze01.gat", "prt_maze02.gat", "prt_maze03.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "prt_maze01", "prt_maze02", "prt_maze03";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DXcoords[@Dref], 176, 94, 23;
|
|
setarray @DXcoords[@Dref], 176, 94, 23;
|
|
setarray @DYcoords[@Dref], 6, 19, 8;
|
|
setarray @DYcoords[@Dref], 6, 19, 8;
|
|
@@ -1303,7 +1303,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 2;
|
|
setarray @DLevels[@Di], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "juperos_01.gat", "juperos_02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "juperos_01", "juperos_02";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DXcoords[@Dref], 53, 36;
|
|
setarray @DXcoords[@Dref], 53, 36;
|
|
setarray @DYcoords[@Dref], 247, 60;
|
|
setarray @DYcoords[@Dref], 247, 60;
|
|
@@ -1317,7 +1317,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 2;
|
|
setarray @DLevels[@Di], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "kh_dun01.gat", "kh_dun02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "kh_dun01", "kh_dun02";
|
|
setarray @DLevelName$[@Dref], "1st Floor", "2nd Floor";
|
|
setarray @DLevelName$[@Dref], "1st Floor", "2nd Floor";
|
|
setarray @DXcoords[@Dref], 63, 42;
|
|
setarray @DXcoords[@Dref], 63, 42;
|
|
setarray @DYcoords[@Dref], 10, 197;
|
|
setarray @DYcoords[@Dref], 10, 197;
|
|
@@ -1331,7 +1331,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 3;
|
|
setarray @DLevels[@Di], 3;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "lhz_dun01.gat", "lhz_dun02.gat", "lhz_dun03.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "lhz_dun01", "lhz_dun02", "lhz_dun03";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3";
|
|
setarray @DXcoords[@Dref], 150, 150, 140;
|
|
setarray @DXcoords[@Dref], 150, 150, 140;
|
|
setarray @DYcoords[@Dref], 287, 18, 137;
|
|
setarray @DYcoords[@Dref], 287, 18, 137;
|
|
@@ -1345,7 +1345,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @DLevels[@Di], 2;
|
|
setarray @DLevels[@Di], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "lou_dun02.gat", "lou_dun03.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "lou_dun02", "lou_dun03";
|
|
setarray @DLevelName$[@Dref], "Royal Tomb Level 1", "Royal Tomb Level 2";
|
|
setarray @DLevelName$[@Dref], "Royal Tomb Level 1", "Royal Tomb Level 2";
|
|
setarray @DXcoords[@Dref], 282, 165;
|
|
setarray @DXcoords[@Dref], 282, 165;
|
|
setarray @DYcoords[@Dref], 20, 38;
|
|
setarray @DYcoords[@Dref], 20, 38;
|
|
@@ -1359,7 +1359,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 2;
|
|
setarray @DLevels[@Di], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "mag_dun01.gat", "mag_dun02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "mag_dun01", "mag_dun02";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DXcoords[@Dref], 126, 47;
|
|
setarray @DXcoords[@Dref], 126, 47;
|
|
setarray @DYcoords[@Dref], 69, 32;
|
|
setarray @DYcoords[@Dref], 69, 32;
|
|
@@ -1373,7 +1373,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 1;
|
|
setarray @DLevels[@Di], 1;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "odin_tem01.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "odin_tem01";
|
|
setarray @DLevelName$[@Dref], "Level 1";
|
|
setarray @DLevelName$[@Dref], "Level 1";
|
|
setarray @DXcoords[@Dref], 96;
|
|
setarray @DXcoords[@Dref], 96;
|
|
setarray @DYcoords[@Dref], 145;
|
|
setarray @DYcoords[@Dref], 145;
|
|
@@ -1387,7 +1387,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[@Di], 2;
|
|
setarray @DLevels[@Di], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "orcsdun01.gat", "orcsdun02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "orcsdun01", "orcsdun02";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DXcoords[@Dref], 32, 21;
|
|
setarray @DXcoords[@Dref], 32, 21;
|
|
setarray @DYcoords[@Dref], 169, 185;
|
|
setarray @DYcoords[@Dref], 169, 185;
|
|
@@ -1401,7 +1401,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[@Di], 5;
|
|
setarray @DLevels[@Di], 5;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "pay_dun00.gat", "pay_dun01.gat", "pay_dun02.gat", "pay_dun03.gat", "pay_dun04.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "pay_dun00", "pay_dun01", "pay_dun02", "pay_dun03", "pay_dun04";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Level 5";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Level 5";
|
|
setarray @DXcoords[@Dref], 22, 19, 19, 155, 201;
|
|
setarray @DXcoords[@Dref], 22, 19, 19, 155, 201;
|
|
setarray @DYcoords[@Dref], 180, 33, 63, 159, 204;
|
|
setarray @DYcoords[@Dref], 180, 33, 63, 159, 204;
|
|
@@ -1415,7 +1415,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[@Di], 6;
|
|
setarray @DLevels[@Di], 6;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "moc_pryd01.gat", "moc_pryd02.gat", "moc_pryd03.gat", "moc_pryd04.gat", "moc_pryd05.gat", "moc_pryd06.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "moc_pryd01", "moc_pryd02", "moc_pryd03", "moc_pryd04", "moc_pryd05", "moc_pryd06";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Basement 1", "Basement 2";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Basement 1", "Basement 2";
|
|
setarray @DXcoords[@Dref], 192, 10, 100, 181, 94, 192;
|
|
setarray @DXcoords[@Dref], 192, 10, 100, 181, 94, 192;
|
|
setarray @DYcoords[@Dref], 9, 192, 92, 11, 96, 8;
|
|
setarray @DYcoords[@Dref], 9, 192, 92, 11, 96, 8;
|
|
@@ -1429,7 +1429,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[@Di], 5;
|
|
setarray @DLevels[@Di], 5;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "in_sphinx1.gat", "in_sphinx2.gat", "in_sphinx3.gat", "in_sphinx4.gat", "in_sphinx5.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "in_sphinx1", "in_sphinx2", "in_sphinx3", "in_sphinx4", "in_sphinx5";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Level 5";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Level 5";
|
|
setarray @DXcoords[@Dref], 192, 149, 210, 10, 100;
|
|
setarray @DXcoords[@Dref], 192, 149, 210, 10, 100;
|
|
setarray @DYcoords[@Dref], 9, 81, 54, 222, 99;
|
|
setarray @DYcoords[@Dref], 9, 81, 54, 222, 99;
|
|
@@ -1443,7 +1443,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_BW_FEE";
|
|
setarray @DLevels[@Di], 2;
|
|
setarray @DLevels[@Di], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "treasure01.gat", "treasure02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "treasure01", "treasure02";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2";
|
|
setarray @DXcoords[@Dref], 69, 102;
|
|
setarray @DXcoords[@Dref], 69, 102;
|
|
setarray @DYcoords[@Dref], 24, 27;
|
|
setarray @DYcoords[@Dref], 24, 27;
|
|
@@ -1457,7 +1457,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 13;
|
|
setarray @DLevels[@Di], 13;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "tha_t01.gat", "tha_t02.gat", "tha_t03.gat", "tha_t04.gat", "tha_t05.gat", "tha_t06.gat", "tha_t07.gat", "tha_t08.gat", "tha_t09.gat", "tha_t10.gat", "tha_t11.gat", "tha_t12.gat", "thana_boss.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "tha_t01", "tha_t02", "tha_t03", "tha_t04", "tha_t05", "tha_t06", "tha_t07", "tha_t08", "tha_t09", "tha_t10", "tha_t11", "tha_t12", "thana_boss";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Level 5", "Level 6", "Level 7", "Level 8", "Level 9", "Level 10", "Level 11", "Level 12", "Thanatos Boss";
|
|
setarray @DLevelName$[@Dref], "Level 1", "Level 2", "Level 3", "Level 4", "Level 5", "Level 6", "Level 7", "Level 8", "Level 9", "Level 10", "Level 11", "Level 12", "Thanatos Boss";
|
|
setarray @DXcoords[@Dref], 150, 150, 220, 59, 62, 206, 35, 105, 88, 168, 90, 129, 85;
|
|
setarray @DXcoords[@Dref], 150, 150, 220, 59, 62, 206, 35, 105, 88, 168, 90, 129, 85;
|
|
setarray @DYcoords[@Dref], 35, 136, 158, 143, 11, 8, 166, 44, 145, 138, 36, 83, 76;
|
|
setarray @DYcoords[@Dref], 35, 136, 158, 143, 11, 8, 166, 44, 145, 138, 36, 83, 76;
|
|
@@ -1471,7 +1471,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 2;
|
|
setarray @DLevels[@Di], 2;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "xmas_dun01.gat", "xmas_dun02.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "xmas_dun01", "xmas_dun02";
|
|
setarray @DLevelName$[@Dref], "Factory Warehouse", "Classifying Room";
|
|
setarray @DLevelName$[@Dref], "Factory Warehouse", "Classifying Room";
|
|
setarray @DXcoords[@Dref], 205, 129;
|
|
setarray @DXcoords[@Dref], 205, 129;
|
|
setarray @DYcoords[@Dref], 16, 133;
|
|
setarray @DYcoords[@Dref], 16, 133;
|
|
@@ -1485,7 +1485,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_AW_FEE";
|
|
setarray @DLevels[@Di], 4;
|
|
setarray @DLevels[@Di], 4;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "tur_dun01.gat", "tur_dun02.gat", "tur_dun03.gat", "tur_dun04.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "tur_dun01", "tur_dun02", "tur_dun03", "tur_dun04";
|
|
setarray @DLevelName$[@Dref], "Outside", "Level 1", "Level 2", "Level 3";
|
|
setarray @DLevelName$[@Dref], "Outside", "Level 1", "Level 2", "Level 3";
|
|
setarray @DXcoords[@Dref], 161, 148, 132, 100;
|
|
setarray @DXcoords[@Dref], 161, 148, 132, 100;
|
|
setarray @DYcoords[@Dref], 34, 256, 190, 192;
|
|
setarray @DYcoords[@Dref], 34, 256, 190, 192;
|
|
@@ -1499,7 +1499,7 @@ function script QWS_Darray {
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @pDfee$[@Di], "$QW_OW_FEE";
|
|
setarray @DLevels[@Di], 3;
|
|
setarray @DLevels[@Di], 3;
|
|
|
|
|
|
- setarray @DGat$[@Dref], "um_dun01.gat", "um_dun02.gat", "yggdrasil01.gat";
|
|
|
|
|
|
+ setarray @DGat$[@Dref], "um_dun01", "um_dun02", "yggdrasil01";
|
|
setarray @DLevelName$[@Dref], "Carpenter's Shop in The Tree", "Passage to a Foreign World", "Hvergelmir's Fountain";
|
|
setarray @DLevelName$[@Dref], "Carpenter's Shop in The Tree", "Passage to a Foreign World", "Hvergelmir's Fountain";
|
|
setarray @DXcoords[@Dref], 205, 48, 40;
|
|
setarray @DXcoords[@Dref], 205, 48, 40;
|
|
setarray @DYcoords[@Dref], 16, 30, 63;
|
|
setarray @DYcoords[@Dref], 16, 30, 63;
|
|
@@ -1863,274 +1863,274 @@ binget:
|
|
}
|
|
}
|
|
//============================Warpras==============================
|
|
//============================Warpras==============================
|
|
|
|
|
|
-alb2trea.gat,73,101,4 script Warpra 113,{
|
|
|
|
|
|
+alb2trea,73,101,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-ama_fild01.gat,178,325,1 script Warpra 113,{
|
|
|
|
|
|
+ama_fild01,178,325,1 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-gef_fild10.gat,71,339,4 script Warpra 113,{
|
|
|
|
|
|
+gef_fild10,71,339,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-izlu2dun.gat,104,82,4 script Warpra 113,{
|
|
|
|
|
|
+izlu2dun,104,82,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-mjolnir_02.gat,85,363,4 script Warpra 113,{
|
|
|
|
|
|
+mjolnir_02,85,363,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-moc_fild04.gat,207,331,4 script Warpra 113,{
|
|
|
|
|
|
+moc_fild04,207,331,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-moc_fild19.gat,106,97,4 script Warpra 113,{
|
|
|
|
|
|
+moc_fild19,106,97,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-moc_ruins.gat,64,166,4 script Warpra 113,{
|
|
|
|
|
|
+moc_ruins,64,166,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-niflheim.gat,197,192,3 script Warpra 113,{
|
|
|
|
|
|
+niflheim,197,192,3 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-pay_arche.gat,39,135,4 script Warpra 113,{
|
|
|
|
|
|
+pay_arche,39,135,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-prt_fild05.gat,273,215,4 script Warpra 113,{
|
|
|
|
|
|
+prt_fild05,273,215,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-tur_dun01.gat,148,239,4 script Warpra 113,{
|
|
|
|
|
|
+tur_dun01,148,239,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-valkyrie.gat,48,35,8 script Warpra 113,{
|
|
|
|
|
|
+valkyrie,48,35,8 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
-yuno_fild03.gat,37,135,4 script Warpra 113,{
|
|
|
|
|
|
+yuno_fild03,37,135,4 script Warpra 113,{
|
|
callfunc "Q_Warpra",1;
|
|
callfunc "Q_Warpra",1;
|
|
}
|
|
}
|
|
|
|
|
|
-alberta.gat,32,240,4 script Warpra 113,{
|
|
|
|
|
|
+alberta,32,240,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",1,"Alberta Town";
|
|
callfunc "QWS_Town_Warpra",1,"Alberta Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-aldebaran.gat,146,118,4 script Warpra 113,{
|
|
|
|
|
|
+aldebaran,146,118,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",2,"Aldebaran Town";
|
|
callfunc "QWS_Town_Warpra",2,"Aldebaran Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-ayothaya.gat,216,171,5 script Warpra 113,{
|
|
|
|
|
|
+ayothaya,216,171,5 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",4,"Ayotaya Town";
|
|
callfunc "QWS_Town_Warpra",4,"Ayotaya Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-amatsu.gat,193,81,1 script Warpra 113,{
|
|
|
|
|
|
+amatsu,193,81,1 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",3,"Amatsu Town";
|
|
callfunc "QWS_Town_Warpra",3,"Amatsu Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-comodo.gat,195,158,4 script Warpra 113,{
|
|
|
|
|
|
+comodo,195,158,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",5,"Comodo Town";
|
|
callfunc "QWS_Town_Warpra",5,"Comodo Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-einbroch.gat,229,196,5 script Warpra 113,{
|
|
|
|
|
|
+einbroch,229,196,5 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",7,"Einbroch Town";
|
|
callfunc "QWS_Town_Warpra",7,"Einbroch Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-einbech.gat,173,131,5 script Warpra 113,{
|
|
|
|
|
|
+einbech,173,131,5 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",6,"Einbech Town";
|
|
callfunc "QWS_Town_Warpra",6,"Einbech Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-geffen.gat,116,66,4 script Warpra 113,{
|
|
|
|
|
|
+geffen,116,66,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",8,"Geffen Town";
|
|
callfunc "QWS_Town_Warpra",8,"Geffen Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-gonryun.gat,152,130,4 script Warpra 113,{
|
|
|
|
|
|
+gonryun,152,130,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",9,"Gonryun Town";
|
|
callfunc "QWS_Town_Warpra",9,"Gonryun Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-hugel.gat,90,127,5 script Warpra 113,{
|
|
|
|
|
|
+hugel,90,127,5 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",10,"Hugel Town";
|
|
callfunc "QWS_Town_Warpra",10,"Hugel Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-jawaii.gat,107,182,5 script Warpra 113,{
|
|
|
|
|
|
+jawaii,107,182,5 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",12,"Jawaii Town";
|
|
callfunc "QWS_Town_Warpra",12,"Jawaii Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-izlude.gat,132,116,4 script Warpra 113,{
|
|
|
|
|
|
+izlude,132,116,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",11,"Izlude Town";
|
|
callfunc "QWS_Town_Warpra",11,"Izlude Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-lighthalzen.gat,153,100,5 script Warpra 113,{
|
|
|
|
|
|
+lighthalzen,153,100,5 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",13,"Lighthalzen Town";
|
|
callfunc "QWS_Town_Warpra",13,"Lighthalzen Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-louyang.gat,211,106,4 script Warpra 113,{
|
|
|
|
|
|
+louyang,211,106,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",14,"Louyang Town";
|
|
callfunc "QWS_Town_Warpra",14,"Louyang Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-morocc.gat,157,95,4 script Warpra 113,{
|
|
|
|
|
|
+morocc,157,95,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",16,"Morroc Town";
|
|
callfunc "QWS_Town_Warpra",16,"Morroc Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-nif_fild01.gat,319,77,1 script Warpra 113,{
|
|
|
|
|
|
+nif_fild01,319,77,1 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",17,"Niflheim Town";
|
|
callfunc "QWS_Town_Warpra",17,"Niflheim Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-payon.gat,183,110,4 script Warpra 113,{
|
|
|
|
|
|
+payon,183,110,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",18,"Payon Town";
|
|
callfunc "QWS_Town_Warpra",18,"Payon Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-prontera.gat,147,172,5 script Warpra 113,{
|
|
|
|
|
|
+prontera,147,172,5 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",0,"Prontera Town";
|
|
callfunc "QWS_Town_Warpra",0,"Prontera Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-umbala.gat,133,130,4 script Warpra 113,{
|
|
|
|
|
|
+umbala,133,130,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",19,"Umbala Town";
|
|
callfunc "QWS_Town_Warpra",19,"Umbala Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-xmas.gat,151,136,4 script Warpra 113,{
|
|
|
|
|
|
+xmas,151,136,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",15,"Lutie Town";
|
|
callfunc "QWS_Town_Warpra",15,"Lutie Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-yuno.gat,138,162,4 script Warpra 113,{
|
|
|
|
|
|
+yuno,138,162,4 script Warpra 113,{
|
|
callfunc "QWS_Town_Warpra",20,"Yuno Town";
|
|
callfunc "QWS_Town_Warpra",20,"Yuno Town";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-abyss_02.gat,274,266,1 script Warpra 113,{
|
|
|
|
|
|
+abyss_02,274,266,1 script Warpra 113,{
|
|
callfunc "QWS_Dungeon_Warpra",0,"Abyss Lake";
|
|
callfunc "QWS_Dungeon_Warpra",0,"Abyss Lake";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-ama_dun02.gat,192,118,5 script Warpra Helper 112,{
|
|
|
|
|
|
+ama_dun02,192,118,5 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",1,"Amatsu Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",1,"Amatsu Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-anthell02.gat,170,165,3 script Warpra Helper 112,{
|
|
|
|
|
|
+anthell02,170,165,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",2,"Ant Hell Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",2,"Ant Hell Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-ayo_dun02.gat,258,193,5 script Warpra Helper 112,{
|
|
|
|
|
|
+ayo_dun02,258,193,5 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",3,"Ayotaya Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",3,"Ayotaya Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-ein_dun02.gat,292,282,1 script Warpra Helper 112,{
|
|
|
|
|
|
+ein_dun02,292,282,1 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",8,"Einbech Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",8,"Einbech Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-iz_dun03.gat,202,47,2 script Warpra Helper 112,{
|
|
|
|
|
|
+iz_dun03,202,47,2 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",4,"Byalan Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",4,"Byalan Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-c_tower3.gat,129,106,4 script Warpra Helper 112,{
|
|
|
|
|
|
+c_tower3,129,106,4 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",5,"Clock Tower Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",5,"Clock Tower Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-mjo_dun02.gat,39,25,4 script Warpra Helper 112,{
|
|
|
|
|
|
+mjo_dun02,39,25,4 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",6,"Coal Mine Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",6,"Coal Mine Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-prt_sewb2.gat,176,30,3 script Warpra Helper 112,{
|
|
|
|
|
|
+prt_sewb2,176,30,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",7,"Culvert Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",7,"Culvert Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-gefenia03.gat,137,34,0 script Warpra Helper 112,{
|
|
|
|
|
|
+gefenia03,137,34,0 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",9,"Gefenia Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",9,"Gefenia Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-gef_dun02.gat,218,61,2 script Warpra Helper 112,{
|
|
|
|
|
|
+gef_dun02,218,61,2 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",10,"Gefen Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",10,"Gefen Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-glast_01.gat,371,308,3 script Warpra Helper 112,{
|
|
|
|
|
|
+glast_01,371,308,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",11,"Glast Heim Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",11,"Glast Heim Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-gon_dun01.gat,167,273,4 script Warpra Helper 112,{
|
|
|
|
|
|
+gon_dun01,167,273,4 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",12,"Gonryun Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",12,"Gonryun Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-juperos_02.gat,127,154,5 script Warpra Helper 112,{
|
|
|
|
|
|
+juperos_02,127,154,5 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",14,"Juperos Cave";
|
|
callfunc "QWS_Dungeon_Warpra",14,"Juperos Cave";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-kh_dun01.gat,14,224,3 script Warpra Helper 112,{
|
|
|
|
|
|
+kh_dun01,14,224,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",28,"Kiel Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",28,"Kiel Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-lhz_dun02.gat,156,151,5 script Warpra Helper 112,{
|
|
|
|
|
|
+lhz_dun02,156,151,5 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",15,"Lighthalzen Bio Lab";
|
|
callfunc "QWS_Dungeon_Warpra",15,"Lighthalzen Bio Lab";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-lou_dun02.gat,168,264,4 script Warpra Helper 112,{
|
|
|
|
|
|
+lou_dun02,168,264,4 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",16,"Louyang Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",16,"Louyang Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-mag_dun02.gat,46,41,3 script Warpra Helper 112,{
|
|
|
|
|
|
+mag_dun02,46,41,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",17,"Magma Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",17,"Magma Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-odin_tem01.gat,115,148,3 script Warpra Helper 112,{
|
|
|
|
|
|
+odin_tem01,115,148,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",18,"Odin Temple";
|
|
callfunc "QWS_Dungeon_Warpra",18,"Odin Temple";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-orcsdun01.gat,185,11,3 script Warpra Helper 112,{
|
|
|
|
|
|
+orcsdun01,185,11,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",19,"Orc Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",19,"Orc Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-pay_dun03.gat,162,143,3 script Warpra Helper 112,{
|
|
|
|
|
|
+pay_dun03,162,143,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",20,"Payon Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",20,"Payon Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-moc_pryd02.gat,101,95,3 script Warpra Helper 112,{
|
|
|
|
|
|
+moc_pryd02,101,95,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",21,"Pyramides Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",21,"Pyramides Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-in_sphinx2.gat,274,268,1 script Warpra Helper 112,{
|
|
|
|
|
|
+in_sphinx2,274,268,1 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",22,"Sphinx Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",22,"Sphinx Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-tha_t07.gat,111,162,3 script Warpra Helper 112,{
|
|
|
|
|
|
+tha_t07,111,162,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",24,"Thanatos Tower";
|
|
callfunc "QWS_Dungeon_Warpra",24,"Thanatos Tower";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-treasure02.gat,104,40,3 script Warpra Helper 112,{
|
|
|
|
|
|
+treasure02,104,40,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",23,"Sunken Ship Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",23,"Sunken Ship Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-xmas_dun02.gat,124,131,3 script Warpra Helper 112,{
|
|
|
|
|
|
+xmas_dun02,124,131,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",25,"Toy Factory Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",25,"Toy Factory Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-um_dun02.gat,44,28,3 script Warpra Helper 112,{
|
|
|
|
|
|
+um_dun02,44,28,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",27,"Umbala Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",27,"Umbala Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
|
|
|
|
-tur_dun02.gat,162,23,3 script Warpra Helper 112,{
|
|
|
|
|
|
+tur_dun02,162,23,3 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",26,"Turtle Island Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",26,"Turtle Island Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
-prt_maze02.gat,102,69,4 script Warpra Helper 112,{
|
|
|
|
|
|
+prt_maze02,102,69,4 script Warpra Helper 112,{
|
|
callfunc "QWS_Dungeon_Warpra",13,"Hidden Dungeon";
|
|
callfunc "QWS_Dungeon_Warpra",13,"Hidden Dungeon";
|
|
close;
|
|
close;
|
|
}
|
|
}
|