-
Can't learn skills AL 4.5 Rev(Trunk)
I have been trying to learn skills I downloaded the up to date client.
Downgraded with the GamezAion downgrader files.
I am using the most recent revision of Aion Lightning 4.5(Trunk)
When in game. I can't learn skills commands don't go through for addskill
If i go to the skill trainers it doesnt work, they don't let me buy from them no option.
I don't automatically learn skills either.
Also tried without a GM account same deal.
Anyone know whats up? I know in official now you automatically learn skills as you level
however AL isnt setup to do this yet.
-
-
-=Cogito ergo sum=-
Re: Can't learn skills AL 4.5 Rev(Trunk)
and if you use GM command //wish to get skill book and learn from it ? then you can see if skill learning work at all, to get skill book id you can use this aion online base (link)
-
Re: Can't learn skills AL 4.5 Rev(Trunk)
Ill check that right now. Do you have skype by chance? Maybe you can help me out with this? (I am not a java programmer, a facebook group of mine suggested this)
- - - Updated - - -
It looks like you can actually learn skills from skillbooks but there are no skillbook vendors apparently
-
-=Cogito ergo sum=-
Re: Can't learn skills AL 4.5 Rev(Trunk)
I'm not even programmer at all =) and start to mess with Aion servers few month ago =) , about skill books - just was doing that way on my test server
-
Re: Can't learn skills AL 4.5 Rev(Trunk)
What about the vendors though? How you add them since apparently they dont have vendor type things :(
-
-=Cogito ergo sum=-
Re: Can't learn skills AL 4.5 Rev(Trunk)
if items are in items_template.xml then they can be added easy in trade list for npc =)
all skill books are
example: <item_template id="169501208" name="Backshock II" descr="skillbook_CH_ShockAttack_G2" level="65" mask="4734" category="SKILLBOOK" max_stack_count="1" item_type="NORMAL" quality="RARE" price="450200" race="PC_ALL" restrict="0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0" desc="1614263" activate_target="STANDALONE" activate_count="1">
<actions>
<skilllearn skillid="2967" class="CHANTER" level="65"/>
</actions>
<uselimits usedelayid="51"/>
And if we speaking about to add items that wasn't in items yet - then harder =)
So if your game client support that item then just need
"You have to go to your Aion (Client) folder >data>items>items.pak
What you need is to unpak your items.pak and find IDs of items that you need, then you will find the description below.
Last edited by Mistik; 15-09-14 at 03:51 AM.
-
Re: Can't learn skills AL 4.5 Rev(Trunk)
So i have to unpack my client to get it to work? How come other people have the correct client version :( Q_Q
-
-=Cogito ergo sum=-
Re: Can't learn skills AL 4.5 Rev(Trunk)
other just using already compiled version of server files =) and f... brain to fix problems even without having source files - and they can =)
maybe it's will be more easy to use one of compiled and 80% working servers http://forum.ragezone.com/f587/aion-...1-5-v1-996675/
-
Re: Can't learn skills AL 4.5 Rev(Trunk)
It's not that. I mean is it cause the most recent patch they changed the way skills work?
The very last update changed it so you just learn skills automatically. So maybe that is why even though i have the 4.5.0.12 data pack
its borked?
-
-=Cogito ergo sum=-
Re: Can't learn skills AL 4.5 Rev(Trunk)
Em, skill auto learn is in config files =)
# Enable skill auto learn mode
# Default: 10
gameserver.autolearn.skill = 0
in GameServer\config\main\membership.properties
By default is =10 (off) just need to change to =0
-
Re: Can't learn skills AL 4.5 Rev(Trunk)
Oh shit, Thanks for pointing that out for me. I didnt even notice it. (Facepalm)
-
-=Cogito ergo sum=-
Re: Can't learn skills AL 4.5 Rev(Trunk)
In the same file you can find more setup =) and take a look in config files in same folder =)
and i know about last patch =) i using latest Innova(RUS) game client with my server =)
-
Re: Can't learn skills AL 4.5 Rev(Trunk)
Oh shit, Thanks for pointing that out for me. I didnt even notice it. (Facepalm)