Kaito Kid Posted November 29, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 102 Reputation: 4 Joined: 12/05/11 Last Seen: July 1, 2013 Share 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 Link to comment Share on other sites More sharing options...
GM Takumirai Posted November 29, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted November 29, 2012 - can't reproduce maybe i need to be level 255.. not working in default level.. Quote Link to comment Share on other sites More sharing options...
GmOcean Posted November 29, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share 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 Link to comment Share on other sites More sharing options...
Kaito Kid Posted November 29, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 102 Reputation: 4 Joined: 12/05/11 Last Seen: July 1, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.