[Release] Full AL 3.9 Source! (100% FREE!)

Page 23 of 46 FirstFirst ... 13151617181920212223242526272829303133 ... LastLast
Results 331 to 345 of 690
  1. #331
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Ok Kreeate i was thinking the smae thing i fully dec the client no problems too i found where it is but i am sure the website is somewhere in one of the dll files its not in the xml ibefore i just remove the button not edit it if i have a success i will share here :) and for the encrypt one good firend of mine told me there is no way to make fully ENC becouse theBIN XMLs that aion have :)! so you can dec and enc 1 time but if you try again no more :P!

  2. #332
    Apprentice David Sebo is offline
    MemberRank
    Jun 2013 Join Date
    Тбилиси,Location
    5Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    hi all, sorry for my english, Please if anyone have a working sh. files for ubuntu ? please help !!!!
    Last edited by David Sebo; 23-06-13 at 06:37 AM.

  3. #333
    Victus Mortuus Kreeate is offline
    LegendRank
    Aug 2010 Join Date
    2,364Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by fdswesley View Post
    command for open stigmas? please =/
    Not sure if there is an in-game command to add it... but here's where to change it in the file :

    \AL-Game\gameserver\config\main\membership.properties

    Code:
    # Not require quest for normal/advanced stigma slots
    # Default: 10
    gameserver.quest.stigma.slot = 0
    
    # Disable soulsickness (debuf after death)
    # Default: 10
    gameserver.soulsickness.disable = 0
    
    # Enable skill auto learn mode
    # Default: 10
    gameserver.autolearn.skill = 10
    
    # Enable stigma auto learn mode
    # Default: 10
    gameserver.autolearn.stigma = 0
    0 here means all players will have this function.

    Quote Originally Posted by zasmqniq View Post
    Ok Kreeate i was thinking the smae thing i fully dec the client no problems too i found where it is but i am sure the website is somewhere in one of the dll files its not in the xml ibefore i just remove the button not edit it if i have a success i will share here :) and for the encrypt one good firend of mine told me there is no way to make fully ENC becouse theBIN XMLs that aion have :)! so you can dec and enc 1 time but if you try again no more :P!
    Nah, you can decrypt and encrypt as many times as you like.
    When you've unpacked and the re-packed a file, don't decrypt it again.

    Simply use the repack.exe file again and your file will turn into a.zip for editing.
    Then run repack.exe again to make it a.pak again. No problems.


    EDIT : I have found one place where you can change the website... it's in the client
    Code:
     <string>
        <id>901709</id>
        <name>STR_CHARGE_CASH_WEB_PAGE</name>
        <body>http://aionfreetoplay.com</body>
      </string>
    It can be found in : \l10n\ENG\Data\Data.pak

    Once it's unpacked it can be found in : \strings\client_strings_ui.xml
    There may be other places that it needs to be changed as well.
    Last edited by Kreeate; 23-06-13 at 11:13 AM.

  4. #334
    Apprentice David Sebo is offline
    MemberRank
    Jun 2013 Join Date
    Тбилиси,Location
    5Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    I solevd the problem, If someone wants working sh files, here it is..


    sh files.rar

  5. #335
    Novice sdfwe2 is offline
    MemberRank
    Apr 2013 Join Date
    1Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Starting Aion Lightning Game Server in DEVELOPMENT mode.
    Error occurred during initialization of VM
    java.lang.ExceptionInInitializerError
    at java.lang.System.initializeSystemClass(Unknown Source)
    Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Class j
    ava.util.concurrent.atomic.AtomicReferenceFieldUpdater can not access a member o
    f class java.io.BufferedInputStream with modifiers "volatile"
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
    ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:205)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
    omicReferenceFieldUpdater.java:69)
    at java.io.BufferedInputStream.<clinit>(Unknown Source)
    at java.lang.System.initializeSystemClass(Unknown Source)
    Caused by: java.lang.IllegalAccessException: Class java.util.concurrent.atomic.A
    tomicReferenceFieldUpdater can not access a member of class java.io.BufferedInpu
    tStream with modifiers "volatile"
    at sun.reflect.Reflection.ensureMemberAccess(Unknown Source)
    at sun.reflect.misc.ReflectUtil.ensureMemberAccess(Unknown Source)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
    ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:193)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
    omicReferenceFieldUpdater.java:69)
    at java.io.BufferedInputStream.<clinit>(Unknown Source)
    at java.lang.System.initializeSystemClass(Unknown Source)


    Game Server has terminated abnormaly!

    Press any key to continue . . .


    help plz

  6. #336
    Account Upgraded | Title Enabled! AngelShade is offline
    MemberRank
    Feb 2007 Join Date
    RomaniaLocation
    413Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Anyone manage to get geodata running on this files ?

  7. #337
    Digital Horizon KristiansJ is offline
    MemberRank
    Jul 2012 Join Date
    203Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Hi, im getting this error in game server

    Starting Aion Lightning Game Server in DEVELOPMENT mode.
    Error occurred during initialization of VM
    java.lang.ExceptionInInitializerError
    at java.lang.System.initializeSystemClass(Unknown Source)
    Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Class j
    ava.util.concurrent.atomic.AtomicReferenceFieldUpdater can not access a member o
    f class java.io.BufferedInputStream with modifiers "volatile"
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
    ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:205)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
    omicReferenceFieldUpdater.java:69)
    at java.io.BufferedInputStream.<clinit>(Unknown Source)
    at java.lang.System.initializeSystemClass(Unknown Source)
    Caused by: java.lang.IllegalAccessException: Class java.util.concurrent.atomic.A
    tomicReferenceFieldUpdater can not access a member of class java.io.BufferedInpu
    tStream with modifiers "volatile"
    at sun.reflect.Reflection.ensureMemberAccess(Unknown Source)
    at sun.reflect.misc.ReflectUtil.ensureMemberAccess(Unknown Source)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
    ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:193)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
    omicReferenceFieldUpdater.java:69)
    at java.io.BufferedInputStream.<clinit>(Unknown Source)
    at java.lang.System.initializeSystemClass(Unknown Source)


    Game Server has terminated abnormaly!

    Press any key to continue . . .
    Windows 7 64bit, Java 7 64bit

    Edit:
    Oh, just saw that others too have this error, sorry for spam

  8. #338
    Apprentice Lemon233 is offline
    MemberRank
    Jan 2010 Join Date
    6Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    @sdfwe2 and KristiansJ: try editing the StartGS.bat, search for "jsr166-1.0.0", and replace it with "jsr305-2.0.1", it should work.

  9. #339
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Thansk you!!!!!!!!!!!!!! ROck my Friend!!!!!!!!! Kreeate works here :)!!

  10. #340
    Member Hunor is offline
    MemberRank
    Jul 2011 Join Date
    93Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by fdswesley View Post
    command for open stigmas? please =/
    For stigmas you have only settings, no command.
    The stigma settings are in \AL-Game\config\main\membership.properties

    Quote Originally Posted by AngelShade View Post
    Anyone manage to get geodata running on this files ?
    The old geodata is deprecated as the skillengine and spawnengine has new implementations which are not included in the old 2.7 geo files.

  11. #341
    Apprentice Darwin Supit is offline
    MemberRank
    Jun 2013 Join Date
    5Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by UnknownMan1 View Post
    AION-Lightning 3.9 Full Source!


    Working Features:

    • Full working Housing
    • Full working Task System
    • Full working Village System
    • Dimensional Vortex System
    • New Arena's
    • New Instances (Fully working + Fully AI2)
    • All new Quests
    • And much more...
    • Info: You need Java 7 to run it



    Best Regards
    UnknownMan1

    Download Link for complete source : ( Mediafire )
    FULL_AL3.9_SOURCE.zip

    Download Link for pre-compiled server:
    Aion_Lightning_3.9_Pre-Built.7z

    Tools:
    tools.rar

    Hello sir.
    Can you give me Geo files of this project ?

  12. #342
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Kreeate for the Shop there are like 3 places in that file that you tell and for website in the file are like 100 :D so i changed all and there is 1 place more :)!

    client_string_bm too :P

  13. #343
    Victus Mortuus Kreeate is offline
    LegendRank
    Aug 2010 Join Date
    2,364Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by zasmqniq View Post
    Kreeate for the Shop there are like 3 places in that file that you tell and for website in the file are like 100 :D so i changed all and there is 1 place more :)!

    client_string_bm too :P
    That is correct, yes. Please let me know if you get it working because I've changed it, but it still won't work the way I want it.
    I can disable the "Charge Cash" button, but what I really want is to open the Toll Shop with the Black Cloud Trader's button...

    I've been trying many different things but no success so far :(

  14. #344
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Yeah so here we go :

    @echo off
    echo Starting Aion ...

    if exist L10N\DEU\DEU.pak (
    start bin32\aion.bin -ip:194.88.250.44 -port:2106 -cc:2 -lang:deu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else if exist L10N\ENG\ENG.pak (
    start bin32\aion.bin -ip:194.88.250.44 -port:2106 -cc:2 -lang:enu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else if exist L10N\FRA\FRA.pak (
    start bin32\aion.bin -ip:194.88.250.44 -port:2106 -cc:2 -lang:fra -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else if exist L10N\RUS\RUS.pak (
    start bin32\aion.bin -ip:194.88.250.44 -port:2106 -cc:7 -lang:rus -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else (
    echo Aion folder not found or unsupported language.
    pause.
    )
    i am using this one and next is i unpacked the Data.pak and now i am editing the 3 files and its all working!

    AION\Download\l10n\ENG\Data

    Inside of Data.pak i edit

    client_string_bm.xml

    and

    client_string_ui.xml and its working :)

    <string>
    <id>901709</id>
    <name>STR_CHARGE_CASH_WEB_PAGE</name>
    <body>http://ChargeCashButtona.com</body>
    </string>

    and i did change all of the aionfreetoplay.com to mywebsite.com and store.aionfreetoplay.com should be to yourwebsite.com too :)

    That's it just working here perfectly i can show you i use the GameForge Client 3.9 :)!

    here are my decomp files so you can check what i changed :)!

    http://www.mediafire.com/?vfdu83j1qej9p7n

    need to find aionbulgaria.com change all in here and http://tykweba.com = your website

    again http://WebaTyk = your website


    And thats it where you see it will be changed :)!

    I can disable the "Charge Cash" button, but what I really want is to open the Toll Shop with the Black Cloud Trader's button...

    I've been trying many different things but no success so far :(
    Here you go working perfect Launch.bat :)!
    For GameForge Client 3.9 amazing just you want to make the MiniMap Shop Button Working and disable other ones here it is :P

    http://www.mediafire.com/?sdzvcv9k6zbl64a

    GoodLuck hope i helpd here working all perfect all other is disabled and just this button working and when press chargecash it works sending me to chargecashbuttona.com :)!

    please post here if all works with you :)!
    Last edited by zasmqniq; 23-06-13 at 07:37 PM.

  15. #345
    Victus Mortuus Kreeate is offline
    LegendRank
    Aug 2010 Join Date
    2,364Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by zasmqniq View Post
    Yeah so here we go :

    ..............................................

    please post here if all works with you :)!
    Thanks very much! That solved it for me. I didn't have the "-nowebshop" option in my bat file, lol
    Everything working exactly how I want it.

    Now I need to find a way to assign TOLL without a webpage... like from a survey or from a mob drop...



Advertisement