Date: 4/24/09
Public/Development: Public
Revision #: 32
File Involved (if known): Magic.scar
The Cast function doesn't currently click. Taking a peak inside the code, I found out why:
SCAR Code:if (Result) then
begin
MouseBox(B.X1, B.Y1, B.X2, B.Y2, 3);
Wait(500 + Random(500));
end;
For some reason, it's using the movement only version of MouseBox when it finds the spell to cast.





Reply With Quote















