• 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.

How to Change Cube Expander Points in AIONEmulator

Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
[HowTo] Change expanding cube points and level..

1. goto .\AIONEmulator\game\data\static_data\cube_expander\
2. open cube_expander.xml with program of choice
3. Edit for changes you wish

<cube_npc id="798008">
<expand price="1000" level="1"/>
</cube_npc>

Here you change the NPC ID. So which NPC sells the expansions. Be carefull only cube NPC can sell these
Here you change how much it costs!
Here you change what level of expansion will be granted

4. Save file and restart Server
5. Done!
 
Newbie Spellweaver
Joined
Dec 13, 2013
Messages
14
Reaction score
2
Hi sir. Can you give tuts in how to instant open all the inventory slot when creating new character in AL 1 click servers? thank you in advanced.
 
Experienced Elementalist
Joined
Feb 5, 2014
Messages
244
Reaction score
39
With v4.5 you also have to update in config/main/custom.properties the following:

Code:
# ----------------------------
# Size config's:
# ----------------------------
# Friendlist size (max 90)
# Default: 90
gameserver.friendlist.size = 90

# Allow to configure size limit of basic quests that player can get up
# Default: 40
gameserver.basic.questsize.limit = 40

[COLOR=#0000ff][B]# Allow to configure size limit of basic cube
# Default: 10
gameserver.basic.cubesize.limit = 10

# Allow to configure cube size limit of npc expands
# Default: 5
gameserver.npcexpands.limit = 5[/B][/COLOR]
 
Back
Top