onli0721 Posted August 21, 2012 Posted August 21, 2012 (edited) Posted 28 May 2012 - 12:01 AM Hello rAthena can i request for a woe warper script ? it has a pub displaying what castle on the woe is on like this, WoE : Kriemhlid/Nuernberg[ ON ] also if woe is not on the pub will say WoE : Off. My WoE Schedule • Monday 7-8PM Kriemhild ( warp : prt_gld 132 64 ) and Nuernberg ( warp : alde_gld 142 83 ) • Tuesday 7-8PM Holy Shadow ( warp : pay_gld 317 293 ) and Yesnelph ( warp:gef_fild13 143 240 ) • Wednesday 7-8PM Kriemhild ( warp : prt_gld 132 64 ) and Nuernberg ( warp : alde_gld 142 83 ) • Thursday 7-8PM Holy Shadow ( warp : pay_gld 317 293 )and Yesnelph ( warp:gef_fild13 143 240 ) • Friday 7-8PM Kriemhild ( warp prt_gld 132 64 ) and Nuernberg ( warp : alde_gld 142 83 ) • Sat 7-9PM Holy Shadow ( warp : pay_gld 317 293 ) and Yesnelph ( warp:gef_fild13 143 240 ) • Sun 7-9PM Kriemhild ( warp sch_gld : 293 93 ) and Holy Shadow ( warp : pay_gld 317 293 ) Thanks So Much Edited August 21, 2012 by onli0721 Quote
Santino Posted August 21, 2012 Posted August 21, 2012 (edited) You can use Toasty's woe controller --> here And to edit the warp coordinates Just find this lines: switch(@menu) { case 1: //warp mes "Which region would you like to warp to?"; next; select(.region_warp$[.woe_state[.woe_index]]); if(@menu < 1 || @menu > .num_regions) close; close2; warp .region_maps$[@menu - 1], .region_x[@menu - 1], .region_y[@menu - 1]; end; and replace with this: switch(@menu) { case 1: //warp mes "[WoE Warper]"; mes "Which castle would you like to warp to?"; next; menu "Kriemhild",-,"Fadhgridh",-,"Holy Shadow",-,"Sacred Altar",-; // Edit this part to add more castles. if(@menu==1) warp "prt_gld",138,65; // menu==1 is Kriemhild if(@menu==2) warp "prt_gld",153,136; //Fadhgridh if(@menu==3) warp "pay_gld",318,293; //Holy Shadow if(@menu==4) warp "pay_gld",140,160; //And so on, just follow the format close; end; Edited August 21, 2012 by Sperm Quote
Rjhay Posted August 21, 2012 Posted August 21, 2012 Did you already tried using Toasty's WoE Controller? It does have that kind of function, but It won't put WoE : Name of the Castle [ON/OFF] instead, WoE End : 59:59:59 , and it's like that. You can also change the WoE times/castles open per day. If you're still interested with that WoE Controller, here's the URL . http://pastebin.com/PBbxU80C Quote
onli0721 Posted August 21, 2012 Author Posted August 21, 2012 hello rA Can i ask again for woe warper?.. but i just want like this: WoE Warper - (emperium) Which region would you like to warp to? Kriemhild Nuenburg Holy Shadow Yesnelph they will choose one and then warp thx ^^ Quote
Emistry Posted August 21, 2012 Posted August 21, 2012 switch( select("Map 1:Map 2:Map 3:Map 4") ){ Case 1: warp "map1",x,y; break; Case 2: warp "map2",x,y; break; Case 3: warp "map3",x,y; break; Case 4: warp "map4",x,y; break; } end; swt...isnt you already got a similar script here ? http://rathena.org/board/topic/69826-ask-woe-warper-script/page__p__132145#entry132145 Quote
Question
onli0721
Posted 28 May 2012 - 12:01 AM
Hello rAthena
can i request for a woe warper script ?
it has a pub displaying what castle on the woe is on like this, WoE : Kriemhlid/Nuernberg[ ON ]
also if woe is not on the pub will say WoE : Off.
My WoE Schedule
• Monday 7-8PM Kriemhild ( warp : prt_gld 132 64 ) and Nuernberg ( warp : alde_gld 142 83 )
• Tuesday 7-8PM Holy Shadow ( warp : pay_gld 317 293 ) and Yesnelph ( warp:gef_fild13 143 240 )
• Wednesday 7-8PM Kriemhild ( warp : prt_gld 132 64 ) and Nuernberg ( warp : alde_gld 142 83 )
• Thursday 7-8PM Holy Shadow ( warp : pay_gld 317 293 )and Yesnelph ( warp:gef_fild13 143 240 )
• Friday 7-8PM Kriemhild ( warp prt_gld 132 64 ) and Nuernberg ( warp : alde_gld 142 83 )
• Sat 7-9PM Holy Shadow ( warp : pay_gld 317 293 ) and Yesnelph ( warp:gef_fild13 143 240 )
• Sun 7-9PM Kriemhild ( warp sch_gld : 293 93 ) and Holy Shadow ( warp : pay_gld 317 293 )
Thanks So Much
Edited by onli07215 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.