RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[BUG] Macro creates client lag.

xlockex

Sorceror
[BUG] Macro creates client lag.

Here's the macro:
Code:
Assistant.Macros.SpeechAction|0|690|3|ENU|2|16|36|I wish to release this
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.AbsoluteTargetAction|0|0|1074161329|979|449|7|2868
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.LiftAction|1074161329|1|2868
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.WalkAction|0
Assistant.Macros.WalkAction|0
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.DropAction|0xFFFFFFFF|(979, 449, 7)|0
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|690|3|ENU|2|16|35|I wish to lock this down
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.AbsoluteTargetAction|0|0|1074161329|979|449|7|2868

This macro releases a locked down table, picks it up, walks through the spot, then puts the table back down. After doing this, I get run-stop client. Every three steps or so my guy will pause and stop running. Resynching/teleporting doesn't fix this. My client version is 5.0.2. I added in the 100ms delays to see if that would solve the problem, and it didn't. The problem persists until the client is closed and reopened; just logging out won't solve it. Anyone have any idea why this happens, and any simple ways I can fix it?
 
Top