rafieazri Posted November 5, 2012 Posted November 5, 2012 I need script for woe 2nd class only from knight(7) to dancer(20). thanks Quote
0 St1ng Posted May 11, 2020 Posted May 11, 2020 On 11/5/2012 at 4:20 PM, Emistry said: @Emistry Can i include item restrictions here too? with an array? or i need to use a separate script for it. https://rathena.org/board/index.php?/files/file/2496-%7B?%7D/ Quote
Dastgir Posted November 5, 2012 Posted November 5, 2012 - script SecondWoe -1,{ OnPCLoadMapEvent: if (strcharinfo(3)!="mapname") end; if (Class>6 && Class< 21) end; else { dispbottom "Only 2nd Job Allowed."; warp "savepoint",0,0; } } mapname mapflag loadevent change mapname with any castle map. EDIT: If there is same castle map available to all jobs in different time, then it will not allow them to enter, then add a time check in the script. Hope you understand. Btw you posted on wrong section.Correct Section = Script Requests 1 Quote
Emistry Posted November 5, 2012 Posted November 5, 2012 you can try this too.. https://rathena.org/board/index.php?/files/file/2496-%7B?%7D/ 1 Quote
Question
rafieazri
I need script for woe 2nd class only from knight(7) to dancer(20). thanks
4 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.