PDA

View Full Version : Problem with adding item visual IDs to EQEmuAdmin


Drawde
05-31-2003, 07:17 AM
I've been using the EQEmu item editor to try and find the correct visual IDs for
PoP and Luclin items, so I can add them to EQEmuAdmin. (which doesn't have Luclin
IDs and the PoP ones appear to be incorrect).
These items appear to use model IDs with values of 10000 and higher; e.g Blade of War=10657, Wand
of the Ice Storm - 10525 (Luclin items also use IDs of 10000+). However, items using these visuals still have a blank in the visuals drop-down box,
even with the correct IDs added to itemvisuals.txt. Is this because EQEmuAdmin still doesn't support large numbers
for item visual IDs? Or are these IDs correct? (they appear to be correct according to Kaiyodo's item editor)

Windcatcher
05-31-2003, 01:54 PM
The problem is the field in the item packet. It's only six bytes in size, and for all earlier items it contains "IT" + the item number, which doesn't let you go over 9999. I would need to see what a packet contains for a PoP item to see how they encode it for numbers that are 10000 or greater.

WC