Search found 5 matches

by ohos
Fri Nov 18, 2011 2:38 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 424168

Re: Rock5's Millers Ranch Scripts

after updating ingamefunctions and just adding debug messages into ingamefunctions.lua bot started working, i think problem was with file encode and game couldn't read it xD

but now i have another problem - elf bot doesn't take quest, doesn't target blinsik... what wrong?

solved - bot used russian ...
by ohos
Fri Nov 18, 2011 2:29 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 424168

Re: Rock5's Millers Ranch Scripts

ingame functions addon seems don't have resultMacro variable, is it intended? o_O i think this required by

while( memoryReadByte(getProc(), macro_address + addresses.macroSize *(resultMacro - 1) + addresses.macroBody_offset) == 6 ) do

in functions.lua
by ohos
Fri Nov 18, 2011 12:48 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 424168

Re: Rock5's Millers Ranch Scripts

i did svn update (again), the first problem is:


-- Terminate this copy of MicroMacro.
os.exit();
else
printf("Did not find any crashed game clients.\n");
end
end
atError(errorCallback);

function resumeCallback()
printf("Resumed.\n");


the bot tell me there is error at line 384 in ...
by ohos
Thu Nov 17, 2011 2:57 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 424168

Re: Rock5's Millers Ranch Scripts

did some debug and found, that problem in functions.lua at line 650

while( memoryReadByte(getProc(), macro_address + addresses.macroSize *(resultMacro - 1) + addresses.macroBody_offset) == 6 ) do

this while loop always return true and external until loop never end because tryagain variable never ...
by ohos
Thu Nov 17, 2011 2:25 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 424168

Re: Rock5's Millers Ranch Scripts

have stucked at message after loading profile
Testing 'ingamefunctions' macro

any solution? there is 4.0.4 game version now