HomepointXI / Issues

4 stars 8 forks source link

Stinger helm +1 missing Unity boost #486

Closed PunchdrunkXI closed 3 years ago

PunchdrunkXI commented 3 years ago

Date & Time: 3rd of January 2021. 9.15pm

Client Version (use /ver in game):30191204_1

Character Name:Punchdrunk

Discord Name (if different from in game):

Nation:Bastok

Job(level)/Sub Job(level):Drk99/Sam49

NPC or Monster or item Name:Stinger helm +1

Zone name:

Coordinates (use !where):

Item tool link (for items issues only):http://homepointxi.com/db/items/26732/stinger_helm_+1

Multi-boxing? (multiple clients on same connection):Yes

Steps to reproduce:

Any additional information: Unity Ranking states STR +3~8 but isn't working

EpicTaru commented 3 years ago

Historically, for any other items that are available here that have Unity Ranking values, until the Unity Concord system is coded, the items are given the maximum value of the Unity Ranking. In this case, this item needs to have a STR+ mod value of +8 added to it (on top of the STR+25 on the item itself)

Heep/Immo, in item_mods.sql, just need to adjust the following line:

INSERT INTOitem_modsVALUES (26732,8,25); needs adjusted to: INSERT INTOitem_modsVALUES (26732,8,33); -- Item STR+25 plus Unity Ranking: STR+8

EpicTaru commented 3 years ago

Fixed in maintenance prior to most recent.