DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 550 forks source link

Promathia fight - 2nd form caps at level 85 #6410

Open SirGouki opened 4 years ago

SirGouki commented 4 years ago

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.

TeoTwawki commented 4 years ago

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.