Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

KalOnline ItemShop

Newbie Spellweaver
Joined
May 24, 2015
Messages
41
Reaction score
2
Hello everyone anyone got an idea why i cant see under item shop in game no images?

in my client folder i checked under data/shop/ > all images are there with the correct .bmp file
also in my config files i use this "cashitemdb.dat"

<?xml version="1.0" encoding="euc-kr"?><!--ij½¬¼¥ »óÇ° Á¤º¸--><goodsdata> <!-- Ä«Å×°í¸®0¹øÀº ´Ù¸¥ Ä«Å×°í¸®ÀÇ »óÇ°Áß¿¡¼­ Hot, New ¼Ó¼ºÀÌ ÀÖ´Â »óÇ°À» ¸ð¾Æ¼­ º¸¿©ÁÖ´Â ¿ëµµ·Î »óÇ°À» Á÷Á¢ Ãß°¡ÇÏÁö ¾Ê´Â´Ù --> <cash type="1"> <!-- °ñµå --> <category index="0" name="Jewellery"/> </cash> <cash type="2"><!-- ½Ç¹ö ±¹³»´Â »ç¿ëÇÏÁö ¾Ê´Â´Ù.--> <category index="0" name="Hot&&New"/> <category index="1" name="Buff Items"/> <category index="2" name="Scrolls"/> <category index="3" name="Pets"/> <category index="4" name="Special&&ETC"/> </cash> <cash type="3"><!-- ºê·ÐÁî --> <category index="0" name="Hot&&New"/> <category index="1" name="Buff Items"/> <category index="2" name="Scrolls"/> <category index="3" name="Enchanting"/> <category index="4" name="Pets"/> <category index="5" name="Special&&ETC"/> </cash> <cash type="4"><!-- º¸¼® --> <category index="0" name="Hot&&New"/> <category index="1" name="Buff Items"/> <category index="2" name="Scrolls"/> <category index="3" name="Enchanting"/> <category index="4" name="Pets"/> <category index="5" name="Special&&ETC"/> <category index="6" name="Knight rent" /> <category index="7" name="Archer rent" /> <category index="8" name="Magician rent" /> <category index="9" name="Thief rent" /> </cash> <goods billcode="255" present="1" category="1" package="0" order="1" limit="10" rent="0"><image>shop\shop301</image><name>Jewel (10EA)</name><desc>Jewel 10(EA)#nJewel can be purchased 10,000EA per a month.</desc></goods> <goods billcode="256" present="1" category="1" package="0" order="2" limit="10" rent="0"><image>shop\shop302</image><name>Jewel (100EA)</name><desc>Jewel 100(EA)#nJewel can be purchased 10,000EA per a month.</desc></goods> <goods billcode="257" present="1" category="1" package="0" order="3" limit="10" rent="0"><image>shop\shop303</image><name>Jewel (300EA)</name><desc>Jewel 300(EA)#nJewel can be purchased 10,000EA per a month.</desc></goods> <goods billcode="258" present="1" category="1" package="0" order="4" limit="10" rent="0"><image>shop\shop304</image><name>Jewel (500EA)</name><desc>Jewel 500(EA)#nJewel can be purchased 10,000EA per a month.</desc></goods> <goods billcode="259" present="1" category="1" package="0" order="5" limit="10" rent="0"><image>shop\shop305</image><name>Jewel (1000EA)</name><desc>Jewel 1000(EA)#nJewel can be purchased 10,000EA per a month.</desc></goods> <goods billcode="260" present="1" category="1" package="0" order="6" limit="5" rent="0"><image>shop\shop306</image><name>Jewel (2000EA)</name><desc>Jewel 2000(EA)#nJewel can be purchased 10,000EA per a month.</desc></goods>

.........and so on

thx if someone could help me would be nice
 
Skilled Illusionist
Joined
Feb 1, 2013
Messages
323
Reaction score
52
you have to add add lines in serverfiles/configs/itemshop also then you can see them ingame
 
Upvote 0
Back
Top