Client: NA 4.5.0.12
Source: AL-Reload [rev172]
Hello, again around here.
This time a problem with the online store, and try copying the files ingameshop.pak (aion/l10n/enu) data.pak and ui_game.xml (aion/l10n/enu/data), yet still does not work.
This is the window does not appear:
![]()
Here a screenshot of my al_server_gs/ingameshop:
![]()
Here you have the code to other files in case you need to revise:
in_game_shop.xml
ingameshop.properties
I've done everything, but if I do something or is missing from the files, no hope I can help solve this problem and thanks to all who respond.
Source: AL-Reload [rev172]
Hello, again around here.
This time a problem with the online store, and try copying the files ingameshop.pak (aion/l10n/enu) data.pak and ui_game.xml (aion/l10n/enu/data), yet still does not work.
This is the window does not appear:

Here a screenshot of my al_server_gs/ingameshop:

Here you have the code to other files in case you need to revise:
in_game_shop.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<in_game_shop xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="in_game_shop.xsd">
<!-- can be more category -->
<category id="0" name="ELYOS">
<sub_category id="3" name="Clothing"/>
<sub_category id="4" name="Hats"/>
<sub_category id="5" name="Food"/>
<sub_category id="6" name="Drinks"/>
<sub_category id="7" name="Paint"/>
<sub_category id="8" name="Titles"/>
<sub_category id="9" name="Modifications"/>
<sub_category id="10" name="Modifications of wea"/>
<sub_category id="11" name="Pets"/>
<sub_category id="12" name="Wings"/>
<sub_category id="13" name="Recipes"/>
<sub_category id="14" name="Items collection"/>
<sub_category id="15" name="Miscellaneous"/>
<sub_category id="16" name="Asmodian hairstyles"/>
<sub_category id="17" name="Elyos hairstyles"/>
<sub_category id="18" name="Potions"/>
<sub_category id="19" name="Emotions"/>
</category>
<category id="1" name="ASMODIANS">
<sub_category id="3" name="Clothing"/>
<sub_category id="4" name="Hats"/>
<sub_category id="5" name="Food"/>
<sub_category id="6" name="Drinks"/>
<sub_category id="7" name="Paint"/>
<sub_category id="8" name="Titles"/>
<sub_category id="9" name="Modifications"/>
<sub_category id="10" name="Modifications of wea"/>
<sub_category id="11" name="Pets"/>
<sub_category id="12" name="Wings"/>
<sub_category id="13" name="Recipes"/>
<sub_category id="14" name="Items collection"/>
<sub_category id="15" name="Miscellaneous"/>
<sub_category id="16" name="Asmodian hairstyles"/>
<sub_category id="17" name="Elyos hairstyles"/>
<sub_category id="18" name="Potions"/>
<sub_category id="19" name="Emotions"/>
</category>
</in_game_shop>
Code:
#
# This file is part of aion-lightning <aion-lightning.org>.
#
# aion-lightning is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-lightning is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-lightning. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# In game shop config's:
# ----------------------------
# Don't forget add on launcher -ingameshop
# Enable in game shop
# Default: false
gameserver.ingameshop.enable = true
# Enable gift system between factions
# Default: false
gameserver.ingameshop.gift = true
# allows gifts at all or no
gameserver.ingameshop.allow.gift = true