Chaotic Potential
i was going though the code working on a magelo clone and i noticed my hp on the clone where not showing up right in game then i did a show stats and boom there where the stats so i started looking though them in the code and what do you know..
Chaotic Potential as not being calculated into the getmaxstat() setting.. i set this but have not tested works in the clone though.' client_mods.cpp Code:
sint16 Client::GetMaxStat() const { |
noted also that the stats for anyone over lvl 71 are not right also..
according to the char sheet. without aas the max stat is 330 so that would make the new getmaxstat read like so. Code:
sint16 Client::GetMaxStat() const { |
Titanium only goes to level 70, so maybe only custom code would need higher calcs.
|
I think the Chaotic Potential AA just doesn't work at all. But, since the client can buy it, it thinks that it is working and calculates the HPs as if it did work. But, if you do a #showstats, it will show you the actual HPs, which from what I have seen proves that it isn't working.
Also, food doesn't seem to add any stats, even though the client calculates it as if it was adding HPs etc. I have heard that KMRA and maybe a couple of other servers have fixed some of the issues with the level 71+ stats, but I haven't seen anywhere that they are sharing the code. And, I don't have the time to level past 70 there to test it. The stats not showing up properly, because of skills rolling over is one of the main issues I have on my server for characters who are over level 70. The only other issue I am aware of is that everytime someone with level 71 or higher spells zones, all of their 71+ spells get removed from their spellbook. I had to add the #scribespells command so everyone can access it as a temporary work around for this. Though, I would love a better solution for these 2 issues :) |
Quote:
now i could be wrong and the actual math is somewhere else and its only visual with #showstats but i did not find any code anywhere saying otherwise so thats what i got in there.. if im wrong sorry for wasting everyones time with it but was trying to help atlest. |
All times are GMT -4. The time now is 07:17 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.