Page 1 of 1
MicroMacro Beta Error
Posted: Fri Oct 18, 2013 5:59 am
by rido_knight
Hi i downloaded micromacro beta.I have problem.I guess program gives 2 errors.One of them micromacro error other one rom bot error so i couldnt decide where to open topic.
Just l9-10_bugs.xml gives this error.
EDIT : I DELETE changeProfileOption("LOOT", true); LINE.It works
Re: MicroMacro Beta Error
Posted: Fri Oct 18, 2013 7:37 am
by rock5
Yeah, Administrator moved a couple of functions, namely printf and sprintf I think. A lot of the function calls inside these functions need a prefix of 'global.' to work properly in this file. Administrator should probably upload another beta with these fixed because it breaks the functionality.
The easy fix is to go to the top of the cli.lua file. You should see something like this.
Code: Select all
local type = global.type;
local error = global.error;
local string = global.string;
local unpack = global.unpack;
local pcall = global.pcall;
local io = global.io;
Just add
I think there is an issue with sprintf as well so also add
Re: MicroMacro Beta Error
Posted: Fri Oct 18, 2013 8:22 am
by rido_knight
rock5 wrote:Yeah, Administrator moved a couple of functions, namely printf and sprintf I think. A lot of the function calls inside these functions need a prefix of 'global.' to work properly in this file. Administrator should probably upload another beta with these fixed because it breaks the functionality.
The easy fix is to go to the top of the cli.lua file. You should see something like this.
Code: Select all
local type = global.type;
local error = global.error;
local string = global.string;
local unpack = global.unpack;
local pcall = global.pcall;
local io = global.io;
Just add
I think there is an issue with sprintf as well so also add
thanks master.i ll add ^_^
Re: MicroMacro Beta Error
Posted: Sun Oct 20, 2013 12:12 am
by rock5
Looks like Administrator updated the latest beta. That should fix this problem.
Re: MicroMacro Beta Error
Posted: Sun Oct 20, 2013 1:42 am
by rido_knight
rock5 wrote:Looks like Administrator updated the latest beta. That should fix this problem.
i updated thanks for warning ^_^
MicroMacro Error
Posted: Wed Oct 23, 2013 12:48 am
by chesterfield
where is ingames folder usw ???
Re: MicroMacro Beta Error
Posted: Wed Oct 23, 2013 1:03 am
by rock5
chesterfield wrote:where is ingames folder usw ???
Why do you ask? Did you get an error message saying you needed to copy it over to the games addon folder? If so, did you read the error message properly? It clearly says where it is.
Re: MicroMacro Beta Error
Posted: Wed Oct 23, 2013 1:34 am
by chesterfield
rock5 wrote:chesterfield wrote:where is ingames folder usw ???
Why do you ask? Did you get an error message saying you needed to copy it over to the games addon folder? If so, did you read the error message properly? It clearly says where it is.
who can furnish to me this point? I can send nobody in English, or to me ready furnished
Re: MicroMacro Beta Error
Posted: Wed Oct 23, 2013 2:21 am
by rock5
Someone else had the exact same problem.
http://www.solarstrike.net/phpBB3/viewt ... 267#p53267
It still hasn't been resolved.
Maybe you could try what Administrator says on the last post.
Re: MicroMacro Beta Error
Posted: Fri Oct 25, 2013 2:57 am
by Administrator
For some reason, you unpacked MicroMacro inside micromacro/scripts/rom. You need to install the RoM bot there; not a second copy of MicroMacro.
Re: MicroMacro Beta Error
Posted: Fri Oct 25, 2013 3:03 am
by rock5
LoL. I should have noticed that.
