Jump to content
  • 0

A bug on Rathena Jobmaster script? (overstats on baby job's)


Kaito Kid

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

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 /ok

Sorry for my english /panic

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

- can't reproduce maybe i need to be level 255..

not working in default level..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

Yes... I am already check it first.... i got extra point's when i turn my 255 novice into a baby novice job...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...