-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guild member disconnected when meet guild leader #8676
Comments
This comment was marked as abuse.
This comment was marked as abuse.
this right #8574 ? |
When I report a problem, they often accuse me of having problems with my files. Look at this 2- Compile Guild Bug!! |
if ever you encounter a problem, having a fresh copy of rathena would be a good choice to reproduce such error if you know how to reproduce it. |
Repeat!! Look at this 2- Compile Look at this!! |
Tried to reproduce your error on my emulator and I am unable to reproduce it. can I know the date of your client? |
i tried to reproduce this in my local server and what happen is when you changed your client.exe version into latest one without updating the PACKETVER in src/config/packet.hpp the unsupported packet will happen and it will disconnect you. make sure everytime that you change client.exe version it is match in your PACKETVER in your src/config/packet.hpp |
My exe 2023-09-06 same problem. #ifndef PACKETVER |
Solved Open clif_packetdb.hpp parseable_packet (0x014d, 2, clif_parse_GuildCheckMaster,0); #solved by abodi |
Solved. |
Why did u close this then, is it still happen in latest rathena or not ? |
I think this needs to be added to the master to fix the problem.
|
@Styx1592 Is 2021-11-03 really your client version or your defined |
You're using the default
Is there also a PACKETVER define in src\custom\defines_pre.hpp that might override this (you shouldn't edit the line in packets.hpp anyways)? Check the map server output (as shown in the screenshot of your previous video) for the effective PACKETVER. |
rAthena Hash
0eef678a3
Client Date
2021-11-03
Server Mode
Renewal
Result
1.when guild member meet the guild leader make random guild member disconnected .not all disconnect same time but random 1 - 3 member will disconnected.and i got this in console..
#ifndef CLIF_PACKETDB_HPP
#define CLIF_PACKETDB_HPP
clif_pharse:receive unsupported packet (packet 0x0bb0)
Relevant Log Output
No response
Expected Result
how to fix it make no more disconnected random guild member..
How to Reproduce
.
Official Information
.
Modifications that may affect results
No response
The text was updated successfully, but these errors were encountered: