-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have 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
Homunculus Re-sync with kro Tables and Updates[missing updates] #8114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General cleanup to reduce repeated code.
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
…hena into base-homun-cooldown # Conflicts: # src/map/skill.cpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the homunculus cooldowns have been fixed in 3908b0e, the related changes can be removed from here
When I get some time I'll take a look Edit-> Done! |
Why did you close it? |
because it have a lot of conflicts with main branch now |
[07/07/11]
updating renewal homunculus stats formulas [Newer Formulas are based on it with little changes]
according to
http://ww4.enjoy.ne.jp/~to4/R/hom.html
https://irowiki.org/wiki/Homunculus_System
Added Updt [March 3, 2019]
according to ->
https://www.divine-pride.net/forum/index.php?/topic/3723-kro-jobs-improvement-project/&do=findComment&comment=5516
Newer Growthing Tables -> [May 27, 2020]
according to:
https://www.divine-pride.net/forum/index.php?/topic/3723-kro-jobs-improvement-project/&do=findComment&comment=7644
https://ro.gnjoy.com/news/notice/View.asp?BBSMode=10001&seq=7288&curpage=33
ToDo->
Added most aproximated value for Homun_F_Tablet
according to -> https://www.youtube.com/watch?v=DUJzfcSPnRI
[BugFix~]Homun SP e Max SP always showed with 100 value when you reach 32k+ SP, packet and cliend actually supports higher values then INT16_MAX, capping to INT32_MAX/100 now