Can't learn skills AL 4.5 Rev(Trunk)

Results 1 to 13 of 13
  1. #1
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    643Posts

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


  2. #2
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    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)

  3. #3
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    643Posts

    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

  4. #4
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    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

  5. #5
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    643Posts

    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 :(

  6. #6
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    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.

  7. #7
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    643Posts

    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

  8. #8
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    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/

  9. #9
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    643Posts

    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?

  10. #10
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    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

  11. #11
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    643Posts

    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)

  12. #12
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    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 =)

  13. #13
    Connoisseur of Fine Code SanGawku is offline
    ModeratorRank
    Oct 2006 Join Date
    CyberSpanksLocation
    643Posts

    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)



Advertisement