mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
(RoF+) Implemented Hero's Forge Armor Models for Items. To use, set herosforgemodel field in the item table to a model number such as 63 (for example).
This commit is contained in:
@@ -8341,7 +8341,7 @@ void Client::Handle_OP_ItemPreview(const EQApplicationPacket *app)
|
||||
outapp->WriteUInt32(item->Material);
|
||||
outapp->WriteUInt32(0); //unknown
|
||||
outapp->WriteUInt32(item->EliteMaterial);
|
||||
outapp->WriteUInt32(0); // unknown
|
||||
outapp->WriteUInt32(item->HerosForgeModel);
|
||||
outapp->WriteUInt32(0); // unknown
|
||||
outapp->WriteUInt32(0); //This is unknown057 from lucy
|
||||
for (spacer = 0; spacer < 77; spacer++) { //More Item stats, but some seem to be off based on packet check
|
||||
|
||||
Reference in New Issue
Block a user