Lucky Dice and path to Katalam may be optional.
Luna Shop have special design fix https://prnt.sc/rsgu6d
Lucky Dice and path to Katalam may be optional.
Luna Shop have special design fix https://prnt.sc/rsgu6d
Last edited by Robyson; 01-10-22 at 05:33 PM.
Hello is it possible to edit classes? The ranger has a few problems with the range and some trap I tried to change the values in the skill_template file but no ingame changes do you know why? Thank you in advance
Server Time is located in SM_VERSION_CHECK.java, depend on your version
Search for:
Code:// need to check this, cause if you check date in Aion World, we havent the good one :/ writeD(150922);// start year month day writeD(150706);// start year month day writeD(0x00);// spacing writeD(150706);// year month day writeD((int) (Calendar.getInstance().getTimeInMillis() / 1000)); // Start Server Time in Seconds Unit (Need to Implements in Config Files) writeC(0x00);// unk writeC(GSConfig.SERVER_COUNTRY_CODE);// country code; writeC(0x00);// unk int serverMode = (characterLimitCount * 0x10) | characterFactionsMode; writeC(serverMode | characterCreateMode); // writeD((int) (Calendar.getInstance().getTimeInMillis() / 1000)); // DEFAULT NA GMT-5 US CENTRAL TIME ZONE writeD((int) (Calendar.getInstance().getTimeInMillis() / 1000 + 3600)); // DEFAULT GMT+2 EUROPE CENTRAL TIME
Last edited by Voidstar; 02-10-22 at 10:12 PM.
Last edited by Coldwin; 03-10-22 at 03:02 PM.
Server time can just in the source code, SM_VERSION_CHECK.java, adjusted.
Here is the incomplete source code, but it may help...
https://mega.nz/file/yUYiGAaZ#F-gsPy...eg_AQqiueYrVJs
Thanks. geo data is missing not sure what else just trying to install atm. Do you know what java version is required to compile this? It's complaining. [javac] warning: /usr/local/src/aion-58-svn/trunk/AL-Chat/libs/al-commons.jar(com/aionemu/commons/utils/AEInfos.class): major version 52 is newer than 51, the highest major version supported by this compiler. That warning was when using jdk1.7.0_80
Last edited by ernie; 04-10-22 at 06:40 AM.
\src\com\aionemu\gameserver\services\player\PlayerEnterWorldService.java
https://1fichier.com/?8c6un67r1ncjjzv2j0nb
^ 2 different 5.8 sources. test it and enjoy, i find them to be the most complete and extremely difficult source codes to get.
Hi, sorry for the late reply.
Press ctrl + right click on the item you want, it will create a link in your chat window, before the item write //give and if you want more than 1 write a number after the name of the item.
It should give you something like //give <Itemyoupicked> x then press enter. This is how I do for items that can't be added from the admin panel