RO client deal bug - REMOTE DEAL JAM (bot and client)

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
DrKN
Developers
Developers
Posts: 79
Joined: 06 Oct 2010, 09:22
Noob?: No

RO client deal bug - REMOTE DEAL JAM (bot and client)

#1 Post by DrKN »

PLEASE NOT RELEASING IT TO PUBLIC!

normal situation:
$messageSender->sendDealReply(4);
this line means when someone deal request you but you click cancel

$messageSender->sendCurrentDealCancel();
this line means the deal *is start* but you click cancel

now the bug is..
When the deal is start, but i am sending the line
$messageSender->sendDealReply(4);
The victim will freeze the deal box, (clicking deal accept will automatically do deal cancel due to bug checking)
But yourself will still able to accept deal from other people.
You will still unable to deal other people because u are also in this deal but the server is canceled your deal

Locked