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!

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