Jump to content
  • 0

[ASK] Woe Warper Script2


Question

Posted (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 by onli0721

5 answers to this question

Recommended Posts

Posted (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 by Sperm
Posted

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

Posted

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 ^^

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...