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-5.8(G-Robson26) help

Junior Spellweaver
Joined
Jun 8, 2013
Messages
153
Reaction score
6
the simulator function is comprehensive,! But I also found some problems, such as MINI pets use scrolls will have problems, the main city transmission point will be lost, the main problem is that ordinary attack speed is very slow, three times slower than normal speed


How to solve this common attack speed problem?
 
Junior Spellweaver
Joined
Jun 8, 2013
Messages
153
Reaction score
6
Oh my God? Why do I have to wait 4-5 seconds between the first normal attack and the second



Attack speed work fine...
Correct speed, standard.
You should be correct! ! I replaced the edited file normally, it should be the wrong value I changed! ! !How should I delete the fear effect that appears in the attack?
 
Upvote 0
Newbie Spellweaver
Joined
Oct 4, 2019
Messages
34
Reaction score
3
Are you using Robson's modified client? If so, where did you find it? :D
 
Upvote 0
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,160
When attacking creatures, the creatures that appear indefinitely appear to have the same fear effect! ! Run backward

This is done in the source code, but i will not remove it for now.



Are you using Robson's modified client? If so, where did you find it? :D

You can use any Aion 5.8 client.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Oct 4, 2019
Messages
34
Reaction score
3
Are you planning to release the emu source + client at some point in the future tho? I've seen you added a ton of stuff from pre 4.8.
 
Upvote 0
Junior Spellweaver
Joined
Jun 8, 2013
Messages
153
Reaction score
6
I didn't add anything from 4.8, it already existed in the emu.
In the state of teaming, I won the loot, I can't roll correctly, I checked if (player.isInGroup2() || player.isInAlliance2()) { if (roll == 0) { PacketSendUtility.sendPacket(player, SM_SYSTEM_MESSAGE.STR_MSG_DICE_GIVEUP_ME); } else { luck = Rnd.get(1, 100); PacketSendUtility.sendPacket(player, SM_SYSTEM_MESSAGE.STR_MSG_DICE_RESULT_ME(luck, 100)); }But still can't be solved, can someone help me?

Maybe he should be somewhere else?
 
Upvote 0
Newbie Spellweaver
Joined
Jun 29, 2020
Messages
5
Reaction score
0
How do you setup the database? I ended up using the files in the original release to create it.Also, after I start the game server I get this error message:
 
Upvote 0
Newbie Spellweaver
Joined
Jun 29, 2020
Messages
5
Reaction score
0
Sorry, I downloaded your files. I get this error I run the 1_start_database.bat first and this is the result:
I tried changing those value in the my-large.ini inside Aion-5.8(by_G-Robson26)\Aion_5.8\Database:

password = your_password
master-host = ...
master-user = ...
master-password = ...
master-port = ...

but I'm still getting the same result and error message. Any hints as to what I'm doing wrong?

PS: Sorry for the dumb questions. I'm a newbie. I've ran a couple of emulators before, but the database was usually in an .sql file that just had to be executed and this is really confusing to me... :(
 
Upvote 0
Master Summoner
Joined
May 25, 2020
Messages
543
Reaction score
240
Sorry, I downloaded your files. I get this error I run the 1_start_database.bat first and this is the result:
I tried changing those value in the my-large.ini inside Aion-5.8(by_G-Robson26)\Aion_5.8\Database:

password = your_password
master-host = ...
master-user = ...
master-password = ...
master-port = ...

but I'm still getting the same result and error message. Any hints as to what I'm doing wrong?

PS: Sorry for the dumb questions. I'm a newbie. I've ran a couple of emulators before, but the database was usually in an .sql file that just had to be executed and this is really confusing to me... :(

are you change password or anything in db configs ?? if yes dont do it .
 
Upvote 0
Junior Spellweaver
Joined
Jun 8, 2013
Messages
153
Reaction score
6
Sorry, I downloaded your files. I get this error I run the 1_start_database.bat first and this is the result:
I tried changing those value in the my-large.ini inside Aion-5.8(by_G-Robson26)\Aion_5.8\Database:

password = your_password
master-host = ...
master-user = ...
master-password = ...
master-port = ...

but I'm still getting the same result and error message. Any hints as to what I'm doing wrong?

PS: Sorry for the dumb questions. I'm a newbie. I've ran a couple of emulators before, but the database was usually in an .sql file that just had to be executed and this is really confusing to me... :(


The build server can be started directly, if you want to build your own account password, you can manually build your own database and java
 
Upvote 0
Back
Top