Aion-5.8(G-Robson26) help

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Proficient Member qw19860616 is offline
    MemberRank
    Jun 2013 Join Date
    152Posts

    Aion-5.8(G-Robson26) help

    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?


  2. #2
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Aion-5.8(G-Robson26) help

    Attack speed work fine...
    Correct speed, standard.

  3. #3
    Proficient Member qw19860616 is offline
    MemberRank
    Jun 2013 Join Date
    152Posts

    Re: Aion-5.8(G-Robson26) help

    Oh my God? Why do I have to wait 4-5 seconds between the first normal attack and the second

    - - - Updated - - -

    Quote Originally Posted by Robson26 View Post
    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?

  4. #4
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Aion-5.8(G-Robson26) help

    How should I delete the fear effect that appears in the attack?

    I didn't understand you
    Last edited by Robyson; 24-06-20 at 12:34 AM.

  5. #5
    Proficient Member qw19860616 is offline
    MemberRank
    Jun 2013 Join Date
    152Posts

    Re: Aion-5.8(G-Robson26) help

    When attacking creatures, the creatures that appear indefinitely appear to have the same fear effect! ! Run backward

  6. #6
    Enthusiast pen15 is offline
    MemberRank
    Oct 2019 Join Date
    33Posts

    Re: Aion-5.8(G-Robson26) help

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

  7. #7
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Aion-5.8(G-Robson26) help

    Quote Originally Posted by qw19860616 View Post
    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.

    - - - Updated - - -

    Quote Originally Posted by pen15 View Post
    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 by Robyson; 26-06-20 at 11:41 PM.

  8. #8
    Enthusiast pen15 is offline
    MemberRank
    Oct 2019 Join Date
    33Posts

    Re: Aion-5.8(G-Robson26) help

    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.

  9. #9
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Aion-5.8(G-Robson26) help

    I didn't add anything from 4.8, it already existed in the emu.

  10. #10
    Proficient Member qw19860616 is offline
    MemberRank
    Jun 2013 Join Date
    152Posts

    Re: Aion-5.8(G-Robson26) help

    Quote Originally Posted by Robson26 View Post
    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?

  11. #11
    Apprentice Mr0nborn is offline
    MemberRank
    Jun 2020 Join Date
    5Posts

    Re: Aion-5.8(G-Robson26) help

    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:https://imgur.com/Eh6NmRW

  12. #12
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Aion-5.8(G-Robson26) help

    Sorry but those are not files that i posted...
    These are my http://forum.ragezone.com/f587/aion-...07/index3.html
    Last edited by Robyson; 29-06-20 at 11:39 PM.

  13. #13
    Apprentice Mr0nborn is offline
    MemberRank
    Jun 2020 Join Date
    5Posts

    Re: Aion-5.8(G-Robson26) help

    Sorry, I downloaded your files. I get this error https://imgur.com/kV6Exas
    I run the 1_start_database.bat first and this is the result: https://imgur.com/Y80XCmZ

    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... :(

  14. #14
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Aion-5.8(G-Robson26) help

    Everything working fine... Screenshot by Lightshot

    database.user = root

    database.password = 123456

  15. #15
    King is Here ! cinus is offline
    MemberRank
    May 2020 Join Date
    NetherlandLocation
    457Posts

    Re: Aion-5.8(G-Robson26) help

    Quote Originally Posted by Mr0nborn View Post
    Sorry, I downloaded your files. I get this error https://imgur.com/kV6Exas
    I run the 1_start_database.bat first and this is the result: https://imgur.com/Y80XCmZ

    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 .



Page 1 of 2 12 LastLast

Advertisement