Issue information

Issue ID
#7243
Status
Fixed
Severity
None
Started
Judas
May 15, 2013 3:32
Last Post
Judas
May 15, 2013 23:22
Confirmation
N/A

Judas - May 15, 2013 3:32

Should Raising dragon give 15 spheres at max level. It seems that it only is giving out 10 spheres at max level?

Megasantos - May 15, 2013 4:24

Yes, just change this.
[code=auto:0] #define MAX_SKILL_LEVEL 10 [/code]
for

[code=auto:0] #define MAX_SKILL_LEVEL 100 [/code]

Ind - May 15, 2013 22:25

that is a horrible fix, you're not getting 100 spheres so you're wasting 4*85 bytes per character. I'll add a new limitation so the max can be adjusted in a separate define

Ind - May 15, 2013 22:29

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/92412472c78d431a4d77637f43dd28365d849d42"]https://github.com/HerculesWS/Hercules/commit/92412472c78d431a4d77637f43dd28365d849d42[/url]
Thank you all

Judas - May 15, 2013 23:22

xD thanks ind,