But now what I need is another item script that works similar, except instead of a third class, i want it to changes the player's appearance into it's second job. I.e: Lord knight that wear this suit gets the appearance of a knight.
Original (working) script for trans to third class appearance:
Question
HristDead
Hello rAthena
I am using this script and it works perfectly.
But now what I need is another item script that works similar, except instead of a third class, i want it to changes the player's appearance into it's second job. I.e: Lord knight that wear this suit gets the appearance of a knight.
Original (working) script for trans to third class appearance:
{ if(roclass(eaclass()|EAJL_UPPER)) changebase roclass(eaclass()|EAJL_THIRD); },{},{ if(roclass(eaclass()|EAJL_THIRD)) changebase roclass(eaclass()|EAJL_UPPER); }
Other (not working) script. It gave me an error of class -1 not exist or something.. :
{ if(roclass(eaclass()|EAJL_UPPER)) changebase roclass(eaclass()|EAJL_2); },{},{ if(roclass(eaclass()|EAJL_2)) changebase roclass(eaclass()|EAJL_UPPER); }
__________________
What exactly did I do wrong? Thanks a lot
Edited by HristDead4 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.