MicroMacro Beta Error

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
rido_knight
Posts: 102
Joined: Wed May 29, 2013 6:50 am
Location: Turkey

MicroMacro Beta Error

#1 Post by rido_knight » Fri Oct 18, 2013 5:59 am

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.

Image


EDIT : I DELETE changeProfileOption("LOOT", true); LINE.It works

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: MicroMacro Beta Error

#2 Post by rock5 » Fri Oct 18, 2013 7:37 am

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

Code: Select all

local tostring = global.tostring
I think there is an issue with sprintf as well so also add

Code: Select all

local sprintf = global.sprintf
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
rido_knight
Posts: 102
Joined: Wed May 29, 2013 6:50 am
Location: Turkey

Re: MicroMacro Beta Error

#3 Post by rido_knight » Fri Oct 18, 2013 8:22 am

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

Code: Select all

local tostring = global.tostring
I think there is an issue with sprintf as well so also add

Code: Select all

local sprintf = global.sprintf

thanks master.i ll add ^_^

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: MicroMacro Beta Error

#4 Post by rock5 » Sun Oct 20, 2013 12:12 am

Looks like Administrator updated the latest beta. That should fix this problem.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
rido_knight
Posts: 102
Joined: Wed May 29, 2013 6:50 am
Location: Turkey

Re: MicroMacro Beta Error

#5 Post by rido_knight » Sun Oct 20, 2013 1:42 am

rock5 wrote:Looks like Administrator updated the latest beta. That should fix this problem.

i updated thanks for warning ^_^

chesterfield
Posts: 34
Joined: Thu Feb 16, 2012 4:03 am

MicroMacro Error

#6 Post by chesterfield » Wed Oct 23, 2013 12:48 am

where is ingames folder usw ???
Attachments
ingamesfunction folder usw ??? Its no there
ingamesfunction folder usw ??? Its no there
update
update
svn update
svn update
svn revert emty ??
svn revert emty ??
checkout
checkout
ok
ok

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: MicroMacro Beta Error

#7 Post by rock5 » Wed Oct 23, 2013 1:03 am

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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

chesterfield
Posts: 34
Joined: Thu Feb 16, 2012 4:03 am

Re: MicroMacro Beta Error

#8 Post by chesterfield » Wed Oct 23, 2013 1:34 am

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
Attachments
files lack
files lack

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: MicroMacro Beta Error

#9 Post by rock5 » Wed Oct 23, 2013 2:21 am

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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: MicroMacro Beta Error

#10 Post by Administrator » Fri Oct 25, 2013 2:57 am

For some reason, you unpacked MicroMacro inside micromacro/scripts/rom. You need to install the RoM bot there; not a second copy of MicroMacro.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: MicroMacro Beta Error

#11 Post by rock5 » Fri Oct 25, 2013 3:03 am

LoL. I should have noticed that. :oops:
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 153 guests