• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Aion Server Webshop - # WARNING! Requires additional table. See sql/updates/addWebSh

Newbie Spellweaver
Joined
Jan 20, 2022
Messages
16
Reaction score
3
Hey there,

as topic says it iam looking for the
addWebShop.sql
for Aion Ligntning 2.7

did 1 hour search on google/duckduck now and nothing.

Can anyone explain or even link it?
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
Do you need a custom ingameshop?
Take a look at ingameshop.properties
In Aion 2.7 you need to make the categories there. Note, 2.7 has no subcategories.

To add items, you will need to learn the syntax of the Gameshop.java or add items directly in the sql table, below.

//gameshop add itemId count price category list
//gameshop reload

View attachment ingameshop.zip
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Jan 20, 2022
Messages
16
Reaction score
3
thank you =) i got it running tonight with looking up in other sql table from other emu, somehow in my lightning where some missing.

is your .zip the rus one that is on internet?

thank you for cmd, didnt checked this yet will do now.

Have a great evening



about the webshop (not ingameshop) if i activate it, i get the error with missing table (ye its not there) and the webshop button ingame takes me to:
http://astyle.plaync.co.kr/

is there any guide (i was searching whole weekend) but cant find any, only about ingameshop.
 
Upvote 0
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
Code:
@echo off
start bin32\aion.bin -ip:192.168.2.10 -port:2106 -cc:1 -lang:en -noauthgg -ls -charnamemenu -ng -ingameshop -noweb -nowebshop -win10-mouse-fix

-ingameshop need to be there
 
Upvote 0
Back
Top