[Help] Custom Shop Problem L2J 

Initiate Mage
Joined
Apr 24, 2006
Messages
1
Reaction score
0
Hello guys. I've been developing my own server for a while now, and i have a problem that keeps bugging me. I have made my own custom shops but all the weapons or armor don't display their type. For Example a dagger in the shop should be "Dagger / One Handed", but it only shows "Dagger", or instead of "Upper and Lower Body / Robe" it shows nothing. Help would be much appreciated. Anticipated Thanks
 
Hello guys. I've been developing my own server for a while now, and i have a problem that keeps bugging me. I have made my own custom shops but all the weapons or armor don't display their type. For Example a dagger in the shop should be "Dagger / One Handed", but it only shows "Dagger", or instead of "Upper and Lower Body / Robe" it shows nothing. Help would be much appreciated. Anticipated Thanks

Look at your XML.
It should be like this:

PHP:
<?xml version='1.0' encoding='utf-8'?>

<!-- Created with Lineage II - Multisell Manager -->
<!--
 
Upvote 0
Back