DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz

Home Page:https://github.com/project-topaz/topaz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Promathia fight - 2nd form caps at level 85

SirGouki opened this issue · comments

I have:

  • searched existing issues (http://github.com/darkstarproject/darkstar/issues/) to see if the issue I am posting has already been addressed or opened by another contributor
  • 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.

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.