-
hello world
about shop
hello anyone can help me how to create custom shop?
-
-
Account Upgraded | Title Enabled!
Re: about shop
move to your emu the gameserver config / ingameshop / in_game_shop.xml edited category
<!-- can be more category -->
<category id="0" name="Shop">
<sub_category id="3" name="Your item CATEGORIES name"/>
<sub_category id="4" name="Your item CATEGORIES name"/>
<sub_category id="5" name="Your item CATEGORIES name"/>
<sub_category id="6" name="Your item CATEGORIES name"/>
<sub_category id="7" name="Your item CATEGORIES name"/>
<sub_category id="8" name="Your item CATEGORIES name"/>
<sub_category id="9" name="Your item CATEGORIES name"/>
<sub_category id="10" name="Your item CATEGORIES name"/>
<sub_category id="11" name="Your item CATEGORIES name"/>
</category>
Your item CATEGORIES name = Your categories defined by you, it depends on what you want and then assign items were
and save and finish
then go into Navicat -> ingameshop line
and edited ingameshop
add the data item ,item name, price ect.... and save and finish..
-
hello world
Re: about shop
hi again the bcts small button ingame cant open how to access it?
-
Account Upgraded | Title Enabled!
Re: about shop
download link rar file and unpack and copye your client LN10 folder Overwrite
ingameshop fix
and start client click ikon and enjoy the ingameshop
-
hello world
Re: about shop
hello can u explain me how to input the item...im confuse the table..thank
-
Enthusiast
Re: about shop
object_id - autocreate(autocomplete) do not touch,
item_id - id items,
item_count - number of subjects,
item_price - price item,
category - in config / ingameshop / in_game_shop.xml
<category id="0" name="Shop">
should put that figure is in the configuration where there is a category,
sub_category - config / ingameshop / in_game_shop.xml
<sub_category id="3" name="Your item CATEGORIES name"/>
should put that figure is in the configuration where there is a category,
title_description - Hint to the subject.
Everything else can be from 0.
Something like this

-
Enthusiast