HomepointXI / Issues

4 stars 8 forks source link

Eminent sickle won't equip on all jobs listed on item description (WAR BLM DRK BST), only equips on DRK #450

Closed gosroth1 closed 3 years ago

gosroth1 commented 4 years ago

Date & Time: 8-28-20 08:00

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

Character Name: Gosroth

Discord Name (if different from in game): gosroth1

Nation: Sandy

Job(level)/Sub Job(level): 99war/45sam

NPC or Monster or item Name: Eminent sicle

Zone name: Gustav tunnel

Coordinates (use !where): X:-17, Y:-9, Z:141

Item tool link (for items issues only): http://www.homepointxi.com/db/items/20908/eminent_sickle

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

Steps to reproduce:

Any additional information: Weapon in game says WAR can use it. Homepoint item page says DRK only.

EpicTaru commented 4 years ago

image

Jobs value in item_armor_custom.sql is incorrectly set for DRK only (value 128):

REPLACE INTO item_armor VALUES (20908,'eminent_sickle',99,117,128,393,0,0,1,0);

This needs adjusted to be for WAR BLM DRK BST (value 393):

REPLACE INTO item_armor VALUES (20908,'eminent_sickle',99,117,393,393,0,0,1,0);

EpicTaru commented 3 years ago

image

image

This issue was resolved in yesterday's maintenance. Please open a new ticket should this issue re-occur.