Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Aion 4.7.5 GigaTr00n Reworking Process

Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
There GS is working fine here and the Upgrade Arcade Token is working 98% the only problem is the icon.
 
Initiate Mage
Joined
Nov 15, 2019
Messages
9
Reaction score
0
Danuar Mysticarium Solo also not working?

jasonguns - Aion 4.7.5 GigaTr00n Reworking Process - RaGEZONE Forums
 
Initiate Mage
Joined
Nov 15, 2019
Messages
9
Reaction score
0
Does not counting points, after killing mobs I get this information screen
There is a chance for me to download your GS? maybe my files are missing or something is messed up.


jasonguns - Aion 4.7.5 GigaTr00n Reworking Process - RaGEZONE Forums
 
Initiate Mage
Joined
Oct 4, 2019
Messages
34
Reaction score
3
Haven't really touched anything regarding Danuar Mysticarium. Try downloading the files provided by jasonguns in the first post and recompile them.
 
Initiate Mage
Joined
Nov 15, 2019
Messages
9
Reaction score
0
The same again, maybe i have the wrong jave installed???
C:\Java\jdk1.7.0_79
and something else? what should be here C:\Java\bin\java.exe ??



Code:
2019-12-17 00:11:31,311 Exception in a Runnable execution:
java.lang.NullPointerException: null
    at com.aionemu.gameserver.utils.PacketSendUtility.sendPacket(PacketSendUtility.java:94) ~[AC-Game.jar:na]
    at instance.danuar_mysticarium.DanuarMysticariumSoloInstance.sendSystemMsg(DanuarMysticariumSoloInstance.java]:171) ~[na:na]
    at instance.danuar_mysticarium.DanuarMysticariumSoloInstance.onDie(DanuarMysticariumSoloInstance.java]:133) ~[na:na]
    at com.aionemu.gameserver.controllers.NpcController.onDie(NpcController.java:160) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.model.stats.container.CreatureLifeStats.reduceHp(CreatureLifeStats.java:141) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.controllers.CreatureController.onAttack(CreatureController.java:266) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.controllers.NpcController.onAttack(NpcController.java:323) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.controllers.CreatureController.onAttack(CreatureController.java:298) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.skillengine.effect.DamageEffect.applyEffect(DamageEffect.java:57) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.skillengine.model.Effect.applyEffect(Effect.java:745) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.skillengine.model.Skill.applyEffect(Skill.java:760) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.skillengine.model.Skill$1.run(Skill.java:740) ~[AC-Game.jar:na]
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:56) ~[ac-commons-1.3.jar:na]
    at com.aionemu.commons.utils.concurrent.RunnableWrapper.run(RunnableWrapper.java:51) [ac-commons-1.3.jar:na]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_17]
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [na:1.7.0_17]
    at java.util.concurrent.FutureTask.run(FutureTask.java:166) [na:1.7.0_17]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) [na:1.7.0_17]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) [na:1.7.0_17]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_17]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_17]
    at java.lang.Thread.run(Thread.java:722) [na:1.7.0_17]
 
Experienced Elementalist
Joined
Apr 11, 2005
Messages
281
Reaction score
196
The same again, maybe i have the wrong jave installed???
C:\Java\jdk1.7.0_79
and something else? what should be here C:\Java\bin\java.exe ??



Code:
2019-12-17 00:11:31,311 Exception in a Runnable execution:
java.lang.NullPointerException: null
    at com.aionemu.gameserver.utils.PacketSendUtility.sendPacket(PacketSendUtility.java:94) ~[AC-Game.jar:na]
    at instance.danuar_mysticarium.DanuarMysticariumSoloInstance.sendSystemMsg(DanuarMysticariumSoloInstance.java]:171) ~[na:na]
    at instance.danuar_mysticarium.DanuarMysticariumSoloInstance.onDie(DanuarMysticariumSoloInstance.java]:133) ~[na:na]
    at com.aionemu.gameserver.controllers.NpcController.onDie(NpcController.java:160) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.model.stats.container.CreatureLifeStats.reduceHp(CreatureLifeStats.java:141) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.controllers.CreatureController.onAttack(CreatureController.java:266) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.controllers.NpcController.onAttack(NpcController.java:323) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.controllers.CreatureController.onAttack(CreatureController.java:298) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.skillengine.effect.DamageEffect.applyEffect(DamageEffect.java:57) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.skillengine.model.Effect.applyEffect(Effect.java:745) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.skillengine.model.Skill.applyEffect(Skill.java:760) ~[AC-Game.jar:na]
    at com.aionemu.gameserver.skillengine.model.Skill$1.run(Skill.java:740) ~[AC-Game.jar:na]
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:56) ~[ac-commons-1.3.jar:na]
    at com.aionemu.commons.utils.concurrent.RunnableWrapper.run(RunnableWrapper.java:51) [ac-commons-1.3.jar:na]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_17]
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [na:1.7.0_17]
    at java.util.concurrent.FutureTask.run(FutureTask.java:166) [na:1.7.0_17]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) [na:1.7.0_17]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) [na:1.7.0_17]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_17]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_17]
    at java.lang.Thread.run(Thread.java:722) [na:1.7.0_17]

You have java installed good.
Problem is in instance script ( DanuarMysticariumSoloInstance ) in Your files, check and fix it.
 
Initiate Mage
Joined
Apr 29, 2019
Messages
3
Reaction score
0
I found a BUG.

In the pandarung area, as long as the enemy player is selected when moving and jumping, the character will automatically drift and attack. I couldn't find any file that could fix this.

AYdblpa - Aion 4.7.5 GigaTr00n Reworking Process - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Nov 15, 2019
Messages
9
Reaction score
0
You have java installed good.
Problem is in instance script ( DanuarMysticariumSoloInstance ) in Your files, check and fix it.

Yeah 60% of the instance is bugged, including studio, the same with quests :(

someone knows working well emu 4.5-4.7.5? including paid?
 
Initiate Mage
Joined
Jan 3, 2020
Messages
2
Reaction score
0
Sorry guys, i found this error : and i don't know why this happen, can you help me to fix this problem? Thank you.



Dear Jasonguns,
I and my friend, are working on your files but the client doesn't work as we want.
I tried to contact you on discord but whitout success, i don't know why this happen.
Can you tell me your username and the code #..
Thaky you for the time and bye.
 
Initiate Mage
Joined
Nov 15, 2019
Messages
9
Reaction score
0
Sorry guys, i found this error : and i don't know why this happen, can you help me to fix this problem? Thank you.

Try to download another client, because it's a client side issue, not the server.
And I think this project has long been dead
 
Initiate Mage
Joined
Jan 3, 2020
Messages
2
Reaction score
0
where i can find new 4.7.5 file client :D?
i have this error:
 
Last edited:
Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
Sorry man! I've just quit this project because will take a more then a year to make it work.

I'm a begginer programmer and no pro dev wants to help develope this project.

Cant be done without anybody who understand the game, mechanics and programming.
 
Initiate Mage
Joined
Jan 1, 2020
Messages
13
Reaction score
0
How about if we exchange at least discord contacts not to disturb you but only to ask you maybe some advice when you have time
 
Initiate Mage
Joined
Nov 15, 2019
Messages
9
Reaction score
0
You have java installed good.
Problem is in instance script ( DanuarMysticariumSoloInstance ) in Your files, check and fix it.

thank you for the advice :) I fixed, works now


Sorry man! I've just quit this project because will take a more then a year to make it work.
I'm a begginer programmer and no pro dev wants to help develope this project.
Cant be done without anybody who understand the game, mechanics and programming.

it's a pity, this was probably the last live project aion 4.7.5
i fixed it, about 300 missing NPCs, quest and drop, but there is still a lot to be done, that's why I appreciate and thank you for your work :adore::adore::adore:
 
Junior Spellweaver
Joined
Jul 31, 2014
Messages
141
Reaction score
13
Sure! If you guys want to keep fixing it we can help each other!
 
Last edited:
Joined
Sep 14, 2006
Messages
40
Reaction score
0
Hello,

I'll try to use the source code are directly the repack on a Linux debian 8 with Java JDK7

java version "1.7.0_80"Java(TM) SE Runtime Environment (build 1.7.0_80-b15)Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

Start Login Server is ok
StarGameServer is not ok why ? See the error

2020-02-05 17:39:23,495 ERROR [main] com.aionemu.gameserver.utils.ThreadUncaughtExceptionHandler [ThreadUncaughtExceptionHandler.java:52] Critical Error - Thread: main terminated abnormaly: java.lang.VerifyError: Expecting a stack map frameException Details: Location: com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkGlobalCallback()Z @84: iload_2 Reason: Error exists in the bytecode Bytecode: 0000000: 1214 b200 8901 b800 8c4b 2ab6 008e 9900 0000010: 0703 a700 0703 a700 033d 2ab6 008e 9900 0000020: 0e2a b600 90c0 004c b600 923d 1214 b200 0000030: 8901 1cbb 004c 595d 58b7 0094 b800 974b 0000040: 2ab6 0099 9900 0e2a b600 9ac0 004c b600 0000050: 92ac 1cac 1cac Stackmap Table: append_frame(@21,Object[#55]) same_locals_1_stack_item_frame(@25,Integer) full_frame(@44,{Top,Top,Integer},{}) same_frame(@82)java.lang.VerifyError: Expecting a stack map frameException Details: Location: com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkGlobalCallback()Z @84: iload_2 Reason: Error exists in the bytecode Bytecode: 0000000: 1214 b200 8901 b800 8c4b 2ab6 008e 9900 0000010: 0703 a700 0703 a700 033d 2ab6 008e 9900 0000020: 0e2a b600 90c0 004c b600 923d 1214 b200 0000030: 8901 1cbb 004c 595d 58b7 0094 b800 974b 0000040: 2ab6 0099 9900 0e2a b600 9ac0 004c b600 0000050: 92ac 1cac 1cac Stackmap Table: append_frame(@21,Object[#55]) same_locals_1_stack_item_frame(@25,Integer) full_frame(@44,{Top,Top,Integer},{}) same_frame(@82) at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameServer.java:237) ~[AC-Game.jar:na] at com.aionemu.gameserver.GameServer.main(GameServer.java:277) ~[AC-Game.jar:na]

Wath version java for this core?
 
Initiate Mage
Joined
May 4, 2016
Messages
19
Reaction score
0
Rename the folder "AL-Game" to "AC-Game"
AL-GAME.jar to AC-GAME.jar
Edit StartGS.bat adequately
This worked for me
 
Joined
Sep 14, 2006
Messages
40
Reaction score
0
@momz ? u crazy ?The initial file is AC-Game & AC-GAME.jarWath version of java you using ?i can run login with java 7 the game server dosnt work with java 7
 
Back
Top