Code: Select all
acc/char used out of sequnce cursor.Don't have idea how to handle this. Any help would be appreciated.
Code: Select all
acc/char used out of sequnce cursor.anduopacket.cfg wrote:Packet 0x6C
{
Length 0x13
SendFunction anty:SendAntyMacro
}
Now, when I use (i.e.) animal taming, the cursor appears. Then if I click something - nothing happens. When I try after that use animal taming again - sysmessage appears "you already doing something else" (something goes wrong, and server still wait for target packet). What i've done wrong?anty.src wrote:use uo;
use os;
Program Install()
print("Anty Out-Of-Sync Target Activated");
return 1;
Endprogram
exported function SendAntyMacro(who, byref packet)
who := who;
syslog("SendAntyMacro");
return 1;
endfunction