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!

Aion 5.1 EXP problem

Newbie Spellweaver
Joined
Jun 7, 2020
Messages
5
Reaction score
0
Hello everyone.

I have a private local sever of Aion 5.1 with XP ratio to 1 run in development mode.

When I create a new Asmodian character and kill my first Sprigg Worker it gave to me 572 EXP points.

In the file npc_templates.xml, Sprigg Worker has this.

Code:
<npc_template npc_id="210363" level="1" name="Trabajador Sprigg" name_id="300501" name_desc="SpriggD_1_n" height="1.4" rank="DISCIPLINED" rating="NORMAL" race="MAGICALMONSTER" tribe="MONSTER" type="MONSTER" ai="general" srange="7" arange="2" adelay="2100" arate="1000" hpgauge="3">
<stats maxHp="143" maxXp="111" main_hand_attack="20" main_hand_accuracy="187" pdef="100" mresist="187" power="23" evasion="187" accuracy="93">            <speeds walk="0.6" run="7.0" run_fight="3.6"/>        
</stats>
<bound_radius front="1.04" side="0.82" upper="1.4"/>    
</npc_template>

His maxXp is 111...

Why it give to me 572 XP?

Thanks a lot.

PD: Sorry for my English...
 
Last edited:
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
5
Reaction score
0
Thanks for the reply.

In don't have that property in my rates.properties or in any file on the server.



Well, i dont see it before.

When I start the game i have "Experience boost event", i put in events.properties "gameserver.event.enable = false" but it does nothing...

This properties only afect specials events like Christmas?
 
Last edited:
Upvote 0
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,101
You must be using Aion 5.1 Encom, i think...
Should have the folder... \data\static_data\events_config\boost_events.xml

If not, it’s not implemented in source code...

Ex.:

<?xml version="1.0" encoding="utf-8"?>
<!--
Buff Id:
0 = Exp.
1 = Gather/Craft.
2 = Hunt/Arena Ap.
3 = Kinah.
4 = Drop.
5 = Soul Healing Price.
6 = Lost Ap Pvp.
7 = Ap Gain Pvp.
8 = Reward Instance.

Buff Value:
150 = 50%
200 = 100%
250 = 150%
300 = 200%
400 = 300%
-->
<boost_events xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="boost_events.xsd">
<boost_event id="1" buff_id="0" name="Boost Exp + 50%" buff_value="150" start="2018-01-01T00:00:00" end="2018-12-31T00:00:00"/>
<boost_event id="2" buff_id="1" name="Boost Gather/Craft + 50%" buff_value="150" start="2018-01-01T00:00:00" end="2018-12-31T00:00:00"/>
<boost_event id="3" buff_id="2" name="Hunt/Arena Ap + 50%" buff_value="150" start="2018-01-01T00:00:00" end="2018-12-31T00:00:00"/>
<boost_event id="4" buff_id="3" name="Kinah + 50%" buff_value="150" start="2018-01-01T00:00:00" end="2018-12-31T00:00:00"/>
<boost_event id="5" buff_id="4" name="Drop + 50%" buff_value="150" start="2018-01-01T00:00:00" end="2018-12-31T00:00:00"/>
<boost_event id="6" buff_id="5" name="Soul Healing Price + 50%" buff_value="150" start="2020-01-01T00:00:00" end="2020-12-31T00:00:00"/>
<boost_event id="7" buff_id="6" name="Lost Ap Pvp + 50%" buff_value="150" start="2018-01-01T00:00:00" end="2018-12-31T00:00:00"/>
<boost_event id="8" buff_id="7" name="Ap Gain Pvp + 50%" buff_value="150" start="2018-01-01T00:00:00" end="2018-12-31T00:00:00"/>
<boost_event id="9" buff_id="8" name="Reward Instance + 50%" buff_value="150" start="2018-01-01T00:00:00" end="2018-12-31T00:00:00"/>
</boost_events>



Edit: If you are doing quests and having this value in xp, check in... \data\static_data\quest_data\quest_data.xml
to find out if the XP gain is correct.
 
Upvote 0
Newbie Spellweaver
Joined
May 23, 2019
Messages
20
Reaction score
6
Checking in the src configs file. progressive exp or send me code to file RewardType.java
 
Upvote 0
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
5
Reaction score
0
I downloaded it long time ago from a Youtube video.



In the description it only says Aion server 5.1.

I'm thinking of installing 4.7 server which has features that 5.1 dont have, like Skill Books.

In this forun (rageZone) there is a tutorial for it.
 
Last edited:
Upvote 0
Back
Top