Closed DavideRei closed 7 months ago
I can confirm that bug because the onTick not ticking for items so ItemHitpointsUpdate not working at all. Also if the item not created with CAN=can_i_damageable canmask at the beginning, it doesn't trigger ItemHitpointsUpdate even once. Probably the issue is same with CAN_O_NOSLEEP (https://github.com/Sphereserver/Source-X/issues/1097) not working after the server reboot while both of them working on worldticker thread.
fixed with #1198
// Time in seconds for Hitpoints update on the item status bar. // Only for clients 7.0.30+ and items with CAN or CANMASK & CAN_I_DAMAGEABLE ItemHitpointsUpdate = 2
.add i_door_metal
.set canmask=can_i_damageable .set maxhits=100 .set hits=100
drag the item to open the status bar
.set hits=50
the status bar doesn't get updated, you have to close it and drag again
client 7.0.30.0 + needed