Closed gosroth1 closed 3 years ago
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);
This issue was resolved in yesterday's maintenance. Please open a new ticket should this issue re-occur.
Date & Time: 8-28-20 08:00
Client Version (use
/ver
in game):30191204_01Character 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:141Item 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.