Kaito Kid Posted November 29, 2012 Posted November 29, 2012 Okay, I just found it today.... My server have maks lv 255 and novice also can going into 255 lv i am using default jobmaster from rathena https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/jobmaster.txt and if my player have a novice at 255 then he change it into baby novice job They will have lv 255 stats point (not reseted/have more than 4000 SP extra) Then i do this: Search this code if (.@i==4001 || .@i==4023) resetlvl(1); specialeffect2 338; specialeffect2 432; Then insert script reset command between it if (.@i==4001 || .@i==4023) resetlvl(1); atcommand "@reset"; specialeffect2 338; specialeffect2 432; I hope someone or rathena can fix it.... thanks Sorry for my english Quote
GM Takumirai Posted November 29, 2012 Posted November 29, 2012 - can't reproduce maybe i need to be level 255.. not working in default level.. Quote
GmOcean Posted November 29, 2012 Posted November 29, 2012 Well, there isn't a problem with the script. The command ' resetlvl(1) ' should have resetted everything... So maybe it's something else. Are you sure that the NPC your talking to, to jobchange is the one you listed? Quote
Kaito Kid Posted November 29, 2012 Author Posted November 29, 2012 Yes... I am already check it first.... i got extra point's when i turn my 255 novice into a baby novice job... Quote
Question
Kaito Kid
Okay, I just found it today....
My server have maks lv 255
and novice also can going into 255 lv
i am using default jobmaster from rathena
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/jobmaster.txt
and if my player have a novice at 255 then he change it into baby novice job
They will have lv 255 stats point (not reseted/have more than 4000 SP extra)
Then i do this:
Search this code
Then insert script reset command between it
I hope someone or rathena can fix it.... thanks
Sorry for my english
3 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.