Jump to content
  • 0

Toasty WoE for Baby


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Does toatsy'e WoE controller able to make baby woe script?

http://rathena.org/board/topic/57377-toastys-woe-controller/page__st__20

Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/29/12
  • Last Seen:  

yes you can .

and you can add a condition inside OnPCLoadMapEvent to check job

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

how?? more explaination please

which map is the novice castle?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/29/12
  • Last Seen:  

OnPCLoadMapEvent:

if(.state && .notify_woe) {

getmapxy(.@map$, .@x, .@y, 0);

set .@region, getd(".loadmap_region_" + .@map$) - 1;

if(.@region >= 0) {

if(Upper!=2){

warp "SavePoint",0,0;

dispbottom "Only baby job can entry into Woe map!";

end;

}

set .@castleIndex, getd(".loadmap_castleIndex_" + .@map$);

if(getd(".woe_state_" + .woe_state[.woe_index] + "[" + .@region + "]") & 1 << .@castleIndex)

...............................................................

}

}

end;

Edited by pqrk
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

just chg this then it would be baby woe script already?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/29/12
  • Last Seen:  

just chg this then it would be baby woe script already?

yes , I add a limit except baby job can't entry the woe map

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

ok tq

just chg this then it would be baby woe script already?

yes , I add a limit except baby job can't entry the woe map

Does toatsy'e WoE controller able to make trans classes woe script too?

Edited by Arcenciel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  06/29/12
  • Last Seen:  

Does toatsy'e WoE controller able to make trans classes woe script too?

just change if(Upper!=2) to if(Upper!=1 || Class >= JOB_RUNE_KNIGHT)

Edited by pqrk
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Does toatsy'e WoE controller able to make trans classes woe script too?

just change if(Upper!=2) to if(Upper!=1 || Class >= JOB_RUNE_KNIGHT)

why 3rd jobs players are able to go in the woe although i set it available for 2nd classes only? but im GM and i used 3rd job classes to go in and it will auto warp me back to hometown.. why the script just warp me to the hometown? but why others stil able to play inside there??

bumpp

Edited by donkeyg
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/18/12
  • Last Seen:  

emergency call make them bypass the script perhaps

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

emergency call make them bypass the script perhaps

how?

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