-
Novice
Items not showing!
Im adding new items to my private server and whenever i add them they don't show up.
Yes, they show in the stores and i can buy and equip them, although I can't actually SEE the item. Nor can I block/swing the sword.
Any help will be much appreciated!
Thanks!
-
-
Member
Re: Items not showing!
So there are invisible huh? well this how item system works..
for example, a sword..
the elu(all the blending information) + texture)
.
.
.
v
Weopon xml has the information of where the elu is located and wat the mesh is called
.
.
.
V
The Zitem is now for the Weopons ingame stats such as dmg etc and knows what wep is what to give its stat to by using the mesh name that is communicated by the weapon.xml. Then tags this weapon with an ID
.
.
.
v
The shop is where u see your weapons in in the shop via The IDs from zitem
This is the Chain used when making weopons appear visible and usable in shop.
make sure that ur link is correct..but u mention that known of ur items are sshowing...so my suggestion is that something is wrong with an xml
shop xml is fine...becouse u said u see the list...
then i think...its to do with the mesh_name=" ". if its empty then ur chain link is broken. orr.. there is an xml error somewhere... to check xml errors.. open the xml using a web browser..i recommend firefox!