Issue information

Issue ID
#6101
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 24, 2012 12:00
Last Post
Hercules Elf Bot
Jun 26, 2012 4:54
Confirmation
N/A

Hercules Elf Bot - Jun 24, 2012 12:00

Originally posted by [b]Brynner[/b]
if you are novice with job level 10. you will get 9 skill points. after you choose to change job on baby novice. it will change you into novice and the job level will be back to level 1. but the skill points still remain. for you to have a change job. you must consume all skill points. but you have no more choices where to put that 9 extra points.

Hercules Elf Bot - Jun 24, 2012 15:58

Originally posted by [b]Mysterious[/b]
Are you referring to the default job changer? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/jobmaster.txt

Hercules Elf Bot - Jun 24, 2012 16:05

Originally posted by [b]Brynner[/b]
yah.

Hercules Elf Bot - Jun 24, 2012 16:57

Originally posted by [b]Matheus[/b]
On line 103, after resetlvl(1); (before the } ), try press enter and put this:
[code]set SkillPoint, 0;[/code]

This post has been edited by Matheus on Jun 24, 2012 17:01

Hercules Elf Bot - Jun 24, 2012 17:34

Originally posted by [b]Brynner[/b]
[quote name='Matheus' timestamp='1340557038' post='11166']
On line 103, after resetlvl(1); (before the } ), try press enter and put this:[code]set SkillPoint, 0;[/code]
[/quote]

thanks. but i hope this will be added for the next revision.

Hercules Elf Bot - Jun 24, 2012 18:44

Originally posted by [b]Matheus[/b]
Fixed in [rev='16340']

Hercules Elf Bot - Jun 24, 2012 19:29

Originally posted by [b]Brynner[/b]
thanks

Hercules Elf Bot - Jun 24, 2012 21:18

Originally posted by [b]Brynner[/b]
still not fixed.

Hercules Elf Bot - Jun 24, 2012 21:40

Originally posted by [b]Matheus[/b]
The skill points is 0, this is not the objective ? If not, try put this: resetskill(); before this and delete 'set SkillPoint, 0':
[code]resetlvl(1);
set SkillPoint, 0;[/code]Is gonna be look like this:
[code]resetskill();
resetlvl(1);
[/code]Is that what are trying to say ?

This post has been edited by Matheus on Jun 24, 2012 21:45

Hercules Elf Bot - Jun 25, 2012 4:06

Originally posted by [b]Brynner[/b]
[quote name='Matheus' timestamp='1340574026' post='11184']
The skill points is 0, this is not the objective ? If not, try put this: resetskill(); before this and delete 'set SkillPoint, 0':[code]resetlvl(1);set SkillPoint, 0;[/code]Is gonna be look like this:[code]resetskill();resetlvl(1);[/code]Is that what are trying to say ?
[/quote]

i hope the fix would be added to the latest revision because its a bug and not yet resolve.

Hercules Elf Bot - Jun 25, 2012 16:08

Originally posted by [b]Brynner[/b]
bump for this.

Hercules Elf Bot - Jun 25, 2012 20:46

Originally posted by [b]Euphy[/b]
Fixed in [rev=16347].

Hercules Elf Bot - Jun 26, 2012 4:54

Originally posted by [b]Brynner[/b]
thanks Euphy it works now. unlike on the 1st fixed.