123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455 |
- // Original Athena Japanese Dev PVP Script
- // *With added NPCs, missing Warps, and Warpers*
- // *Caution! This is an intended version/addition of the Izlude Arena!*
- //
- // Additions/Translation By DiaDz
- // Jan 24, 2004
- //
- //Addition 2v2 script by: Unknown - added
- // Begin PVP Room N
- pvp_y_room.gat,30,85,4 script Usher 31~40 105,{
- if ((BaseLevel < 31) || (BaseLevel > 40)) goto LVNG;
- menu "Prontera Arena [" + getmapusers("pvp_y_1-1.gat") + " / 128]",Lpro,
- "Izlude Arena [" + getmapusers("pvp_y_1-2.gat") + " / 128]",Lizu,
- "Payon Arena [" + getmapusers("pvp_y_1-3.gat") + " / 128]",Lpay,
- "Alberta Arena [" + getmapusers("pvp_y_1-4.gat") + " / 128]",Lalb,
- "Morroc Arena [" + getmapusers("pvp_y_1-5.gat") + " / 128]",Lmoc,
- "Quit",Lcancel;
- Lpro:
- if(getmapusers("pvp_y_1-1.gat") >= 128 ) goto LError;
- warp "pvp_y_1-1",0,0;
- break;
- Lizu:
- if(getmapusers("pvp_y_1-2.gat") >= 128 ) goto LError;
- warp "pvp_y_1-2",0,0;
- break;
- Lpay:
- if(getmapusers("pvp_y_1-3.gat") >= 128 ) goto LError;
- warp "pvp_y_1-3",0,0;
- break;
- Lalb:
- if(getmapusers("pvp_y_1-4.gat") >= 128 ) goto LError;
- warp "pvp_y_1-4",0,0;
- break;
- Lmoc:
- if(getmapusers("pvp_y_1-5.gat") >= 128 ) goto LError;
- warp "pvp_y_1-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 31~40";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 41 ~ LV 50",0;
- break;
- }
- pvp_y_room.gat,38,85,4 script Usher 41~50 105,{
- if ((BaseLevel < 41) || (BaseLevel > 50)) goto LVNG;
- menu "Prontera Arena [" + getmapusers("pvp_y_2-1.gat") + " / 128]",Lpro,
- "Izlude Arena [" + getmapusers("pvp_y_2-2.gat") + " / 128]",Lizu,
- "Payon Arena [" + getmapusers("pvp_y_2-3.gat") + " / 128]",Lpay,
- "Alberta Arena [" + getmapusers("pvp_y_2-4.gat") + " / 128]",Lalb,
- "Morroc Arena [" + getmapusers("pvp_y_2-5.gat") + " / 128]",Lmoc,
- "Quit",Lcancel;
- Lpro:
- if(getmapusers("pvp_y_2-1.gat") >= 128 ) goto LError;
- warp "pvp_y_2-1",0,0;
- break;
- Lizu:
- if(getmapusers("pvp_y_2-2.gat") >= 128 ) goto LError;
- warp "pvp_y_2-2",0,0;
- break;
- Lpay:
- if(getmapusers("pvp_y_2-3.gat") >= 128 ) goto LError;
- warp "pvp_y_2-3",0,0;
- break;
- Lalb:
- if(getmapusers("pvp_y_2-4.gat") >= 128 ) goto LError;
- warp "pvp_y_2-4",0,0;
- break;
- Lmoc:
- if(getmapusers("pvp_y_2-5.gat") >= 128 ) goto LError;
- warp "pvp_y_2-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 41~50";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 40 ~ LV 50",0;
- break;
- }
- pvp_y_room.gat,46,85,4 script Usher 51~60 105,{
- if ((BaseLevel < 51) || (BaseLevel > 60)) goto LVNG;
- menu "Prontera Arena [" + getmapusers("pvp_y_3-1.gat") + " / 128]",Lpro,
- "Izlude Arena [" + getmapusers("pvp_y_3-2.gat") + " / 128]",Lizu,
- "Payon Arena [" + getmapusers("pvp_y_3-3.gat") + " / 128]",Lpay,
- "Alberta Arena [" + getmapusers("pvp_y_3-4.gat") + " / 128]",Lalb,
- "Morroc Arena [" + getmapusers("pvp_y_3-5.gat") + " / 128]",Lmoc,
- "Quit",Lcancel;
- Lpro:
- if(getmapusers("pvp_y_3-1.gat") >= 128 ) goto LError;
- warp "pvp_y_3-1",0,0;
- break;
- Lizu:
- if(getmapusers("pvp_y_3-2.gat") >= 128 ) goto LError;
- warp "pvp_y_3-2",0,0;
- break;
- Lpay:
- if(getmapusers("pvp_y_3-3.gat") >= 128 ) goto LError;
- warp "pvp_y_3-3",0,0;
- break;
- Lalb:
- if(getmapusers("pvp_y_3-4.gat") >= 128 ) goto LError;
- warp "pvp_y_3-4",0,0;
- break;
- Lmoc:
- if(getmapusers("pvp_y_3-5.gat") >= 128 ) goto LError;
- warp "pvp_y_3-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 51~60";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 51 ~ LV 60",0;
- break;
- }
- pvp_y_room.gat,54,85,4 script Usher 61~70 105,{
- if ((BaseLevel < 61) || (BaseLevel > 70)) goto LVNG;
- menu "Prontera Arena [" + getmapusers("pvp_y_4-1.gat") + " / 128]",Lpro,
- "Izlude Arena [" + getmapusers("pvp_y_4-2.gat") + " / 128]",Lizu,
- "Payon Arena [" + getmapusers("pvp_y_4-3.gat") + " / 128]",Lpay,
- "Alberta Arena [" + getmapusers("pvp_y_4-4.gat") + " / 128]",Lalb,
- "Morroc Arena [" + getmapusers("pvp_y_4-5.gat") + " / 128]",Lmoc,
- "Quit",Lcancel;
- Lpro:
- if(getmapusers("pvp_y_4-1.gat") >= 128 ) goto LError;
- warp "pvp_y_4-1",0,0;
- break;
- Lizu:
- if(getmapusers("pvp_y_4-2.gat") >= 128 ) goto LError;
- warp "pvp_y_4-2",0,0;
- break;
- Lpay:
- if(getmapusers("pvp_y_4-3.gat") >= 128 ) goto LError;
- warp "pvp_y_4-3",0,0;
- break;
- Lalb:
- if(getmapusers("pvp_y_4-4.gat") >= 128 ) goto LError;
- warp "pvp_y_4-4",0,0;
- break;
- Lmoc:
- if(getmapusers("pvp_y_4-5.gat") >= 128 ) goto LError;
- warp "pvp_y_4-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 61~70";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 61 ~ LV 70",0;
- break;
- }
- pvp_y_room.gat,62,85,4 script Usher 71~80 105,{
- if ((BaseLevel < 71) || (BaseLevel > 80)) goto LVNG;
- menu "Prontera Arena [" + getmapusers("pvp_y_5-1.gat") + " / 128]",Lpro,
- "Izlude Arena [" + getmapusers("pvp_y_5-2.gat") + " / 128]",Lizu,
- "Payon Arena [" + getmapusers("pvp_y_5-3.gat") + " / 128]",Lpay,
- "Alberta Arena [" + getmapusers("pvp_y_5-4.gat") + " / 128]",Lalb,
- "Morroc Arena [" + getmapusers("pvp_y_5-5.gat") + " / 128]",Lmoc,
- "Quit",Lcancel;
- Lpro:
- if(getmapusers("pvp_y_5-1.gat") >= 128 ) goto LError;
- warp "pvp_y_5-1",0,0;
- break;
- Lizu:
- if(getmapusers("pvp_y_5-2.gat") >= 128 ) goto LError;
- warp "pvp_y_5-2",0,0;
- break;
- Lpay:
- if(getmapusers("pvp_y_5-3.gat") >= 128 ) goto LError;
- warp "pvp_y_5-3",0,0;
- break;
- Lalb:
- if(getmapusers("pvp_y_5-4.gat") >= 128 ) goto LError;
- warp "pvp_y_5-4",0,0;
- break;
- Lmoc:
- if(getmapusers("pvp_y_5-5.gat") >= 128 ) goto LError;
- warp "pvp_y_5-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 71~80";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 71 ~ LV 80",0;
- break;
- }
- pvp_y_room.gat,70,85,4 script Usher 81~90 105,{
- if ((BaseLevel < 81) || (BaseLevel > 90)) goto LVNG;
- menu "Prontera Arena [" + getmapusers("pvp_y_6-1.gat") + " / 128]",Lpro,
- "Izlude Arena [" + getmapusers("pvp_y_6-2.gat") + " / 128]",Lizu,
- "Payon Arena [" + getmapusers("pvp_y_6-3.gat") + " / 128]",Lpay,
- "Alberta Arena [" + getmapusers("pvp_y_6-4.gat") + " / 128]",Lalb,
- "Morroc Arena [" + getmapusers("pvp_y_6-5.gat") + " / 128]",Lmoc,
- "Quit",Lcancel;
- Lpro:
- if(getmapusers("pvp_y_6-1.gat") >= 128 ) goto LError;
- warp "pvp_y_6-1",0,0;
- break;
- Lizu:
- if(getmapusers("pvp_y_6-2.gat") >= 128 ) goto LError;
- warp "pvp_y_6-2",0,0;
- break;
- Lpay:
- if(getmapusers("pvp_y_6-3.gat") >= 128 ) goto LError;
- warp "pvp_y_6-3",0,0;
- break;
- Lalb:
- if(getmapusers("pvp_y_6-4.gat") >= 128 ) goto LError;
- warp "pvp_y_6-4",0,0;
- break;
- Lmoc:
- if(getmapusers("pvp_y_6-5.gat") >= 128 ) goto LError;
- warp "pvp_y_6-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 81~90";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 81 ~ LV 90",0;
- break;
- }
- pvp_y_room.gat,78,85,4 script Usher 91~Higher 105,{
- if (BaseLevel < 91) goto LVNG;
- menu "Prontera Arena [" + getmapusers("pvp_y_7-1.gat") + " / 128]",Lpro,
- "Izlude Arena [" + getmapusers("pvp_y_7-2.gat") + " / 128]",Lizu,
- "Payon Arena [" + getmapusers("pvp_y_7-3.gat") + " / 128]",Lpay,
- "Alberta Arena [" + getmapusers("pvp_y_7-4.gat") + " / 128]",Lalb,
- "Morroc Arena [" + getmapusers("pvp_y_7-5.gat") + " / 128]",Lmoc,
- "Quit",Lcancel;
- Lpro:
- if(getmapusers("pvp_y_7-1.gat") >= 128 ) goto LError;
- warp "pvp_y_7-1",0,0;
- break;
- Lizu:
- if(getmapusers("pvp_y_7-2.gat") >= 128 ) goto LError;
- warp "pvp_y_7-2",0,0;
- break;
- Lpay:
- if(getmapusers("pvp_y_7-3.gat") >= 128 ) goto LError;
- warp "pvp_y_7-3",0,0;
- break;
- Lalb:
- if(getmapusers("pvp_y_7-4.gat") >= 128 ) goto LError;
- warp "pvp_y_7-4",0,0;
- break;
- Lmoc:
- if(getmapusers("pvp_y_7-5.gat") >= 128 ) goto LError;
- warp "pvp_y_7-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 91~Higher";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 91 ~ Higher",0;
- break;
- }
- pvp_y_room.gat,86,85,4 script Usher All Levels 105,{
- menu "Prontera Arena [" + getmapusers("pvp_y_8-1.gat") + " / 128]",Lpro,
- "Izlude Arena [" + getmapusers("pvp_y_8-2.gat") + " / 128]",Lizu,
- "Payon Arena [" + getmapusers("pvp_y_8-3.gat") + " / 128]",Lpay,
- "Alberta Arena [" + getmapusers("pvp_y_8-4.gat") + " / 128]",Lalb,
- "Morroc Arena [" + getmapusers("pvp_y_8-5.gat") + " / 128]",Lmoc,
- "Quit",Lcancel;
- Lpro:
- if(getmapusers("pvp_y_8-1.gat") >= 128 ) goto LError;
- warp "pvp_y_8-1",0,0;
- break;
- Lizu:
- if(getmapusers("pvp_y_8-2.gat") >= 128 ) goto LError;
- warp "pvp_y_8-2",0,0;
- break;
- Lpay:
- if(getmapusers("pvp_y_8-3.gat") >= 128 ) goto LError;
- warp "pvp_y_8-3",0,0;
- break;
- Lalb:
- if(getmapusers("pvp_y_8-4.gat") >= 128 ) goto LError;
- warp "pvp_y_8-4",0,0;
- break;
- Lmoc:
- if(getmapusers("pvp_y_8-5.gat") >= 128 ) goto LError;
- warp "pvp_y_8-5",0,0;
- break;
- Lcancel:
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "All Levels",0;
- break;
- }
- // Begin PVP Room N
- pvp_n_room.gat,30,85,4 script Usher 31~40 105,{
- if ((BaseLevel < 31) || (BaseLevel > 40)) goto LVNG;
- menu "Sandwich Arena [" + getmapusers("pvp_n_1-1.gat") + " / 64]",Lsand,
- "Rock Arena [" + getmapusers("pvp_n_1-2.gat") + " / 32]",Llock,
- "Four Arena [" + getmapusers("pvp_n_1-3.gat") + " / 32]",Lpolu,
- "Undercross Arena [" + getmapusers("pvp_n_1-4.gat") + " / 32]",Lunder,
- "Copass Arena [" + getmapusers("pvp_n_1-5.gat") + " / 32]",Lcom,
- "Quit",Lcancel;
- Lsand:
- if(getmapusers("pvp_n_1-1.gat") >= 64 ) goto LError;
- warp "pvp_n_1-1",0,0;
- break;
- Llock:
- if(getmapusers("pvp_n_1-2.gat") >= 32 ) goto LError;
- warp "pvp_n_1-2",0,0;
- break;
- Lpolu:
- if(getmapusers("pvp_n_1-3.gat") >= 32 ) goto LError;
- warp "pvp_n_1-3",0,0;
- break;
- Lunder:
- if(getmapusers("pvp_n_1-4.gat") >= 32 ) goto LError;
- warp "pvp_n_1-4",0,0;
- break;
- Lcom:
- if(getmapusers("pvp_n_1-5.gat") >= 32 ) goto LError;
- warp "pvp_n_1-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 31~40";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 31 ~ LV 40",0;
- break;
- }
- pvp_n_room.gat,38,85,4 script Usher 41~50 105,{
- if ((BaseLevel < 41) || (BaseLevel > 50)) goto LVNG;
- menu "Sandwich Arena [" + getmapusers("pvp_n_2-1.gat") + " / 64]",Lsand,
- "Rock Arena [" + getmapusers("pvp_n_2-2.gat") + " / 32]",Llock,
- "Four Arena [" + getmapusers("pvp_n_2-3.gat") + " / 32]",Lpolu,
- "Undercross Arena [" + getmapusers("pvp_n_2-4.gat") + " / 32]",Lunder,
- "Copass Arena [" + getmapusers("pvp_n_2-5.gat") + " / 32]",Lcom,
- "Quit",Lcancel;
- Lsand:
- if(getmapusers("pvp_n_2-1.gat") >= 64 ) goto LError;
- warp "pvp_n_2-1",0,0;
- break;
- Llock:
- if(getmapusers("pvp_n_2-2.gat") >= 32 ) goto LError;
- warp "pvp_n_2-2",0,0;
- break;
- Lpolu:
- if(getmapusers("pvp_n_2-3.gat") >= 32 ) goto LError;
- warp "pvp_n_2-3",0,0;
- break;
- Lunder:
- if(getmapusers("pvp_n_2-4.gat") >= 32 ) goto LError;
- warp "pvp_n_2-4",0,0;
- break;
- Lcom:
- if(getmapusers("pvp_n_2-5.gat") >= 32 ) goto LError;
- warp "pvp_n_2-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 41~50";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 41 ~ LV 50",0;
- break;
- }
- pvp_n_room.gat,46,85,4 script Usher 51~60 105,{
- if ((BaseLevel < 51) || (BaseLevel > 60)) goto LVNG;
- menu "Sandwich Arena [" + getmapusers("pvp_n_3-1.gat") + " / 64]",Lsand,
- "Rock Arena [" + getmapusers("pvp_n_3-2.gat") + " / 32]",Llock,
- "Four Arena [" + getmapusers("pvp_n_3-3.gat") + " / 32]",Lpolu,
- "Undercross Arena [" + getmapusers("pvp_n_3-4.gat") + " / 32]",Lunder,
- "Copass Arena [" + getmapusers("pvp_n_3-5.gat") + " / 32]",Lcom,
- "Quit",Lcancel;
- Lsand:
- if(getmapusers("pvp_n_3-1.gat") >= 64 ) goto LError;
- warp "pvp_n_3-1",0,0;
- break;
- Llock:
- if(getmapusers("pvp_n_3-2.gat") >= 32 ) goto LError;
- warp "pvp_n_3-2",0,0;
- break;
- Lpolu:
- if(getmapusers("pvp_n_3-3.gat") >= 32 ) goto LError;
- warp "pvp_n_3-3",0,0;
- break;
- Lunder:
- if(getmapusers("pvp_n_3-4.gat") >= 32 ) goto LError;
- warp "pvp_n_3-4",0,0;
- break;
- Lcom:
- if(getmapusers("pvp_n_3-5.gat") >= 32 ) goto LError;
- warp "pvp_n_3-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 51~60";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 51 ~ LV 60",0;
- break;
- }
- pvp_n_room.gat,54,85,4 script Usher 61~70 105,{
- if ((BaseLevel < 61) || (BaseLevel > 70)) goto LVNG;
- menu "Sandwich Arena [" + getmapusers("pvp_n_4-1.gat") + " / 64]",Lsand,
- "Rock Arena [" + getmapusers("pvp_n_4-2.gat") + " / 32]",Llock,
- "Four Arena [" + getmapusers("pvp_n_4-3.gat") + " / 32]",Lpolu,
- "Undercross Arena [" + getmapusers("pvp_n_4-4.gat") + " / 32]",Lunder,
- "Copass Arena [" + getmapusers("pvp_n_4-5.gat") + " / 32]",Lcom,
- "Quit",Lcancel;
- Lsand:
- if(getmapusers("pvp_n_4-1.gat") >= 64 ) goto LError;
- warp "pvp_n_4-1",0,0;
- break;
- Llock:
- if(getmapusers("pvp_n_4-2.gat") >= 32 ) goto LError;
- warp "pvp_n_4-2",0,0;
- break;
- Lpolu:
- if(getmapusers("pvp_n_4-3.gat") >= 32 ) goto LError;
- warp "pvp_n_4-3",0,0;
- break;
- Lunder:
- if(getmapusers("pvp_n_4-4.gat") >= 32 ) goto LError;
- warp "pvp_n_4-4",0,0;
- break;
- Lcom:
- if(getmapusers("pvp_n_4-5.gat") >= 32 ) goto LError;
- warp "pvp_n_4-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 61~70";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 61 ~ LV 70",0;
- break;
- }
- pvp_n_room.gat,62,85,4 script Usher 71~80 105,{
- if ((BaseLevel < 71) || (BaseLevel > 80)) goto LVNG;
- menu "Sandwich Arena [" + getmapusers("pvp_n_5-1.gat") + " / 64]",Lsand,
- "Rock Arena [" + getmapusers("pvp_n_5-2.gat") + " / 32]",Llock,
- "Four Arena [" + getmapusers("pvp_n_5-3.gat") + " / 32]",Lpolu,
- "Undercross Arena [" + getmapusers("pvp_n_5-4.gat") + " / 32]",Lunder,
- "Copass Arena [" + getmapusers("pvp_n_5-5.gat") + " / 32]",Lcom,
- "Quit",Lcancel;
- Lsand:
- if(getmapusers("pvp_n_5-1.gat") >= 64 ) goto LError;
- warp "pvp_n_5-1",0,0;
- break;
- Llock:
- if(getmapusers("pvp_n_5-2.gat") >= 32 ) goto LError;
- warp "pvp_n_5-2",0,0;
- break;
- Lpolu:
- if(getmapusers("pvp_n_5-3.gat") >= 32 ) goto LError;
- warp "pvp_n_5-3",0,0;
- break;
- Lunder:
- if(getmapusers("pvp_n_5-4.gat") >= 32 ) goto LError;
- warp "pvp_n_5-4",0,0;
- break;
- Lcom:
- if(getmapusers("pvp_n_5-5.gat") >= 32 ) goto LError;
- warp "pvp_n_5-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 71~80";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 71 ~ LV 80",0;
- break;
- }
- pvp_n_room.gat,70,85,4 script Usher 81~90 105,{
- if ((BaseLevel < 81) || (BaseLevel > 90)) goto LVNG;
- menu "Sandwich Arena [" + getmapusers("pvp_n_6-1.gat") + " / 64]",Lsand,
- "Rock Arena [" + getmapusers("pvp_n_6-2.gat") + " / 32]",Llock,
- "Four Arena [" + getmapusers("pvp_n_6-3.gat") + " / 32]",Lpolu,
- "Undercross Arena [" + getmapusers("pvp_n_6-4.gat") + " / 32]",Lunder,
- "Copass Arena [" + getmapusers("pvp_n_6-5.gat") + " / 32]",Lcom,
- "Quit",Lcancel;
- Lsand:
- if(getmapusers("pvp_n_6-1.gat") >= 64 ) goto LError;
- warp "pvp_n_6-1",0,0;
- break;
- Llock:
- if(getmapusers("pvp_n_6-2.gat") >= 32 ) goto LError;
- warp "pvp_n_6-2",0,0;
- break;
- Lpolu:
- if(getmapusers("pvp_n_6-3.gat") >= 32 ) goto LError;
- warp "pvp_n_6-3",0,0;
- break;
- Lunder:
- if(getmapusers("pvp_n_6-4.gat") >= 32 ) goto LError;
- warp "pvp_n_6-4",0,0;
- break;
- Lcom:
- if(getmapusers("pvp_n_6-5.gat") >= 32 ) goto LError;
- warp "pvp_n_6-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 81~90";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 81 ~ LV 90",0;
- break;
- }
- pvp_n_room.gat,78,85,4 script Usher 91~Higher 105,{
- if (BaseLevel < 91) goto LVNG;
- menu "Sandwich Arena [" + getmapusers("pvp_n_7-1.gat") + " / 64]",Lsand,
- "Rock Arena [" + getmapusers("pvp_n_7-2.gat") + " / 32]",Llock,
- "Four Arena [" + getmapusers("pvp_n_7-3.gat") + " / 32]",Lpolu,
- "Undercross Arena [" + getmapusers("pvp_n_7-4.gat") + " / 32]",Lunder,
- "Copass Arena [" + getmapusers("pvp_n_7-5.gat") + " / 32]",Lcom,
- "Quit",Lcancel;
- Lsand:
- if(getmapusers("pvp_n_7-1.gat") >= 64 ) goto LError;
- warp "pvp_n_7-1",0,0;
- break;
- Llock:
- if(getmapusers("pvp_n_7-2.gat") >= 32 ) goto LError;
- warp "pvp_n_7-2",0,0;
- break;
- Lpolu:
- if(getmapusers("pvp_n_7-3.gat") >= 32 ) goto LError;
- warp "pvp_n_7-3",0,0;
- break;
- Lunder:
- if(getmapusers("pvp_n_7-4.gat") >= 32 ) goto LError;
- warp "pvp_n_7-4",0,0;
- break;
- Lcom:
- if(getmapusers("pvp_n_7-5.gat") >= 32 ) goto LError;
- warp "pvp_n_7-5",0,0;
- break;
- Lcancel:
- close;
- LVNG:
- mes "[PVP Usher]";
- mes "Sorry, this arena is only for levels 91~Higher0";
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "LV 91 ~ Higher",0;
- break;
- }
- pvp_n_room.gat,86,85,4 script Usher All Levels 105,{
- menu "Sandwich Arena [" + getmapusers("pvp_n_8-1.gat") + " / 64]",Lsand,
- "Rock Arena [" + getmapusers("pvp_n_8-2.gat") + " / 32]",Llock,
- "Four Arena [" + getmapusers("pvp_n_8-3.gat") + " / 32]",Lpolu,
- "Undercross Arena [" + getmapusers("pvp_n_8-4.gat") + " / 32]",Lunder,
- "Copass Arena [" + getmapusers("pvp_n_8-5.gat") + " / 32]",Lcom,
- "Quit",Lcancel;
- Lsand:
- if(getmapusers("pvp_n_8-1.gat") >= 64 ) goto LError;
- warp "pvp_n_8-1",0,0;
- break;
- Llock:
- if(getmapusers("pvp_n_8-2.gat") >= 32 ) goto LError;
- warp "pvp_n_8-2",0,0;
- break;
- Lpolu:
- if(getmapusers("pvp_n_8-3.gat") >= 32 ) goto LError;
- warp "pvp_n_8-3",0,0;
- break;
- Lunder:
- if(getmapusers("pvp_n_8-4.gat") >= 32 ) goto LError;
- warp "pvp_n_8-4",0,0;
- break;
- Lcom:
- if(getmapusers("pvp_n_8-5.gat") >= 32 ) goto LError;
- warp "pvp_n_8-5",0,0;
- break;
- Lcancel:
- close;
- LError:
- mes "[PVP Usher]";
- mes "Sorry, this arena is currently full";
- close;
- OnInit:
- waitingroom "All Levels",0;
- break;
- }
- // PvP Representative NPC prontera 164 175
- prontera.gat,164,175,5 script PvP Representative 116,{
- mes "[PvP Representative]";
- mes "Hello there! I'm the PvP Representative!";
- next;
- mes "[PvP Representative]";
- mes "I'm here to advertise our Arena in Izlude! It's specially designed for you players to beat each other up!";
- next;
- menu "Sounds interesting! I'll join!",entrance,"PvP? Whats that?",info,"Nah, maybe later.",quit;
- entrance:
- mes "[PvP Representative]";
- mes "Most excellent! I'll warp you to our Arena's Front Gate!";
- next;
- warp "izlude.gat",128,218;
- close;
- info:
- mes "[PvP Representative]";
- mes "PvP Stands For 'Player versus Player', where you get to choose from a variety of arenas in which to fight in!";
- next;
- mes "[PvP Representative]";
- mes "You don't have to worry about losing items, we have a NO PENALTY rule that states you cannot loose items or EXP!";
- next;
- mes "[PvP Representative]";
- mes "So whadduya think?";
- next;
- menu "Sounds interesting! I'll join!",entrance,"Nah, maybe later.",quit;
- quit:
- mes "[PvP Representative]";
- mes "'Kay - I hope you change your mind in the near future.";
- mes " ";
- mes "Come Again! ^_^";
- close;
- }
- // Arena Bulletin Board NPC izlude 125 219
- izlude.gat,125,219,5 script Arena Bulletin Board 111,{
- mes "[Arena Bulletin Board]";
- mes "Welcome to the one and only...";
- mes " ";
- mes "Player Versus Player Arena!";
- close;
- }
- // Arena Master NPC prt_are_in 100 84
- prt_are_in.gat,100,84,4 script Arena Master 734,{
- mes "[Arena Master]";
- mes "Aaahh yes! Welcome to my humble and world renown PvP Arena!";
- next;
- mes "[Arena Master]";
- mes "Tell me...do you wish to learn more of my Arena?";
- next;
- menu "Sure",sure,"Maybe later...",later;
- sure:
- mes "[Arena Master]";
- mes "After much boredom that I've went through all my life of killing simple monsters, I decided that it wasn't enough!";
- next;
- mes "[Arena Master]";
- mes "I needed HUMAN FLESH! To satisfy my need to kill...";
- next;
- mes "[Arena Master]";
- mes "And after years of construction and planning ~ it's finally complete for all of Midgard to see and cherish!";
- next;
- mes "[Arena Master]";
- mes "I present you...";
- mes " ";
- mes "MY ARENA!!!";
- close;
- later:
- mes "[Arena Master]";
- mes "Fine fine, please do enjoy your stay.";
- close;
- }
- // PvP Attendant NPC prt_are_in 97 86
- prt_are_in.gat,97,86,4 script PvP Attendant 98,{
- mes "[PvP Attendant]";
- mes "Welcome To The PVP ARENA!";
- next;
- mes "[PvP Attendant]";
- mes "The Hall to the Left leads to City simulation Arenas";
- next;
- mes "[PvP Attendant]";
- mes "The Hall to the Right leads to our Special map Arenas";
- close;
- }
- // PvP Attendant NPC prt_are_in 102 86
- prt_are_in.gat,102,86,4 script PvP Attendant 98,{
- mes "[PvP Attendant]";
- mes "Welcome To The PVP ARENA!";
- next;
- mes "[PvP Attendant]";
- mes "The Hall to the Left leads to City simulation Arenas";
- next;
- mes "[PvP Attendant]";
- mes "The Hall to the Right are our Special map Arenas";
- close;
- }
- // Begin 2v2 pvp Script
- pvp_2vs2.gat,32,22,2 script Bruno 87,{
- mes "[Bruno]";
- mes "You wimpin out already?";
- menu "Yes",goback,"No",stay;
- goback:
- mes "Man!, you don't even got scratches, you wimp.";
- next;
- warp "prt_are_in.gat",167,90;
- close;
- stay:
- mes "Impressive!, I respect your stamina!";
- close;
- }
- prt_are_in.gat,167,92,4 script Bruno 87,{
- mes "[Bruno]";
- mes "You sure you wanna goto our underground 2vs2 arena dork?";
- menu "Yes",gopvp,"No",nopvp;
- gopvp:
- mes "Was nice knowin you chump.";
- next;
- warp "pvp_2vs2.gat",36,49;
- close;
- nopvp:
- mes "Didn't think so, wuss!";
- close;
- }
- prt_are_in.gat,92,86,4 script Herman 125,{
- mes "[Herman]";
- mes "Welcome to Royal Rumble!";
- mes "Ladies and Gents, my name is Herman from 'Cool Event Corp.'!";
- next;
- menu "What's Royal Rumble?",M0,"Boo~Go Home~",MEnd;
- M0:
- mes "[Herman]";
- mes "We, Cool Event Corp., have opened a special event open to everyone visiting the Arena.";
- mes "You can escape your monotonous life with this really great even we are providing you!";
- next;
- mes "[Herman]";
- mes "This event is called ..Rooooooyal Rumbbbbbbble!!";
- mes "*Cough*..*Cough*..*Cough* !!";
- next;
- mes "[Herman]";
- mes ". . . . .";
- mes "Arrggghhh Sooorry...";
- next;
- mes "[Herman]";
- mes "When there are enough players in every 'Stand-By Room',";
- mes "We will guide you to the beautiful Colosseum.";
- next;
- mes "[Herman]";
- mes "In that Colosseum, you have to fight with hard and hostile Monsters within 5 minutes,";
- mes "Using 8 warp zones located in 8 directions.";
- next;
- mes "[Herman]";
- mes "When you strike into the deep inside of Monsters you will see Organ NPCs which control and generate Monsters.";
- mes "You should have to speak them if you want to make an easy way to get a victory. They will release you from enemies.";
- next;
- mes "[Herman]";
- mes "Whatever you eliminate all enemies by yourself or get helped by Organ NPCs, When you kill them all,";
- mes "It is regarded as the Perfect Clear on Royal Rumble!";
- next;
- mes "[Herman]";
- mes "Have some fun in Royal Rumble with your companions.";
- mes "Once again, My name is Herman from Cool Event Corp. Thank you!";
- close;
- MEnd:
- mes "[Herman]";
- mes "You go Home, Baby";
- close;
- }
- prt_are_in.gat,93,86,4 script Lancelot 125,{
- mes "[Lancelot]";
- mes "Hi Hi! Come on ! Make yourself at Home!";
- mes "My name is Lacelot from Cool Event Corp. I am here to tell you about Time Limit Fight. Do you want to Listen?";
- next;
- menu "Yeah, Cool.",M0,"Sorry, I don't want to.",MEnd;
- M0:
- mes "[Lancelot]";
- mes "We, Cool Event Corp., open a Special event to give a fun to everybody visiting Arena.";
- mes "You can slip your monotonous day life for the moment during the event we provide you!";
- next;
- mes "[Lancelot]";
- mes "The Event Called ..Timeeeee-- Limmmmmitttt---Figgggghhtt !!";
- mes "*Aaahchoo* !! *Achoo* !! *Cough**Cough* ..";
- next;
- mes "[Lancelot]";
- mes ". . . . . Whack..";
- mes "Oh Boy.. Really Sorry to make you uncomfortable with this.";
- next;
- mes "[Lancelot]";
- mes "When players gather as many as we need in Each Standbyroom";
- mes "We will guide you to the Labylinth.";
- next;
- mes "[Lancelot]";
- mes "In that Labylinth,you have to terminate all monsters within 5 minutes,";
- mes "Using this Warp zone and that warp zone...";
- next;
- mes "[Lancelot]";
- mes "When you kill all Monsters in one room,another gate will be opened ..and you can go in there.";
- mes "One thing you must know is when you enter the new room door is totally closed to block your exit ..";
- next;
- mes "[Lancelot]";
- mes "You cannot go back to where you're from.";
- next;
- mes "[Lancelot]";
- mes "In case of Level 1 Stage, the door of Boss Stage will be opened when you eliminate all monsters in every room ..";
- mes "But in Level 2 and 3, even though there are many complexed corridors, if you follow the shortcut, you will enter the Boss Room at ease.";
- next;
- mes "[Lancelot]";
- mes "Get some fun with your companions.";
- mes "Thank you for your time, once again my name is Lancelot!";
- close;
- MEnd:
- mes "[Lancelot]";
- mes "Alright, Bye Bye";
- close;
- }
- prt_are_in.gat,94,85,4 Zakkie 84,{
- mes "[Zakkie]";
- mes "Welcome to Royal Rumble,the World of Fighters!";
- mes "My name is Zakkie from Cool Event Corp.!";
- mes "If you don't mind let me give you some tips for more fun.";
- next;
- menu "No!i don't mind.Go ahead.",M0,"Errr....I know already.",MEnd;
- M0:
- mes "[Zakkie]";
- mes "when get started, You will ecounter many monsters through 8 warp zones.";
- mes "You can choose either way of the Battle. You can find Organ NPCs behind each Warp Zone or You can kill all Enemies by yourself.";
- next;
- mes "[Zakkie]";
- mes "When you satisfy one of them, it is regarded as Clear on that Round.";
- mes "We suggest you to discuss with party members to find out better way of the Battle.";
- close;
- MEnd:
- mes "[Zakkie]";
- mes "Whattt!! Did you say you know the tips?!";
- mes "Wow~Excellent. Then you don't need my help. Well have fun~!";
- close;
- }
- prt_are_in.gat,108,86,4 script Boris 84,{
- mes "[Boris]";
- mes "Hmm.. I can easily imagine how frustrated you have been in your life, dear.. Because Common people cannot dare to visit me.";
- mes "Let me introduce myself. My name is Boris and the director of Customer Support Team in Cool Event Corp.";
- mes "I will give you the exceptional tips only for the Bloodthirsty.";
- next;
- menu "Will you please?",M0,"Thank you but I already know about it.",MEnd;
- M0:
- mes "[Boris]";
- mes "Before get started, you must work out a strategy considering your members.";
- mes "Then you can warp into the Battle.";
- next;
- mes "[Boris]";
- mes "If 8 men jump into the Warp zone together, You will succeed.";
- mes "Otherwise If a man or two, I don't think you can survive.";
- next;
- mes "[Boris]";
- mes "And let's talk about the Running Time of Royal Rumble and of Time Limit Fight.";
- mes "Although every Battle Time is limitted, but sometimes it is increased by a Bonus when you clear One Round.";
- next;
- mes "[Boris]";
- mes "Bonus Time will be increased by Second.. When you get a Bonus Time";
- mes "Definately you could extent the Limit of Battle. You can check the Time passage with the announcement of our employee.";
- close;
- MEnd:
- mes "[Boris]";
- mes ".. Ahh...I need my room in Dark ..";
- mes "Hmm Hmm Nothing, Nothing.";
- close;
- }
- // Add missing Warps Begins Here
- prt_are_in.gat,32,95,0 warp areawarpfix1 1,1,pvp_y_room.gat,52,23
- prt_are_in.gat,170,95,0 warp areawarpfix2 1,1,pvp_n_room.gat,52,23
- pvp_y_room.gat,52,18,0 warp areawarpfix3 1,1,prt_are_in.gat,32,92
- pvp_n_room.gat,52,18,0 warp areawarpfix4 1,1,prt_are_in.gat,170,92
- // PvP Mapflags
- pvp_y_1-1.gat mapflag nopenalty
- pvp_y_1-2.gat mapflag nopenalty
- pvp_y_1-3.gat mapflag nopenalty
- pvp_y_1-4.gat mapflag nopenalty
- pvp_y_1-5.gat mapflag nopenalty
- pvp_y_2-1.gat mapflag nopenalty
- pvp_y_2-2.gat mapflag nopenalty
- pvp_y_2-3.gat mapflag nopenalty
- pvp_y_2-4.gat mapflag nopenalty
- pvp_y_2-5.gat mapflag nopenalty
- pvp_y_3-1.gat mapflag nopenalty
- pvp_y_3-2.gat mapflag nopenalty
- pvp_y_3-3.gat mapflag nopenalty
- pvp_y_3-4.gat mapflag nopenalty
- pvp_y_3-5.gat mapflag nopenalty
- pvp_y_4-1.gat mapflag nopenalty
- pvp_y_4-2.gat mapflag nopenalty
- pvp_y_4-3.gat mapflag nopenalty
- pvp_y_4-4.gat mapflag nopenalty
- pvp_y_4-5.gat mapflag nopenalty
- pvp_y_5-1.gat mapflag nopenalty
- pvp_y_5-2.gat mapflag nopenalty
- pvp_y_5-3.gat mapflag nopenalty
- pvp_y_5-4.gat mapflag nopenalty
- pvp_y_5-5.gat mapflag nopenalty
- pvp_y_6-1.gat mapflag nopenalty
- pvp_y_6-2.gat mapflag nopenalty
- pvp_y_6-3.gat mapflag nopenalty
- pvp_y_6-4.gat mapflag nopenalty
- pvp_y_6-5.gat mapflag nopenalty
- pvp_y_7-1.gat mapflag nopenalty
- pvp_y_7-2.gat mapflag nopenalty
- pvp_y_7-3.gat mapflag nopenalty
- pvp_y_7-4.gat mapflag nopenalty
- pvp_y_7-5.gat mapflag nopenalty
- pvp_y_8-1.gat mapflag nopenalty
- pvp_y_8-2.gat mapflag nopenalty
- pvp_y_8-3.gat mapflag nopenalty
- pvp_y_8-4.gat mapflag nopenalty
- pvp_y_8-5.gat mapflag nopenalty
- pvp_n_1-1.gat mapflag nopenalty
- pvp_n_1-2.gat mapflag nopenalty
- pvp_n_1-3.gat mapflag nopenalty
- pvp_n_1-4.gat mapflag nopenalty
- pvp_n_1-5.gat mapflag nopenalty
- pvp_n_2-1.gat mapflag nopenalty
- pvp_n_2-2.gat mapflag nopenalty
- pvp_n_2-3.gat mapflag nopenalty
- pvp_n_2-4.gat mapflag nopenalty
- pvp_n_2-5.gat mapflag nopenalty
- pvp_n_3-1.gat mapflag nopenalty
- pvp_n_3-2.gat mapflag nopenalty
- pvp_n_3-3.gat mapflag nopenalty
- pvp_n_3-4.gat mapflag nopenalty
- pvp_n_3-5.gat mapflag nopenalty
- pvp_n_4-1.gat mapflag nopenalty
- pvp_n_4-2.gat mapflag nopenalty
- pvp_n_4-3.gat mapflag nopenalty
- pvp_n_4-4.gat mapflag nopenalty
- pvp_n_4-5.gat mapflag nopenalty
- pvp_n_5-1.gat mapflag nopenalty
- pvp_n_5-2.gat mapflag nopenalty
- pvp_n_5-3.gat mapflag nopenalty
- pvp_n_5-4.gat mapflag nopenalty
- pvp_n_5-5.gat mapflag nopenalty
- pvp_n_6-1.gat mapflag nopenalty
- pvp_n_6-2.gat mapflag nopenalty
- pvp_n_6-3.gat mapflag nopenalty
- pvp_n_6-4.gat mapflag nopenalty
- pvp_n_6-5.gat mapflag nopenalty
- pvp_n_7-1.gat mapflag nopenalty
- pvp_n_7-2.gat mapflag nopenalty
- pvp_n_7-3.gat mapflag nopenalty
- pvp_n_7-4.gat mapflag nopenalty
- pvp_n_7-5.gat mapflag nopenalty
- pvp_n_8-1.gat mapflag nopenalty
- pvp_n_8-2.gat mapflag nopenalty
- pvp_n_8-3.gat mapflag nopenalty
- pvp_n_8-4.gat mapflag nopenalty
- pvp_n_8-5.gat mapflag nopenalty
- pvp_2vs2.gat mapflag nopenalty
- pvp_y_1-1.gat mapflag pvp
- pvp_y_1-2.gat mapflag pvp
- pvp_y_1-3.gat mapflag pvp
- pvp_y_1-4.gat mapflag pvp
- pvp_y_1-5.gat mapflag pvp
- pvp_y_2-1.gat mapflag pvp
- pvp_y_2-2.gat mapflag pvp
- pvp_y_2-3.gat mapflag pvp
- pvp_y_2-4.gat mapflag pvp
- pvp_y_2-5.gat mapflag pvp
- pvp_y_3-1.gat mapflag pvp
- pvp_y_3-2.gat mapflag pvp
- pvp_y_3-3.gat mapflag pvp
- pvp_y_3-4.gat mapflag pvp
- pvp_y_3-5.gat mapflag pvp
- pvp_y_4-1.gat mapflag pvp
- pvp_y_4-2.gat mapflag pvp
- pvp_y_4-3.gat mapflag pvp
- pvp_y_4-4.gat mapflag pvp
- pvp_y_4-5.gat mapflag pvp
- pvp_y_5-1.gat mapflag pvp
- pvp_y_5-2.gat mapflag pvp
- pvp_y_5-3.gat mapflag pvp
- pvp_y_5-4.gat mapflag pvp
- pvp_y_5-5.gat mapflag pvp
- pvp_y_6-1.gat mapflag pvp
- pvp_y_6-2.gat mapflag pvp
- pvp_y_6-3.gat mapflag pvp
- pvp_y_6-4.gat mapflag pvp
- pvp_y_6-5.gat mapflag pvp
- pvp_y_7-1.gat mapflag pvp
- pvp_y_7-2.gat mapflag pvp
- pvp_y_7-3.gat mapflag pvp
- pvp_y_7-4.gat mapflag pvp
- pvp_y_7-5.gat mapflag pvp
- pvp_y_8-1.gat mapflag pvp
- pvp_y_8-2.gat mapflag pvp
- pvp_y_8-3.gat mapflag pvp
- pvp_y_8-4.gat mapflag pvp
- pvp_y_8-5.gat mapflag pvp
- pvp_n_1-1.gat mapflag pvp
- pvp_n_1-2.gat mapflag pvp
- pvp_n_1-3.gat mapflag pvp
- pvp_n_1-4.gat mapflag pvp
- pvp_n_1-5.gat mapflag pvp
- pvp_n_2-1.gat mapflag pvp
- pvp_n_2-2.gat mapflag pvp
- pvp_n_2-3.gat mapflag pvp
- pvp_n_2-4.gat mapflag pvp
- pvp_n_2-5.gat mapflag pvp
- pvp_n_3-1.gat mapflag pvp
- pvp_n_3-2.gat mapflag pvp
- pvp_n_3-3.gat mapflag pvp
- pvp_n_3-4.gat mapflag pvp
- pvp_n_3-5.gat mapflag pvp
- pvp_n_4-1.gat mapflag pvp
- pvp_n_4-2.gat mapflag pvp
- pvp_n_4-3.gat mapflag pvp
- pvp_n_4-4.gat mapflag pvp
- pvp_n_4-5.gat mapflag pvp
- pvp_n_5-1.gat mapflag pvp
- pvp_n_5-2.gat mapflag pvp
- pvp_n_5-3.gat mapflag pvp
- pvp_n_5-4.gat mapflag pvp
- pvp_n_5-5.gat mapflag pvp
- pvp_n_6-1.gat mapflag pvp
- pvp_n_6-2.gat mapflag pvp
- pvp_n_6-3.gat mapflag pvp
- pvp_n_6-4.gat mapflag pvp
- pvp_n_6-5.gat mapflag pvp
- pvp_n_7-1.gat mapflag pvp
- pvp_n_7-2.gat mapflag pvp
- pvp_n_7-3.gat mapflag pvp
- pvp_n_7-4.gat mapflag pvp
- pvp_n_7-5.gat mapflag pvp
- pvp_n_8-1.gat mapflag pvp
- pvp_n_8-2.gat mapflag pvp
- pvp_n_8-3.gat mapflag pvp
- pvp_n_8-4.gat mapflag pvp
- pvp_n_8-5.gat mapflag pvp
- pvp_2vs2.gat mapflag pvp
- pvp_y_1-1.gat mapflag pvp_noparty
- pvp_y_1-2.gat mapflag pvp_noparty
- pvp_y_1-3.gat mapflag pvp_noparty
- pvp_y_1-4.gat mapflag pvp_noparty
- pvp_y_1-5.gat mapflag pvp_noparty
- pvp_y_2-1.gat mapflag pvp_noparty
- pvp_y_2-2.gat mapflag pvp_noparty
- pvp_y_2-3.gat mapflag pvp_noparty
- pvp_y_2-4.gat mapflag pvp_noparty
- pvp_y_2-5.gat mapflag pvp_noparty
- pvp_y_3-1.gat mapflag pvp_noparty
- pvp_y_3-2.gat mapflag pvp_noparty
- pvp_y_3-3.gat mapflag pvp_noparty
- pvp_y_3-4.gat mapflag pvp_noparty
- pvp_y_3-5.gat mapflag pvp_noparty
- pvp_y_4-1.gat mapflag pvp_noparty
- pvp_y_4-2.gat mapflag pvp_noparty
- pvp_y_4-3.gat mapflag pvp_noparty
- pvp_y_4-4.gat mapflag pvp_noparty
- pvp_y_4-5.gat mapflag pvp_noparty
- pvp_y_5-1.gat mapflag pvp_noparty
- pvp_y_5-2.gat mapflag pvp_noparty
- pvp_y_5-3.gat mapflag pvp_noparty
- pvp_y_5-4.gat mapflag pvp_noparty
- pvp_y_5-5.gat mapflag pvp_noparty
- pvp_y_6-1.gat mapflag pvp_noparty
- pvp_y_6-2.gat mapflag pvp_noparty
- pvp_y_6-3.gat mapflag pvp_noparty
- pvp_y_6-4.gat mapflag pvp_noparty
- pvp_y_6-5.gat mapflag pvp_noparty
- pvp_y_7-1.gat mapflag pvp_noparty
- pvp_y_7-2.gat mapflag pvp_noparty
- pvp_y_7-3.gat mapflag pvp_noparty
- pvp_y_7-4.gat mapflag pvp_noparty
- pvp_y_7-5.gat mapflag pvp_noparty
- pvp_y_8-1.gat mapflag pvp_noparty
- pvp_y_8-2.gat mapflag pvp_noparty
- pvp_y_8-3.gat mapflag pvp_noparty
- pvp_y_8-4.gat mapflag pvp_noparty
- pvp_y_8-5.gat mapflag pvp_noparty
- pvp_n_1-1.gat mapflag pvp_noparty
- pvp_n_1-2.gat mapflag pvp_noparty
- pvp_n_1-3.gat mapflag pvp_noparty
- pvp_n_1-4.gat mapflag pvp_noparty
- pvp_n_1-5.gat mapflag pvp_noparty
- pvp_n_2-1.gat mapflag pvp_noparty
- pvp_n_2-2.gat mapflag pvp_noparty
- pvp_n_2-3.gat mapflag pvp_noparty
- pvp_n_2-4.gat mapflag pvp_noparty
- pvp_n_2-5.gat mapflag pvp_noparty
- pvp_n_3-1.gat mapflag pvp_noparty
- pvp_n_3-2.gat mapflag pvp_noparty
- pvp_n_3-3.gat mapflag pvp_noparty
- pvp_n_3-4.gat mapflag pvp_noparty
- pvp_n_3-5.gat mapflag pvp_noparty
- pvp_n_4-1.gat mapflag pvp_noparty
- pvp_n_4-2.gat mapflag pvp_noparty
- pvp_n_4-3.gat mapflag pvp_noparty
- pvp_n_4-4.gat mapflag pvp_noparty
- pvp_n_4-5.gat mapflag pvp_noparty
- pvp_n_5-1.gat mapflag pvp_noparty
- pvp_n_5-2.gat mapflag pvp_noparty
- pvp_n_5-3.gat mapflag pvp_noparty
- pvp_n_5-4.gat mapflag pvp_noparty
- pvp_n_5-5.gat mapflag pvp_noparty
- pvp_n_6-1.gat mapflag pvp_noparty
- pvp_n_6-2.gat mapflag pvp_noparty
- pvp_n_6-3.gat mapflag pvp_noparty
- pvp_n_6-4.gat mapflag pvp_noparty
- pvp_n_6-5.gat mapflag pvp_noparty
- pvp_n_7-1.gat mapflag pvp_noparty
- pvp_n_7-2.gat mapflag pvp_noparty
- pvp_n_7-3.gat mapflag pvp_noparty
- pvp_n_7-4.gat mapflag pvp_noparty
- pvp_n_7-5.gat mapflag pvp_noparty
- pvp_n_8-1.gat mapflag pvp_noparty
- pvp_n_8-2.gat mapflag pvp_noparty
- pvp_n_8-3.gat mapflag pvp_noparty
- pvp_n_8-4.gat mapflag pvp_noparty
- pvp_n_8-5.gat mapflag pvp_noparty
- pvp_y_1-1.gat mapflag nomemo
- pvp_y_1-2.gat mapflag nomemo
- pvp_y_1-3.gat mapflag nomemo
- pvp_y_1-4.gat mapflag nomemo
- pvp_y_1-5.gat mapflag nomemo
- pvp_y_2-1.gat mapflag nomemo
- pvp_y_2-2.gat mapflag nomemo
- pvp_y_2-3.gat mapflag nomemo
- pvp_y_2-4.gat mapflag nomemo
- pvp_y_2-5.gat mapflag nomemo
- pvp_y_3-1.gat mapflag nomemo
- pvp_y_3-2.gat mapflag nomemo
- pvp_y_3-3.gat mapflag nomemo
- pvp_y_3-4.gat mapflag nomemo
- pvp_y_3-5.gat mapflag nomemo
- pvp_y_4-1.gat mapflag nomemo
- pvp_y_4-2.gat mapflag nomemo
- pvp_y_4-3.gat mapflag nomemo
- pvp_y_4-4.gat mapflag nomemo
- pvp_y_4-5.gat mapflag nomemo
- pvp_y_5-1.gat mapflag nomemo
- pvp_y_5-2.gat mapflag nomemo
- pvp_y_5-3.gat mapflag nomemo
- pvp_y_5-4.gat mapflag nomemo
- pvp_y_5-5.gat mapflag nomemo
- pvp_y_6-1.gat mapflag nomemo
- pvp_y_6-2.gat mapflag nomemo
- pvp_y_6-3.gat mapflag nomemo
- pvp_y_6-4.gat mapflag nomemo
- pvp_y_6-5.gat mapflag nomemo
- pvp_y_7-1.gat mapflag nomemo
- pvp_y_7-2.gat mapflag nomemo
- pvp_y_7-3.gat mapflag nomemo
- pvp_y_7-4.gat mapflag nomemo
- pvp_y_7-5.gat mapflag nomemo
- pvp_y_8-1.gat mapflag nomemo
- pvp_y_8-2.gat mapflag nomemo
- pvp_y_8-3.gat mapflag nomemo
- pvp_y_8-4.gat mapflag nomemo
- pvp_y_8-5.gat mapflag nomemo
- pvp_n_1-1.gat mapflag nomemo
- pvp_n_1-2.gat mapflag nomemo
- pvp_n_1-3.gat mapflag nomemo
- pvp_n_1-4.gat mapflag nomemo
- pvp_n_1-5.gat mapflag nomemo
- pvp_n_2-1.gat mapflag nomemo
- pvp_n_2-2.gat mapflag nomemo
- pvp_n_2-3.gat mapflag nomemo
- pvp_n_2-4.gat mapflag nomemo
- pvp_n_2-5.gat mapflag nomemo
- pvp_n_3-1.gat mapflag nomemo
- pvp_n_3-2.gat mapflag nomemo
- pvp_n_3-3.gat mapflag nomemo
- pvp_n_3-4.gat mapflag nomemo
- pvp_n_3-5.gat mapflag nomemo
- pvp_n_4-1.gat mapflag nomemo
- pvp_n_4-2.gat mapflag nomemo
- pvp_n_4-3.gat mapflag nomemo
- pvp_n_4-4.gat mapflag nomemo
- pvp_n_4-5.gat mapflag nomemo
- pvp_n_5-1.gat mapflag nomemo
- pvp_n_5-2.gat mapflag nomemo
- pvp_n_5-3.gat mapflag nomemo
- pvp_n_5-4.gat mapflag nomemo
- pvp_n_5-5.gat mapflag nomemo
- pvp_n_6-1.gat mapflag nomemo
- pvp_n_6-2.gat mapflag nomemo
- pvp_n_6-3.gat mapflag nomemo
- pvp_n_6-4.gat mapflag nomemo
- pvp_n_6-5.gat mapflag nomemo
- pvp_n_7-1.gat mapflag nomemo
- pvp_n_7-2.gat mapflag nomemo
- pvp_n_7-3.gat mapflag nomemo
- pvp_n_7-4.gat mapflag nomemo
- pvp_n_7-5.gat mapflag nomemo
- pvp_n_8-1.gat mapflag nomemo
- pvp_n_8-2.gat mapflag nomemo
- pvp_n_8-3.gat mapflag nomemo
- pvp_n_8-4.gat mapflag nomemo
- pvp_n_8-5.gat mapflag nomemo
- pvp_2vs2.gat mapflag nomemo
- pvp_y_1-1.gat mapflag noteleport
- pvp_y_1-2.gat mapflag noteleport
- pvp_y_1-3.gat mapflag noteleport
- pvp_y_1-4.gat mapflag noteleport
- pvp_y_1-5.gat mapflag noteleport
- pvp_y_2-1.gat mapflag noteleport
- pvp_y_2-2.gat mapflag noteleport
- pvp_y_2-3.gat mapflag noteleport
- pvp_y_2-4.gat mapflag noteleport
- pvp_y_2-5.gat mapflag noteleport
- pvp_y_3-1.gat mapflag noteleport
- pvp_y_3-2.gat mapflag noteleport
- pvp_y_3-3.gat mapflag noteleport
- pvp_y_3-4.gat mapflag noteleport
- pvp_y_3-5.gat mapflag noteleport
- pvp_y_4-1.gat mapflag noteleport
- pvp_y_4-2.gat mapflag noteleport
- pvp_y_4-3.gat mapflag noteleport
- pvp_y_4-4.gat mapflag noteleport
- pvp_y_4-5.gat mapflag noteleport
- pvp_y_5-1.gat mapflag noteleport
- pvp_y_5-2.gat mapflag noteleport
- pvp_y_5-3.gat mapflag noteleport
- pvp_y_5-4.gat mapflag noteleport
- pvp_y_5-5.gat mapflag noteleport
- pvp_y_6-1.gat mapflag noteleport
- pvp_y_6-2.gat mapflag noteleport
- pvp_y_6-3.gat mapflag noteleport
- pvp_y_6-4.gat mapflag noteleport
- pvp_y_6-5.gat mapflag noteleport
- pvp_y_7-1.gat mapflag noteleport
- pvp_y_7-2.gat mapflag noteleport
- pvp_y_7-3.gat mapflag noteleport
- pvp_y_7-4.gat mapflag noteleport
- pvp_y_7-5.gat mapflag noteleport
- pvp_y_8-1.gat mapflag noteleport
- pvp_y_8-2.gat mapflag noteleport
- pvp_y_8-3.gat mapflag noteleport
- pvp_y_8-4.gat mapflag noteleport
- pvp_y_8-5.gat mapflag noteleport
- pvp_n_1-1.gat mapflag noteleport
- pvp_n_1-2.gat mapflag noteleport
- pvp_n_1-3.gat mapflag noteleport
- pvp_n_1-4.gat mapflag noteleport
- pvp_n_1-5.gat mapflag noteleport
- pvp_n_2-1.gat mapflag noteleport
- pvp_n_2-2.gat mapflag noteleport
- pvp_n_2-3.gat mapflag noteleport
- pvp_n_2-4.gat mapflag noteleport
- pvp_n_2-5.gat mapflag noteleport
- pvp_n_3-1.gat mapflag noteleport
- pvp_n_3-2.gat mapflag noteleport
- pvp_n_3-3.gat mapflag noteleport
- pvp_n_3-4.gat mapflag noteleport
- pvp_n_3-5.gat mapflag noteleport
- pvp_n_4-1.gat mapflag noteleport
- pvp_n_4-2.gat mapflag noteleport
- pvp_n_4-3.gat mapflag noteleport
- pvp_n_4-4.gat mapflag noteleport
- pvp_n_4-5.gat mapflag noteleport
- pvp_n_5-1.gat mapflag noteleport
- pvp_n_5-2.gat mapflag noteleport
- pvp_n_5-3.gat mapflag noteleport
- pvp_n_5-4.gat mapflag noteleport
- pvp_n_5-5.gat mapflag noteleport
- pvp_n_6-1.gat mapflag noteleport
- pvp_n_6-2.gat mapflag noteleport
- pvp_n_6-3.gat mapflag noteleport
- pvp_n_6-4.gat mapflag noteleport
- pvp_n_6-5.gat mapflag noteleport
- pvp_n_7-1.gat mapflag noteleport
- pvp_n_7-2.gat mapflag noteleport
- pvp_n_7-3.gat mapflag noteleport
- pvp_n_7-4.gat mapflag noteleport
- pvp_n_7-5.gat mapflag noteleport
- pvp_n_8-1.gat mapflag noteleport
- pvp_n_8-2.gat mapflag noteleport
- pvp_n_8-3.gat mapflag noteleport
- pvp_n_8-4.gat mapflag noteleport
- pvp_n_8-5.gat mapflag noteleport
- pvp_2vs2.gat mapflag noteleport
- pvp_y_1-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_1-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_1-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_1-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_1-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_2-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_2-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_2-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_2-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_2-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_3-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_3-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_3-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_3-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_3-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_4-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_4-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_4-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_4-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_4-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_5-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_5-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_5-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_5-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_5-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_6-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_6-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_6-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_6-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_6-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_7-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_7-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_7-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_7-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_7-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_8-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_8-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_8-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_8-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_y_8-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_1-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_1-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_1-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_1-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_1-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_2-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_2-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_2-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_2-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_2-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_3-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_3-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_3-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_3-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_3-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_4-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_4-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_4-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_4-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_4-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_5-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_5-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_5-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_5-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_5-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_6-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_6-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_6-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_6-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_6-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_7-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_7-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_7-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_7-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_7-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_8-1.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_8-2.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_8-3.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_8-4.gat mapflag nosave prt_are_in.gat,100,80
- pvp_n_8-5.gat mapflag nosave prt_are_in.gat,100,80
- pvp_2vs2.gat mapflag nosave prt_are_in.gat,100,80
|