You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
checked the commit log to see if my issue has been resolved since my server was last updated
Client Version (type /ver in game) :
Source Branch (master/stable) : master (presumably other branches, too).
Additional Information (Steps to reproduce/Expected behavior) :
The second form of Promathia's fight incorrectly caps you at 85, this was tested with Cocosolos while attempting to fix the bug that causes ya client crash when attempting to cast anything other than a form of Raise on Prishe while she is KO'd
Expected behavior: The cap was removed a long time ago for both forms. Tested this on Retail just to make sure, there is no level cap for either form of this fight. Entering the battlefield should still drop all current buffs and despawn trusts as normal.
The text was updated successfully, but these errors were encountered:
there's a setting that strips caps. the sql table maintains the old caps pre-adjustment so they can turn on and off (because its tedious af for every new "oldschool" server to track down and re-add all these values from outdated wiki histories).
how-frikkin-ever I don't know that it ever had a 85 cap. that was old 75 cap content. it probably had a "cap at max level" (we would use 99 here, would be 75 back in the day) in for the sole purpose of stripping buffs and TP on entry. So change that value to 99 and call it a day is my suggestion.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have:
Client Version (type
/ver
in game) :Source Branch (master/stable) : master (presumably other branches, too).
Additional Information (Steps to reproduce/Expected behavior) :
The second form of Promathia's fight incorrectly caps you at 85, this was tested with Cocosolos while attempting to fix the bug that causes ya client crash when attempting to cast anything other than a form of Raise on Prishe while she is KO'd
Expected behavior: The cap was removed a long time ago for both forms. Tested this on Retail just to make sure, there is no level cap for either form of this fight. Entering the battlefield should still drop all current buffs and despawn trusts as normal.
The text was updated successfully, but these errors were encountered: