donkeyg Posted July 1, 2012 Posted July 1, 2012 Does toatsy'e WoE controller able to make baby woe script? http://rathena.org/board/topic/57377-toastys-woe-controller/page__st__20 Quote
pqrk Posted July 1, 2012 Posted July 1, 2012 yes you can . and you can add a condition inside OnPCLoadMapEvent to check job Quote
donkeyg Posted July 1, 2012 Author Posted July 1, 2012 how?? more explaination please which map is the novice castle? Quote
pqrk Posted July 1, 2012 Posted July 1, 2012 (edited) 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 July 1, 2012 by pqrk Quote
donkeyg Posted July 1, 2012 Author Posted July 1, 2012 just chg this then it would be baby woe script already? Quote
pqrk Posted July 1, 2012 Posted July 1, 2012 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 Quote
donkeyg Posted July 3, 2012 Author Posted July 3, 2012 (edited) 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 July 10, 2012 by Arcenciel Quote
pqrk Posted July 3, 2012 Posted July 3, 2012 (edited) 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 July 3, 2012 by pqrk Quote
donkeyg Posted July 11, 2012 Author Posted July 11, 2012 (edited) 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 July 10, 2012 by donkeyg Quote
Chickz Posted July 11, 2012 Posted July 11, 2012 emergency call make them bypass the script perhaps Quote
donkeyg Posted July 12, 2012 Author Posted July 12, 2012 emergency call make them bypass the script perhaps how? Quote
Question
donkeyg
Does toatsy'e WoE controller able to make baby woe script?
http://rathena.org/board/topic/57377-toastys-woe-controller/page__st__20
10 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.