Jump to content
  • 0

[ASK] Woe Warper Script2


onli0721

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  08/16/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

thx sir!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...