// ポタ子 - script PORTAL { callsub L_set; mes "[ポタ子]"; mes "こんにちは。ポタ子です。"; mes "皆さんを無料でダンジョンに転送して差し上げますわ。"; mes ""; mes "行きたい場所を選択してください"; next; if(select("お願いします。","けっこうです。") == 2) { goto LEnd1; } switch(select( "町 [" + @town + "]", "ダンジョン [" + @dungeon + "]", "フィールド [" + @field + "]", "MVPMAPへ [" + @mvpmap + "]", "GvGMAPへ [" + @gvgmap + "]", "やっぱやめる")) { //町 case 1: switch(select( "イズルード[" + getmapusers("izlude.gat") + "]", "プロンテラ[" + getmapusers("prontera.gat") + "]", "モロク[" + getmapusers("morocc.gat") + "]", "フェイヨン[" + getmapusers("payon.gat") + "]", "アルベルタ[" + getmapusers("alberta.gat") + "]", "コモド[" + getmapusers("comodo.gat") + "]", "ゲフェン[" + getmapusers("geffen.gat") + "]", "アルデバラン[" + getmapusers("aldebaran.gat") + "]", "ルティエ[" + getmapusers("xmas.gat") + "]", "ジュノー[" + getmapusers("yuno.gat") + "]", "アマツ[" + getmapusers("amatsu.gat") + "]", "コンロン[" + getmapusers("gonryun.gat") + "]", "ウンバラ[" + getmapusers("umbala.gat") + "]", "ニブルヘイム[" + getmapusers("niflheim.gat") + "]", "龍之城[" + getmapusers("louyang.gat") + "]", "ジャワイ[" + getmapusers("jawaii.gat") + "]", "アユタヤ[" + getmapusers("ayothaya.gat") + "]", "アインブロック[" + getmapusers("einbroch.gat") + "]", "アインベフ[" + getmapusers("einbech.gat") + "]", "リヒタルゼン[" + getmapusers("lighthalzen.gat") + "]", "ヒューゲル[" + getmapusers("hugel.gat") + "]", "ラヘル[" + getmapusers("rachel.gat") + "]", "やめる")) { case 1: warp "izlude.gat",128,115; end; case 2: warp "prontera.gat",156,191; end; case 3: warp "morocc.gat",156,93; end; case 4: warp "payon.gat",171,222; end; case 5: warp "alberta.gat",192,147; end; case 6: warp "comodo.gat",209,143; end; case 7: warp "geffen.gat",120,59; end; case 8: warp "aldebaran.gat",140,131; end; case 9: warp "xmas.gat",147,134; end; case 10: warp "yuno.gat",157,51; end; case 11: warp "amatsu.gat",198,84; end; case 12: warp "gonryun.gat",160,120; end; case 13: warp "umbala.gat",89,157; end; case 14: warp "niflheim.gat",26,154; end; case 15: warp "louyang.gat",217,40; end; case 16: warp "jawaii.gat",241,116; end; case 17: warp "ayothaya.gat",216,174; end; case 18: warp "einbroch.gat",150,41; end; case 19: warp "einbech.gat",62,32; end; case 20: warp "lighthalzen.gat",214,327; end; case 21: warp "hugel.gat",96,39; end; case 22: warp "rachel.gat",135,137; end; default: goto LEnd1; } break; //ダンジョン case 2: switch(select( "プロンテラ地下水路 [" + @a1 + "]",//1 "オークダンジョン [" + @a2 + "]",//2 "蟻地獄 [" + @a3 + "]",//3 "沈没船 [" + @a4 + "]",//4 "海底洞窟 [" + @a5 + "]",//5 "フェイヨン地下 [" + @a6 + "]",//6 "ミョルニール炭鉱 [" + @a7 + "]",//7 "おもちゃ [" + @a8 + "]",//8 "迷宮の森 [" + @a9 + "]",//9 "ピラミッド [" + @a10 + "]",//10 "スフィンクス [" + @a11 + "]",//11 "コモド洞窟 [" + @a12 + "]",//12 "アマツ [" + @a13 + "]",//13 "コンロン [" + @a14 + "]",//14 "ウンバラ [" + @a15 + "]",//15 "アルデバラン時計塔 [" + @a16 + "]",//16 "ノーグロード [" + @a17 + "]",//17 "タートルアイランド [" + @a18 + "]",//18 "ゲフェン・ゲフェニア [" + @a19 + "]",//19 "グラストヘイム [" + @a20 + "]",//20 "ニブルヘイム [" + @a21 + "]",//21 "龍之城 [" + @a22 + "]",//22 "アユタヤ [" + @a23 + "]",//23 "アインブログ [" + @a24 + "]",//24 "リヒタルゼン [" + @a25 + "]",//25 "ユペロス [" + @a26 + "]",//26 "アビスレイク [" + @a27 + "]",//27 "タナトスタワー [" + @a28 + "]",//28 "やっぱやめる。")) { case 1: switch(select( "プロンテラ地下水路 B1F [" + getmapusers("prt_sewb1.gat") + "]", "プロンテラ地下水路 B2F [" + getmapusers("prt_sewb2.gat") + "]", "プロンテラ地下水路 B3F [" + getmapusers("prt_sewb3.gat") + "]", "プロンテラ地下水路 B4F [" + getmapusers("prt_sewb4.gat") + "]", "やっぱやめる。")) { case 1: warp "prt_sewb1",131,247; end; //プロンテラ地下水路 B1F case 2: warp "prt_sewb2",19,19; end; //プロンテラ地下水路 B2F case 3: warp "prt_sewb3",180,169; end; //プロンテラ地下水路 B2F case 4: warp "prt_sewb4",100,92; end; //プロンテラ地下水路 B2F default: goto LEnd1; } break; case 2: switch(select( "オーク地下洞窟 1 [" + getmapusers("orcsdun01.gat") + "]", "オーク地下洞窟 2 [" + getmapusers("orcsdun02.gat") + "]", "やっぱやめる。")) { case 1: warp "orcsdun01",32,170; end; //オーク地下洞窟 1 case 2: warp "orcsdun02",180,17; end; //オーク地下洞窟 2 default: goto LEnd1; } break; case 3: switch(select( "蟻地獄1 [" + getmapusers("anthell01.gat") + "]", "蟻地獄2 [" + getmapusers("anthell02.gat") + "]", "やっぱやめる。")) { case 1: warp "anthell01",35,262; end; //蟻地獄1 case 2: warp "anthell02",167,169; end; //蟻地獄2 default: goto LEnd1; } break; case 4: switch(select( "沈没船1層 [" + getmapusers("treasure01.gat") + "]", "沈没船2層 [" + getmapusers("treasure02.gat") + "]", "やっぱやめる。")) { case 1: warp "treasure01",69,24; end; //沈没船1層 case 2: warp "treasure02",102,27; end; //沈没船2層 default: goto LEnd1; } break; case 5: switch(select( "海底洞窟 B1F [" + getmapusers("iz_dun00.gat") + "]", "海底洞窟 B2F [" + getmapusers("iz_dun01.gat") + "]", "海底洞窟 B3F [" + getmapusers("iz_dun02.gat") + "]", "海底洞窟 B4F [" + getmapusers("iz_dun03.gat") + "]", "海底洞窟 B5F [" + getmapusers("iz_dun04.gat") + "]", "やっぱやめる。")) { case 1: warp "iz_dun00",168,168; end; //海底洞窟 B1F case 2: warp "iz_dun01",41,37; end; //海底洞窟 B2F case 3: warp "iz_dun02",236,204; end; //海底洞窟 B3F case 4: warp "iz_dun03",32,63; end; //海底洞窟 B4F case 5: warp "iz_dun04",26,27; end; //海底洞窟 B5F default: goto LEnd1; } break; case 6: switch(select( "フェイヨン地下洞窟 B1F [" + getmapusers("pay_dun00.gat") + "]", "フェイヨン地下洞窟 B2F [" + getmapusers("pay_dun01.gat") + "]", "フェイヨン地下洞窟 B3F [" + getmapusers("pay_dun02.gat") + "]", "フェイヨン地下寺院 1 [" + getmapusers("pay_dun03.gat") + "]", "フェイヨン地下寺院 2 [" + getmapusers("pay_dun04.gat") + "]", "やっぱやめる。")) { case 1: warp "pay_dun00",21,183; end; //フェイヨン地下洞窟 B1F case 2: warp "pay_dun01",19,33; end; //フェイヨン地下洞窟 B2F case 3: warp "pay_dun02",19,63; end; //フェイヨン地下洞窟 B3F case 4: warp "pay_dun03",155,159; end; //フェイヨン地下寺院 1 case 5: warp "pay_dun04",200,203; end; //フェイヨン地下寺院 2 default: goto LEnd1; } break; case 7: switch(select( "ミョルニール廃鉱 B1F [" + getmapusers("mjo_dun01.gat") + "]", "ミョルニール廃鉱 B2F [" + getmapusers("mjo_dun02.gat") + "]", "ミョルニール廃鉱 B3F [" + getmapusers("mjo_dun03.gat") + "]", "やっぱやめる。")) { case 1: warp "mjo_dun01",52,17; end; //ミョルニール廃鉱 B1F case 2: warp "mjo_dun02",381,343; end; //ミョルニール廃鉱 B2F case 3: warp "mjo_dun03",302,262; end; //ミョルニール廃鉱 B3F default: goto LEnd1; } break; case 8: switch(select( "おもちゃ工場倉庫 [" + getmapusers("xmas_dun01.gat") + "]", "おもちゃ分類所 [" + getmapusers("xmas_dun02.gat") + "]", "やっぱやめる。")) { case 1: warp "xmas_dun01",205,15; end; //おもちゃ工場倉庫 case 2: warp "xmas_dun02",129,133; end; //おもちゃ分類所 default: goto LEnd1; } break; case 9: switch(select( "迷宮の森 1 [" + getmapusers("prt_maze01.gat") + "]", "迷宮の森 2 [" + getmapusers("prt_maze02.gat") + "]", "迷宮の森 3 [" + getmapusers("prt_maze03.gat") + "]", "やっぱやめる。")) { case 1: warp "prt_maze01",99,31; end; //迷宮の森 1 case 2: warp "prt_maze02",94,19; end; //迷宮の森 2 case 3: warp "prt_maze03",182,88; end; //迷宮の森 3 default: goto LEnd1; } break; case 10: switch(select( "ピラミッド 1F [" + getmapusers("moc_pryd01.gat") + "]", "ピラミッド 2F [" + getmapusers("moc_pryd02.gat") + "]", "ピラミッド 3F [" + getmapusers("moc_pryd03.gat") + "]", "ピラミッド 4F [" + getmapusers("moc_pryd04.gat") + "]", "ピラミッド地下 B2 [" + getmapusers("moc_pryd05.gat") + "]", "ピラミッド地下 B3 [" + getmapusers("moc_pryd06.gat") + "]", "やっぱやめる。")) { case 1: warp "moc_pryd01",192,9; end; //ピラミッド 1F case 2: warp "moc_pryd02",10,192; end; //ピラミッド 2F case 3: warp "moc_pryd03",100,92; end; //ピラミッド 3F case 4: warp "moc_pryd04",18,187; end; //ピラミッド 4F case 5: warp "moc_pryd05",94,95; end; //ピラミッド地下 B2 case 6: warp "moc_pryd06",192,8; end; //ピラミッド地下 B3 default: goto LEnd1; } break; case 11: switch(select( "スフィンクス1F [" + getmapusers("in_sphinx1.gat") + "]", "スフィンクス2F [" + getmapusers("in_sphinx2.gat") + "]", "スフィンクス3F [" + getmapusers("in_sphinx3.gat") + "]", "スフィンクス4F [" + getmapusers("in_sphinx4.gat") + "]", "スフィンクス5F [" + getmapusers("in_sphinx5.gat") + "]", "やっぱやめる。")) { case 1: warp "in_sphinx1",289,9; end; //スフィンクス1F case 2: warp "in_sphinx2",149,81; end; //スフィンクス2F case 3: warp "in_sphinx3",210,54; end; //スフィンクス3F case 4: warp "in_sphinx4",10,222; end; //スフィンクス4F case 5: warp "in_sphinx5",100,99; end; //スフィンクス5F default: goto LEnd1; } break; case 12: switch(select( "コモド西洞窟 カル [" + getmapusers("beach_dun.gat") + "]", "コモド北洞窟 ルワンダ [" + getmapusers("beach_dun2.gat") + "]", "コモド東洞窟 マオ [" + getmapusers("beach_dun3.gat") + "]", "やっぱやめる。")) { case 1: warp "beach_dun",266,67; end; //コモド西洞窟 カル case 2: warp "beach_dun2",154,25; end; //コモド北洞窟 ルワンダ case 3: warp "beach_dun3",23,260; end; //コモド東洞窟 マオ default: goto LEnd1; } break; case 13: switch(select( "アマツダンジョン 畳の迷宮 [" + getmapusers("ama_dun01.gat") + "]", "アマツダンジョン 地下戦場跡 [" + getmapusers("ama_dun02.gat") + "]", "アマツダンジョン 地下神社 [" + getmapusers("ama_dun03.gat") + "]", "やっぱやめる。")) { case 1: warp "ama_dun01",228,9; end; //アマツダンジョン 畳の迷宮 case 2: warp "ama_dun02",31,41; end; //アマツダンジョン 地下戦場跡 case 3: warp "ama_dun03",120,12; end; //アマツダンジョン 地下神社 default: goto LEnd1; } break; case 14: switch(select( "コンロンダンジョン 西王母神殿 [" + getmapusers("gon_dun01.gat") + "]", "コンロンダンジョン 神仙の碁盤 [" + getmapusers("gon_dun02.gat") + "]", "コンロンダンジョン 武陵桃源 [" + getmapusers("gon_dun03.gat") + "]", "やっぱやめる。")) { case 1: warp "gon_dun01",153,51; end; //コンロンダンジョン 西王母神殿 case 2: warp "gon_dun02",17,113; end; //コンロンダンジョン 神仙の碁盤 case 3: warp "gon_dun03",68,8; end; //コンロンダンジョン 武陵桃源 default: goto LEnd1; } break; case 15: switch(select( "大樹の道 [" + getmapusers("um_dun01.gat") + "]", "深奥の密林 [" + getmapusers("um_dun02.gat") + "]", "やっぱやめる。")) { case 1: warp "um_dun01",42,30; end; //大樹の道 case 2: warp "um_dun02",50,30; end; //深奥の密林 default: goto LEnd1; } break; case 16: switch(select( "アルデバラン時計塔地上 1F [" + getmapusers("c_tower1.gat") + "]", "アルデバラン時計塔地上 2F [" + getmapusers("c_tower2.gat") + "]", "アルデバラン時計塔地上 3F [" + getmapusers("c_tower3.gat") + "]", "アルデバラン時計塔地上 4F [" + getmapusers("c_tower4.gat") + "]", "アルデバラン時計塔地下 B1F [" + getmapusers("alde_dun01.gat") + "]", "アルデバラン時計塔地下 B2F [" + getmapusers("alde_dun02.gat") + "]", "アルデバラン時計塔地下 B3F [" + getmapusers("alde_dun03.gat") + "]", "アルデバラン時計塔地下 B4F [" + getmapusers("alde_dun04.gat") + "]", "やっぱやめる。")) { case 1: warp "c_tower1",199,159; end; //アルデバラン時計塔地上 1F case 2: warp "c_tower2",268,26; end; //アルデバラン時計塔地上 2F case 3: warp "c_tower3",65,147; end; //アルデバラン時計塔地上 3F case 4: warp "c_tower4",184,41; end; //アルデバラン時計塔地上 4F case 5: warp "alde_dun01",171,158; end; //アルデバラン時計塔地下 B1F case 6: warp "alde_dun02",128,169; end; //アルデバラン時計塔地下 B2F case 7: warp "alde_dun03",277,178; end; //アルデバラン時計塔地下 B3F case 8: warp "alde_dun04",203,220; end; //アルデバラン時計塔地下 B4F default: goto LEnd1; } break; case 17: switch(select( "ノーグロード 1層 [" + getmapusers("mag_dun01.gat") + "]", "ノーグロード 2層 [" + getmapusers("mag_dun02.gat") + "]", "やっぱやめる。")) { case 1: warp "mag_dun01",126,68; end; //ノーグロード 1層 case 2: warp "mag_dun02",47,30; end; //ノーグロード 2層 default: goto LEnd1; } break; case 18: switch(select( "タートルアイランド [" + getmapusers("tur_dun01.gat") + "]", "タートルアイランドダンジョン [" + getmapusers("tur_dun02.gat") + "]", "タートルアイランド 陽居村 [" + getmapusers("tur_dun03.gat") + "]", "タートルアイランド 久陽宮 [" + getmapusers("tur_dun04.gat") + "]", "やっぱやめる。")) { case 1: warp "tur_dun01",154,46; end; //タートルアイランド case 2: warp "tur_dun02",148,264; end; //タートルアイランドダンジョン case 3: warp "tur_dun03",132,189; end; //タートルアイランド 陽居村 case 4: warp "tur_dun04",100,192; end; //タートルアイランド 久陽宮 default: goto LEnd1; } break; case 19: switch(select( "ゲフェン地下ダンジョン B1F [" + getmapusers("gef_dun00.gat") + "]", "ゲフェン地下ダンジョン B2F [" + getmapusers("gef_dun01.gat") + "]", "ゲフェニアダンジョン 1 [" + getmapusers("gef_dun02.gat") + "]", "ゲフェニアダンジョン 2 [" + getmapusers("gef_dun03.gat") + "]", "ゲフェニア遺跡1  [" + getmapusers("gefenia01.gat") + "]", "ゲフェニア遺跡2  [" + getmapusers("gefenia02.gat") + "]", "ゲフェニア遺跡3  [" + getmapusers("gefenia03.gat") + "]", "ゲフェニア遺跡4  [" + getmapusers("gefenia04.gat") + "]", "やっぱやめる。")) { case 1: warp "gef_dun00",104,99; end; //ゲフェン地下ダンジョン B1F case 2: warp "gef_dun01",115,236; end; //ゲフェン地下ダンジョン B2F case 3: warp "gef_dun02",106,132; end; //ゲフェニアダンジョン 1 case 4: warp "gef_dun03",200,200; end; //ゲフェニアダンジョン 2 case 5: warp "gefenia01",168,168; end; //ゲフェニア遺跡1 case 6: warp "gefenia02",41,37; end; //ゲフェニア遺跡2 case 7: warp "gefenia03",236,204; end; //ゲフェニア遺跡3 case 8: warp "gefenia04",32,63; end; //ゲフェニア遺跡4 default: goto LEnd1; } break; case 20: switch(select( "グラストヘイム 室内 [" + getmapusers("gl_in01.gat") + "]", "グラストヘイム 階段 [" + getmapusers("gl_step.gat") + "]", "グラストヘイム 修道院 [" + getmapusers("gl_church.gat") + "]", "グラストヘイム カタコンベ [" + getmapusers("gl_chyard.gat") + "]", "グラストヘイム 地下監獄 B1F [" + getmapusers("gl_prison.gat") + "]", "グラストヘイム 地下監獄 B2F [" + getmapusers("gl_prison1.gat") + "]", "グラストヘイム 騎士団1F [" + getmapusers("gl_knt01.gat") + "]", "グラストヘイム 騎士団2F [" + getmapusers("gl_knt02.gat") + "]", "グラストヘイム 古城1F [" + getmapusers("gl_cas01.gat") + "]", "グラストヘイム 古城2F [" + getmapusers("gl_cas02.gat") + "]", "グラストヘイム 地下水路B1F [" + getmapusers("gl_sew01.gat") + "]", "グラストヘイム 地下水路B2F [" + getmapusers("gl_sew02.gat") + "]", "グラストヘイム 地下水路B3F [" + getmapusers("gl_sew03.gat") + "]", "グラストヘイム 地下水路B4F [" + getmapusers("gl_sew04.gat") + "]", "グラストヘイム 最下層地下洞窟B1F [" + getmapusers("gl_dun01.gat") + "]", "グラストヘイム 最下層地下洞窟B2F [" + getmapusers("gl_dun02.gat") + "]", "やっぱやめる。")) { case 1: warp "gl_in01",80,174; end; //グラストヘイム 室内 case 2: warp "gl_step",11,7; end; //グラストヘイム 階段 case 3: warp "gl_church",156,8; end; //グラストヘイム 修道院 case 4: warp "gl_chyard",147,15; end; //グラストヘイム カタコンベ case 5: warp "gl_prison",17,70; end; //グラストヘイム 地下監獄1 case 6: warp "gl_prison1",150,14; end; //グラストヘイム 地下監獄2 case 7: warp "gl_knt01",149,10; end; //グラストヘイム 騎士団内1 case 8: warp "gl_knt02",281,137; end; //グラストヘイム 騎士団内2 case 9: warp "gl_cas01",200,23; end; //グラストヘイム 古城1F case 10: warp "gl_cas02",104,189; end; //グラストヘイム 古城2F case 11: warp "gl_sew01",257,254; end; //グラストヘイム 地下水路 1 case 12: warp "gl_sew02",108,291; end; //グラストヘイム 地下水路 2 case 13: warp "gl_sew03",171,282; end; //グラストヘイム 地下水路 3 case 14: warp "gl_sew04",68,277; end; //グラストヘイム 地下水路 4 case 15: warp "gl_dun01",133,271; end; //グラストヘイム 最下層 地下洞窟 1 case 16: warp "gl_dun02",224,274; end; //グラストヘイム 最下層 地下洞窟 2 default: goto LEnd1; } break; case 21: switch(select( "秘境の村 [" + getmapusers("nif_fild01.gat") + "]", "ギョル渓谷 [" + getmapusers("nif_fild02.gat") + "]", "やっぱやめる。")) { case 1: warp "nif_fild01",315,67; end; case 2: warp "nif_fild02",375,235; end; default: goto LEnd1; } break; case 22: switch(select( "王陵 [" + getmapusers("lou_dun01.gat") + "]", "王陵内部 [" + getmapusers("lou_dun02.gat") + "]", "宮殿 [" + getmapusers("lou_dun03.gat") + "]", "やっぱやめる。")) { case 1: warp "lou_dun01",219,196; end; case 2: warp "lou_dun02",282,20; end; case 3: warp "lou_dun03",165,37; end; default: goto LEnd1; } break; case 23: switch(select( "古代神殿迷宮 [" + getmapusers("ayo_dun01.gat") + "]", "古代神殿内部2階 [" + getmapusers("ayo_dun02.gat") + "]", "やっぱやめる。")) { case 1: warp "ayo_dun01",275,18; end; case 2: warp "ayo_dun02",282,20; end; default: goto LEnd1; } break; case 24: switch(select( "鉱山ダンジョン1F [" + getmapusers("ein_dun01.gat") + "]", "鉱山ダンジョン2F [" + getmapusers("ein_dun02.gat") + "]", "やっぱやめる。")) { case 1: warp "ein_dun01",22,14; end; case 2: warp "ein_dun02",291,292; end; default: goto LEnd1; } break; case 25: switch(select( "生体実験研究所1F [" + getmapusers("lhz_dun01.gat") + "]", "生体実験研究所2F [" + getmapusers("lhz_dun02.gat") + "]", "生体実験研究所3F [" + getmapusers("lhz_dun03.gat") + "]","やっぱやめる。")) { case 1: warp "lhz_dun01",150,286; end; case 2: warp "lhz_dun02",149,18; end; case 3: warp "lhz_dun03",140,133; end; default: goto LEnd1; } break; case 26: switch(select( "ユペロス廃墟1F [" + getmapusers("juperos_01.gat") + "]", "ユペロス廃墟2F [" + getmapusers("juperos_02.gat") + "]", "やっぱやめる。")) { case 1: warp "juperos_01",54,246; end; case 2: warp "juperos_02",128,278; end; default: goto LEnd1; } break; case 27: switch(select( "アビスレイクダンジョン1F [" + getmapusers("abyss_01.gat") + "]", "アビスレイクダンジョン2F [" + getmapusers("abyss_02.gat") + "]", "アビスレイクダンジョン3F [" + getmapusers("abyss_03.gat") + "]", "やっぱやめる。")) { case 1: warp "abyss_01",26,25; end; case 2: warp "abyss_02",275,270; end; case 3: warp "abyss_03",115,27; end; default: goto LEnd1; } break; case 28: switch(select( "タナトスタワーダンジョン [" + getmapusers("tha_t01.gat") + "]", "やっぱやめる。")) { case 1: warp "tha_t01",150,36; end; default: goto LEnd1; } break; default: goto LEnd1; } break; case 3: switch(select( "ポリン島[" + getmapusers("pay_fild04.gat") + "]", "ココモビーチ[" + getmapusers("cmd_fild02.gat") + "]", "カララ沼[" + getmapusers("um_fild03.gat") + "]", "ジナイ沼[" + getmapusers("cmd_fild03.gat") + "]", "やめる")) { case 1: warp "pay_fild04.gat",248,191; end; case 2: warp "cmd_fild02.gat",81,73; end; case 3: warp "um_fild03.gat",243,29; end; case 4: warp "cmd_fild03.gat",183,23; end; default: goto LEnd1; } break; case 4: switch(select( "黄金蟲["+getmapusers("prt_sewb4.gat")+"]", "エドガ["+getmapusers("pay_fild11.gat")+"]", "月夜花["+getmapusers("pay_dun04.gat")+"]", "フリオニ[" + getmapusers("moc_fild15.gat") + "]", "ドレイク[" + getmapusers("treasure02.gat") + "]", "怨霊武士[" + getmapusers("ama_dun03.gat") + "]", "ドッペルゲンガー[" + getmapusers("gef_dun02.gat") + "]", "ハティー[" + getmapusers("xmas_fild01.gat") + "]", "黒蛇王[" + getmapusers("gon_dun03.gat") + "]", "ミストレス[" + getmapusers("mjolnir_04.gat") + "]", "オークロード[" + getmapusers("gef_fild10.gat") + "]", "ストームナイト[" + getmapusers("xmas_dun02.gat") + "]", "オークヒーロー[" + getmapusers("gef_fild14.gat") + "]", "オシリス[" + getmapusers("moc_pryd04.gat") + "]", "ダークロード[" + getmapusers("gl_chyard.gat") + "]", "バフォメット[" + getmapusers("prt_maze03.gat") + "]", "マヤー[" + getmapusers("anthell02.gat") + "]", "ドラキュラ[" + getmapusers("gef_dun01.gat") + "]", "アモンラー[" + getmapusers("moc_pryd06.gat") + "]", "ファラオ[" + getmapusers("in_sphinx5.gat") + "]", "ロードオブデス[" + getmapusers("niflheim.gat") + "]", "タートルジェネラル[" + getmapusers("tur_dun04.gat") + "]", "やめる")) { case 1: warp "prt_sewb4.gat",100,92; end; case 2: warp "pay_fild11.gat",38,327; end; case 3: warp "pay_dun04.gat",98,205; end; case 4: warp "moc_fild15.gat",158,360; end; case 5: warp "treasure02.gat",102,27; end; case 6: warp "ama_dun03.gat",195,123; end; case 7: warp "gef_dun02.gat",106,132; end; case 8: warp "xmas_fild01.gat",80,243; end; case 9: warp "gon_dun03.gat",68,8; end; case 10: warp "mjolnir_04.gat",179,200; end; case 11: warp "gef_fild10.gat",65,335; end; case 12: warp "xmas_dun02.gat",129,133; end; case 13: warp "gef_fild14.gat",367,219; end; case 14: warp "moc_pryd04.gat",18,187; end; case 15: warp "gl_chyard.gat",147,15; end; case 16: warp "prt_maze03.gat",23,8; end; case 17: warp "anthell02.gat",34,263; end; case 18: warp "gef_dun01.gat",115,236; end; case 19: warp "moc_pryd06.gat",191,10; end; case 20: warp "in_sphinx5.gat",100,99; end; case 21: warp "niflheim.gat",198,183; end; case 22: warp "tur_dun04.gat",100,192; end; default: goto LEnd1; } break; case 5: switch(select( "ヴァルキリーレルム[" + getmapusers("prt_gld.gat") + "]", "ルイーナ[" + getmapusers("alde_gld.gat") + "]", "ブリトニア[" + getmapusers("gef_fild13.gat") + "]", "チュンリム湖[" + getmapusers("pay_gld.gat") + "]", "やめる")) { case 1: warp "prt_gld.gat",156,227; end; case 2: warp "alde_gld.gat",153,162; end; case 3: warp "gef_fild13.gat",172,252; end; case 4: warp "pay_gld.gat",331,137; end; default: goto LEnd1; } break; case 6: goto LEnd1; } LEnd1: mes "[転送サービス]"; mes "いつでもご利用してくださいね。"; close; end; L_set: //町 set @town, getmapusers("izlude.gat") + getmapusers("prontera.gat") + getmapusers("morocc.gat") + getmapusers("payon.gat") + getmapusers("alberta.gat") + getmapusers("comodo.gat") + getmapusers("geffen.gat") + getmapusers("aldebaran.gat") + getmapusers("xmas.gat") + getmapusers("yuno.gat") + getmapusers("amatsu.gat") + getmapusers("gonryun.gat") + getmapusers("umbala.gat") + getmapusers("niflheim.gat") + getmapusers("louyang.gat") + getmapusers("jawaii.gat") + getmapusers("ayothaya.gat") + getmapusers("einbroch.gat") + getmapusers("einbech.gat") + getmapusers("lighthalzen.gat") + getmapusers("hugel.gat") + getmapusers("rachel.gat") ; //ダンジョン set @dungeon, getmapusers("prt_sewb1.gat") + getmapusers("prt_sewb2.gat") + getmapusers("prt_sewb3.gat") + getmapusers("prt_sewb4.gat") + getmapusers("orcsdun01.gat") + getmapusers("orcsdun02.gat") + getmapusers("anthell01.gat") + getmapusers("anthell02.gat") + getmapusers("treasure01.gat") + getmapusers("treasure02.gat") + getmapusers("iz_dun00.gat") + getmapusers("iz_dun01.gat") + getmapusers("iz_dun02.gat") + getmapusers("iz_dun03.gat") + getmapusers("iz_dun04.gat") + getmapusers("pay_dun00.gat") + getmapusers("pay_dun01.gat") + getmapusers("pay_dun02.gat") + getmapusers("pay_dun03.gat") + getmapusers("pay_dun04.gat") + getmapusers("mjo_dun01.gat") + getmapusers("mjo_dun02.gat") + getmapusers("mjo_dun03.gat") + getmapusers("xmas_dun01.gat") + getmapusers("xmas_dun02.gat") + getmapusers("prt_maze01.gat") + getmapusers("prt_maze02.gat") + getmapusers("prt_maze03.gat") + getmapusers("moc_pryd01.gat") + getmapusers("moc_pryd02.gat") + getmapusers("moc_pryd03.gat") + getmapusers("moc_pryd04.gat") + getmapusers("moc_pryd05.gat") + getmapusers("moc_pryd06.gat") + getmapusers("in_sphinx1.gat") + getmapusers("in_sphinx2.gat") + getmapusers("in_sphinx3.gat") + getmapusers("in_sphinx4.gat") + getmapusers("in_sphinx5.gat") + getmapusers("beach_dun.gat") + getmapusers("beach_dun2.gat") + getmapusers("beach_dun3.gat") + getmapusers("ama_dun01.gat") + getmapusers("ama_dun02.gat") + getmapusers("ama_dun03.gat") + getmapusers("gon_dun01.gat") + getmapusers("gon_dun02.gat") + getmapusers("gon_dun03.gat") + getmapusers("um_dun01.gat") + getmapusers("um_dun02.gat") + getmapusers("c_tower1.gat") + getmapusers("c_tower2.gat") + getmapusers("c_tower3.gat") + getmapusers("c_tower4.gat") + getmapusers("alde_dun01.gat") + getmapusers("alde_dun02.gat") + getmapusers("alde_dun03.gat") + getmapusers("alde_dun04.gat") + getmapusers("mag_dun01.gat") + getmapusers("mag_dun02.gat") + getmapusers("tur_dun01.gat") + getmapusers("tur_dun02.gat") + getmapusers("tur_dun03.gat") + getmapusers("tur_dun04.gat") + getmapusers("gef_dun00.gat") + getmapusers("gef_dun01.gat") + getmapusers("gef_dun02.gat") + getmapusers("gef_dun03.gat") + getmapusers("gefenia01.gat") + getmapusers("gefenia02.gat") + getmapusers("gefenia03.gat") + getmapusers("gefenia04.gat") + getmapusers("gl_in01.gat") + getmapusers("gl_step.gat") + getmapusers("gl_church.gat") + getmapusers("gl_chyard.gat") + getmapusers("gl_prison.gat") + getmapusers("gl_prison1.gat") + getmapusers("gl_knt01.gat") + getmapusers("gl_knt02.gat") + getmapusers("gl_cas01.gat") + getmapusers("gl_cas02.gat") + getmapusers("gl_sew01.gat") + getmapusers("gl_sew02.gat") + getmapusers("gl_sew03.gat") + getmapusers("gl_sew04.gat") + getmapusers("gl_dun01.gat") + getmapusers("gl_dun02.gat") + getmapusers("nif_fild01.gat") + getmapusers("nif_fild02.gat") + getmapusers("lou_dun01.gat") + getmapusers("lou_dun02.gat") + getmapusers("lou_dun03.gat") + getmapusers("ayo_dun01.gat") + getmapusers("ayo_dun02.gat") + getmapusers("ein_dun01.gat") + getmapusers("ein_dun02.gat") + getmapusers("lhz_dun01.gat") + getmapusers("lhz_dun02.gat") + getmapusers("lhz_dun03.gat") + getmapusers("juperos_01.gat") + getmapusers("juperos_02.gat") + getmapusers("jupe_ele.gat") + getmapusers("jupe_ele_r.gat") + getmapusers("jupe_gate.gat") + getmapusers("jupe_area1.gat") + getmapusers("jupe_area2.gat") + getmapusers("jupe_core.gat") + getmapusers("abyss_01.gat") + getmapusers("abyss_02.gat") + getmapusers("abyss_03.gat") + getmapusers("tha_t01.gat") + getmapusers("tha_t02.gat") + getmapusers("tha_t03.gat") + getmapusers("tha_t04.gat") + getmapusers("tha_t05.gat") + getmapusers("tha_t06.gat") + getmapusers("tha_t07.gat") + getmapusers("tha_t08.gat") + getmapusers("tha_t09.gat") + getmapusers("tha_t10.gat") + getmapusers("tha_t11.gat") + getmapusers("tha_t12.gat") + getmapusers("thana_boss.gat") + getmapusers("thana_step.gat") ; //プロンテラ地下水路 set @a1, getmapusers("prt_sewb1.gat") + getmapusers("prt_sewb2.gat") + getmapusers("prt_sewb3.gat") + getmapusers("prt_sewb4.gat") ; //オーク地下洞窟 set @a2, getmapusers("orcsdun01.gat") + getmapusers("orcsdun02.gat") ; //蟻地獄 set @a3, getmapusers("anthell01.gat") + getmapusers("anthell02.gat") ; //沈没船 set @a4, getmapusers("treasure01.gat") + getmapusers("treasure02.gat") ; //海底洞窟 set @a5, getmapusers("iz_dun00.gat") + getmapusers("iz_dun01.gat") + getmapusers("iz_dun02.gat") + getmapusers("iz_dun03.gat") + getmapusers("iz_dun04.gat") ; //フェイヨン地下洞窟 set @a6, getmapusers("pay_dun00.gat") + getmapusers("pay_dun01.gat") + getmapusers("pay_dun02.gat") + getmapusers("pay_dun03.gat") + getmapusers("pay_dun04.gat") ; //ミョルニール廃鉱 set @a7, getmapusers("mjo_dun01.gat") + getmapusers("mjo_dun02.gat") + getmapusers("mjo_dun03.gat") ; //おもちゃ set @a8, getmapusers("xmas_dun01.gat") + getmapusers("xmas_dun02.gat") ; //迷宮の森 set @a9, getmapusers("prt_maze01.gat") + getmapusers("prt_maze02.gat") + getmapusers("prt_maze03.gat") ; //ピラミッド set @a10, getmapusers("moc_pryd01.gat") + getmapusers("moc_pryd02.gat") + getmapusers("moc_pryd03.gat") + getmapusers("moc_pryd04.gat") + getmapusers("moc_pryd05.gat") + getmapusers("moc_pryd06.gat") ; //スフィンクス set @a11, getmapusers("in_sphinx1.gat") + getmapusers("in_sphinx2.gat") + getmapusers("in_sphinx3.gat") + getmapusers("in_sphinx4.gat") + getmapusers("in_sphinx5.gat") ; //コモド set @a12, getmapusers("beach_dun.gat") + getmapusers("beach_dun2.gat") + getmapusers("beach_dun3.gat") ; //アマツ set @a13, getmapusers("ama_dun01.gat") + getmapusers("ama_dun02.gat") + getmapusers("ama_dun03.gat") ; //コンロン set @a14, getmapusers("gon_dun01.gat") + getmapusers("gon_dun02.gat") + getmapusers("gon_dun03.gat") ; //ウンバラ set @a15, getmapusers("um_dun01.gat") + getmapusers("um_dun02.gat") ; //アルデバラン時計塔 set @a16, getmapusers("c_tower1.gat") + getmapusers("c_tower2.gat") + getmapusers("c_tower3.gat") + getmapusers("c_tower4.gat") + getmapusers("alde_dun01.gat") + getmapusers("alde_dun02.gat") + getmapusers("alde_dun03.gat") + getmapusers("alde_dun04.gat") ; //ノーグロード set @a17, getmapusers("mag_dun01.gat") + getmapusers("mag_dun02.gat") ; //タートルアイランド set @a18, getmapusers("tur_dun01.gat") + getmapusers("tur_dun02.gat") + getmapusers("tur_dun03.gat") + getmapusers("tur_dun04.gat") ; //ゲフェン/ゲフェニア set @a19, getmapusers("gef_dun00.gat") + getmapusers("gef_dun01.gat") + getmapusers("gef_dun02.gat") + getmapusers("gef_dun03.gat") + getmapusers("gefenia01.gat") + getmapusers("gefenia02.gat") + getmapusers("gefenia03.gat") + getmapusers("gefenia04.gat") ; //グラストヘイム set @a20, getmapusers("gl_in01.gat") + getmapusers("gl_step.gat") + getmapusers("gl_church.gat") + getmapusers("gl_chyard.gat") + getmapusers("gl_prison.gat") + getmapusers("gl_prison1.gat") + getmapusers("gl_knt01.gat") + getmapusers("gl_knt02.gat") + getmapusers("gl_cas01.gat") + getmapusers("gl_cas02.gat") + getmapusers("gl_sew01.gat") + getmapusers("gl_sew02.gat") + getmapusers("gl_sew03.gat") + getmapusers("gl_sew04.gat") + getmapusers("gl_dun01.gat") + getmapusers("gl_dun02.gat") ; //ニブルヘイム set @21, getmapusers("nif_fild01.gat") + getmapusers("nif_fild02.gat") ; //龍之城 set @22, getmapusers("lou_dun01.gat") + getmapusers("lou_dun02.gat") + getmapusers("lou_dun03.gat") ; //アユタヤ set @23, getmapusers("ayo_dun01.gat") + getmapusers("ayo_dun02.gat") ; //アインブログ set @24, getmapusers("ein_dun01.gat") + getmapusers("ein_dun02.gat") ; //リヒタルゼン set @25, getmapusers("lhz_dun01.gat") + getmapusers("lhz_dun02.gat") + getmapusers("lhz_dun03.gat") ; //ユペロス set @26, getmapusers("juperos_01.gat") + getmapusers("juperos_02.gat") + getmapusers("jupe_ele.gat") + getmapusers("jupe_ele_r.gat") + getmapusers("jupe_gate.gat") + getmapusers("jupe_area1.gat") + getmapusers("jupe_area2.gat") + getmapusers("jupe_core.gat") ; //アビスレイク set @27, getmapusers("abyss_01.gat") + getmapusers("abyss_02.gat") + getmapusers("abyss_03.gat") ; //タナトスタワー set @28, getmapusers("tha_t01.gat") + getmapusers("tha_t02.gat") + getmapusers("tha_t03.gat") + getmapusers("tha_t04.gat") + getmapusers("tha_t05.gat") + getmapusers("tha_t06.gat") + getmapusers("tha_t07.gat") + getmapusers("tha_t08.gat") + getmapusers("tha_t09.gat") + getmapusers("tha_t10.gat") + getmapusers("tha_t11.gat") + getmapusers("tha_t12.gat") + getmapusers("thana_boss.gat") + getmapusers("thana_step.gat") ; //フィールド set @field, getmapusers("pay_fild04.gat") + getmapusers("cmd_fild02.gat") + getmapusers("um_fild03.gat") + getmapusers("cmd_fild03.gat") ; //MVPMAP set @mvpmap, getmapusers("prt_sewb4.gat") + getmapusers("pay_fild11.gat") + getmapusers("pay_dun04.gat") + getmapusers("moc_fild15.gat") + getmapusers("treasure02.gat") + getmapusers("ama_dun03.gat") + getmapusers("gef_dun02.gat") + getmapusers("xmas_fild01.gat") + getmapusers("gon_dun03.gat") + getmapusers("mjolnir_04.gat") + getmapusers("gef_fild10.gat") + getmapusers("xmas_dun02.gat") + getmapusers("gef_fild14.gat") + getmapusers("moc_pryd04.gat") + getmapusers("gl_chyard.gat") + getmapusers("prt_maze03.gat") + getmapusers("anthell02.gat") + getmapusers("gef_dun01.gat") + getmapusers("moc_pryd06.gat") + getmapusers("in_sphinx5.gat") + getmapusers("niflheim.gat") + getmapusers("tur_dun04.gat") ; //GvGMAP set @gvgmap, getmapusers("prt_gld.gat") + getmapusers("alde_gld.gat") + getmapusers("gef_fild13.gat") + getmapusers("pay_gld.gat") ; return; } // 設置場所 prontera.gat,159,192,4 duplicate(PORTAL) 転送サービス 115, // プロンテラ izlude.gat,131,118,4 duplicate(PORTAL) 転送サービス 115, // イズルード morocc.gat,159,97,4 duplicate(PORTAL) 転送サービス 115, // モロク payon.gat,172,226,4 duplicate(PORTAL) 転送サービス 115, // フェイヨン alberta.gat,187,149,4 duplicate(PORTAL) 転送サービス 115, // アルベルタ comodo.gat,200,150,4 duplicate(PORTAL) 転送サービス 115, // コモド geffen.gat,115,65,6 duplicate(PORTAL) 転送サービス 115, // ゲフェン aldebaran.gat,143,123,4 duplicate(PORTAL) 転送サービス 115, // アルデバラン xmas.gat,149,136,4 duplicate(PORTAL) 転送サービス 115, // ルティエ yuno.gat,163,47,4 duplicate(PORTAL) 転送サービス 115, // ジュノー amatsu.gat,200,79,4 duplicate(PORTAL) 転送サービス 115, // アマツ gonryun.gat,162,122,4 duplicate(PORTAL) 転送サービス 115, // コンロン umbala.gat,89,159,4 duplicate(PORTAL) 転送サービス 115, // ウンバラ niflheim.gat,23,159,4 duplicate(PORTAL) 転送サービス 115, // ニブルヘイム louyang.gat,213,104,4 duplicate(PORTAL) 転送サービス 115, // 龍之城 jawaii.gat,228,109,5 duplicate(PORTAL) 転送サービス 115, // ジャワイ ayothaya.gat,209,169,5 duplicate(PORTAL) 転送サービス 115, // アユタヤ einbroch.gat,149,55,4 duplicate(PORTAL) 転送サービス 115, // アインブロック einbech.gat,58,38,4 duplicate(PORTAL) 転送サービス 115, // アインベフ lighthalzen.gat,218,325,4 duplicate(PORTAL) 転送サービス 115, // リヒタルゼン hugel.gat,92,152,4 duplicate(PORTAL) 転送サービス 115, // ヒューゲル rachel.gat,136,146,4 duplicate(PORTAL) 転送サービス 115, // ラヘル prt_gld.gat,157,232,4 duplicate(PORTAL) 転送サービス 115, // ヴァルキリーレルム alde_gld.gat,148,165,5 duplicate(PORTAL) 転送サービス 115, // ルイーナ gef_fild13.gat,175,255,4 duplicate(PORTAL) 転送サービス 115, // ブリトニア pay_gld.gat,335,139,4 duplicate(PORTAL) 転送サービス 115, // チュンリム湖