Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

MWheelDown спам

Only for requests.
Post Reply
Kashey
Novice
Novice
Posts: 51
Joined: 29.09.2013 14:47
Location: Одесса

MWheelDown спам

Post by Kashey »

Code: Select all

procedure sayBank();
begin
    UOSayColor('vendor buy bank guards i ban thee', 53);
end;
Если биндить на "Mouse Up" - все ок, на один щелчок колеса - одно срабатывание.
Если биндить на "Mouse Down" - на один щелчок идет 10+ срабатываний, что вылевается в зависание клиента на несколько секунд.

Code: Select all

[00:37:42:155] xxx: vendor buy bank guards i ban thee
[00:37:42:155] xxx: Bank container has 65 items, 459 stones
[00:37:42:254] System: Ignoring speech request (speech throttle).
[00:37:42:265] System: Ignoring speech request (speech throttle).
[00:37:42:275] System: Ignoring speech request (speech throttle).
[00:37:42:308] System: Ignoring speech request (speech throttle).
[00:37:42:329] System: Ignoring speech request (speech throttle).
[00:37:42:350] System: Ignoring speech request (speech throttle).
[00:37:42:441] System: Ignoring speech request (speech throttle).
[00:37:42:473] System: Ignoring speech request (speech throttle).
[00:37:42:634] System: Ignoring speech request (speech throttle).
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: MWheelDown спам

Post by Vizit0r »

исправлено в 8.8.5
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
Post Reply