Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
@Markox Nice work there, care to share the source? I am working on the last source from GiGatR00n and want to make sure I am not fixing code side issues that are already fixed :)
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
Quote:
Originally Posted by
Markox
Hi there guys, lasts days i was working with friends (
@A7Xatomic & @GiGatR00n) to get more stability at this Gameserver Release, we made some fixes and still working on anothers, please feel free to take it and test, tell us if something wrong and we gonna try to fix for all community...
Fixed:
*Tuning system & Tuning Scrolls (Now works perfect giving random slots when tuning and retuning)
*Fix for bind points (Now working as well and taking the last position of player to get into game) Thanks to @eKsiK
*Fix some quests
*Fix Aethertech skills (Stability trusters & Mobility Trusters) Now spirit Masters can't debuff and skills offs when time passed
*Some fixes at core side for better handling
Download
HERE
Regards
@Wasacacax / @Tuk0x
Can you identify which line of code from what class and package you modified?
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
Quote:
Originally Posted by
GiGatR00n
I'm working alone on
Aion v4.8 (latest NA Retail) about
2 weeks and most of features got fully implemented.
All Xml Parsers updated to v4.8 (
Skills,
Npcs,
Items,
Recipes,
ItemSets,
Zones,
Spawns,
Maps,
gatherables, ...)
Once completed, I'll share it for FREE here
Implemented features:
===================
1. All Skills v4.8 (100%)
2. All Items v4.8 (100%) AssemblyItems, ItemSets, ItemGroups, ...
3. All NPCs v4.8 (100%)
4. New Maps Enshar and Cygnea
5. New Zones
6. All Opcodes v4.8 (100%) (Client and Server Packets)
7. All Crafting Designs with Multiple Options for Crafting (100%)
8. New Stigma System coded (70%)
9. All Chargeable Stigmas Parsed and Coded (100%)
10. GM Skills Works Perfectly (100%)
11. All Gather, Abyss, GM Skills (100%)
12. Two new Instances Drakenspire and RaksangRuins (60%)
13. and so on
Here is some pictures of features:
Attachment 153147 Attachment 153148 Attachment 153149 Attachment 153150
for more pictures, See Full Album
HERE
and also my
x86 and
x64 NoIP D3D Launcher with Anti-Cheat (
NoAnimation,
HeightHack,
SoloInstances, ...) with ServerSide Service which protects Launcher from Force Closing.
Attachment 153146
When are you releasing this files? and this files are better than the official one? sorry for asking :p
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
Quote:
When are you releasing this files? and this files are better than the official one? sorry for asking :p
as I said b4r, I'm working alone on v4.8 in my free time, but all assistance on v4.8 are appreciated.
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
Auto enchant fix
EnchantItemAction.java
Code:
// Current enchant level
final int currentEnchant = targetItem.getEnchantLevel();
final boolean isSuccess = isSuccess(player, parentItem, targetItem, supplementItem, targetWeapon);
//player.getController().cancelUseItem();
Code:
PacketSendUtility.broadcastPacketAndReceive(player, new SM_ITEM_USAGE_ANIMATION(player.getObjectId(),
parentItem.getObjectId(), parentItem.getItemTemplate().getTemplateId(), 0, isSuccess ? 1 : 2, 384));
if (CustomConfig.ENABLE_ENCHANT_ANNOUNCE) {
SM_ITEM_USAGE_ANIMATION.java
Code:
writeD(time); // unk
writeC(end); // unk
writeC(0); // unk
writeC(1);
writeH(unk);
writeH(0);//unk
---frozenkiller
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
Quote:
Originally Posted by
podpol
Auto enchant fix
EnchantItemAction.java
Code:
// Current enchant level
final int currentEnchant = targetItem.getEnchantLevel();
final boolean isSuccess = isSuccess(player, parentItem, targetItem, supplementItem, targetWeapon);
//player.getController().cancelUseItem();
Code:
PacketSendUtility.broadcastPacketAndReceive(player, new SM_ITEM_USAGE_ANIMATION(player.getObjectId(),
parentItem.getObjectId(), parentItem.getItemTemplate().getTemplateId(), 0, isSuccess ? 1 : 2, 384));
if (CustomConfig.ENABLE_ENCHANT_ANNOUNCE) {
SM_ITEM_USAGE_ANIMATION.java
Code:
writeD(time); // unk
writeC(end); // unk
writeC(0); // unk
writeC(1);
writeH(unk);
writeH(0);//unk
---frozenkiller
Yep. we already have knowledge about the Frozenkiller fix and implemented in new update, i forgot to implement overthere, sorry about that and gonna share complete files >.<
thanks for advice (y)
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
I cant use your compiled release, many xml issues, quest_data.xml and more files.
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
Quote:
Originally Posted by
coleturner
I cant use your compiled release, many xml issues, quest_data.xml and more files.
Already tested, and some sutfs lefting for check at datapack but no errors at console side, just need to fix some xml but it's same than original release at xml files
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
1 more importent bug
Time is not correct... even you change it in configs.
and thats why all instances time also different!? Could you pls halp whith this one?
Siedges also working not correct because of that one...
2nd
Friend list working not correct. shoving only 1st friend some times 2nd...it was already fixed by core i would like to decompile that but where to look then in source? looks like something wrong with opcodes?
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
time in SM_VERSION_CHECK
- - - Updated - - -
friend list, maybe opcodes
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
do you have fix of time? if so pls share it? it will be great!!!
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
If you guys provide me with some 4.7.5.x SM_VERSION_CHECK packages from the official EU server, I can fix it, but I need at least 2, to find what they have in common.
They need to be sniffed with PacketSamurai.
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
i dont have fix, and for sniff i need to download the gameforge client, and at the moment i dont have much time for do it u.u
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
Re: Aion-Core v4.7.5.x Full Source NO LICENSE SYSTEM
Guys sorry for my last release, was bad files because problems with editor, i didn't see hes changing some lines without my concern, we making a public SVN for update and for ppl whos want to help the project, when finished gonna share it here and checking no more errors made it at my text editor, sorry about that and gonna post here the public SVN when finnished