Log in

View Full Version : Changing a setting from Item Type TO Item Material


rlie
03-16-2015, 04:31 PM
Where would I happen to find the coding that sets the Item types and Item Material?

Id like to change some items types to make them appear when your wearing gloves and not when your holding the weapon(s).


Any ideas?

iEqualShane
03-16-2015, 08:51 PM
This might point you in the right direction. You should check out the callers to see what it's doing with the information. So far I've only messed around with changing how armor is displayed, and not weapons.
https://github.com/EQEmu/Server/blob/2b8bdb9158490c635dcfb79bb54572bbc49db274/zone/mob.cpp#L2621

rlie
03-17-2015, 01:29 PM
Yeah its a good start, I just need to get the coding for the Item types (weapons) to get the calling for a weapons type to turn it into a maternal for gloves so it works as it should lol.

rlie
03-17-2015, 01:38 PM
If you had any information on how to change weapon displays it would be useful to see how that coding looks.