Kro Super Novice Update
Ragnarok Online Japan. Ragnarok Online เป็นเกม MMORPG มุมมองบุคคลที่สามจากด้านเฉียงบน ระบบกึ่งสามมิติ.
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Feb 24, 2016
Trimble business center free download. Although the script show something similar to lv 99+ , is down to higher levels . status.c |
commented Feb 24, 2016
Well, |
commented Feb 24, 2016
Well, if you notice , our MAX_LEVEL today is 175 , so it would not be the problem . #define MAX_LEVEL 175 |
commented Feb 24, 2016
I intentionally did it like that (if you use the official max HP/SP tables) because that's how it works on official servers, so this is working as intended. Official servers just do it via HP/SP tables and adjust them whenever the max level is increased. We should do that too, at least when the define HP_SP_TABLES is set. When we start supporting a higher max level by default, we should update the HP/SP tables accordingly. |
commented Feb 25, 2016
Update: Actually it seems that on some official servers SN get +2000 HP on level 99+ and additional +2000 HP at max level. =o I can't confirm it but people from bRO showed me screenshots. Also according to Calc: Conclusion: The bonus at max level always comes from the HP/SP table increase, but in renewal there also seems to be a hard-coded +2000 HP bonus at level 99+ which is not affected by VIT. But my information actually shows: Hmmm.. |
commented Feb 26, 2016
Update: It seems that when they raised the max level from 150 to 160, they removed the +2000 HP from the base HP table again. Probably was hardcoded in the end. |
commented Apr 16, 2016 • edited
edited
Ragnarok Super Novice Guide
As we don't have any means to test it on a server with max level above 150 and I'm updating the HP/SP values anyway, I'll fix this at the same time. For now it'll be solved via HP/SP tables if available and otherwise there will be a fixed hardcoded bonus. Bonus will be at level 99 an 150. |