rom error after patch?? ends game client

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
holykillz
Posts: 12
Joined: Fri Jan 29, 2010 10:44 am

rom error after patch?? ends game client

#1 Post by holykillz » Fri Jan 28, 2011 9:39 pm

OPENING LOCAL SKILLS DB!
RoM windows size is 1020x742, upper left corner at 8,30
MACRO Test: ok
[DEBUG] TIMEOUT in RoMScript ...
Error while reading the language settings of the game. Have you assigned your em
pty MACRO ingame? Please restart the bot and/or the games client.No ranged skill
s specified in profile; Turning COMBAT_RANGED_PULL off.
[DEBUG] CPU Frequency 2050.986
Loading items tables.
100% [**************************************************]

Getting item type names.
066% [*************-------]...romacro/micromacro/scripts/rom/classes/itemtypes.l
ua:58: attempt to get length of field '?' (a nil value)

it acts like it loads and then the bot gives me a critical game error and shuts down and ive tried it with and with out the macro in the slot since its been made not to have to have one there the bot makes it itself idk why its not working

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

Re: rom error after patch?? ends game client

#2 Post by rock5 » Fri Jan 28, 2011 10:56 pm

That's unusual. Try adding this line above line 58 in itemtypes.lua.

Code: Select all

if data[t1] == nil then print("failed t1 number is",t1) end
It should then look like this.

Code: Select all

		displayProgressBar(((t1+2)/(#data+3)) * 100, 20);
		if data[t1] == nil then print("failed t1 number is",t1) end
		local t3_data = {RoMScript("} for B=0," .. #data[t1] .. " do C=0 repeat " ..
Tell me what number it prints.

And by the way, what language do you play the client in?
  • 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
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: rom error after patch?? ends game client

#3 Post by rock5 » Fri Jan 28, 2011 11:01 pm

Another idea, maybe you have a corrupt 'macro.bsd' file. Try renaming it to 'macro.bak' and restarting the game. Then try the bot again. You'll find the file in your "My Documents" folder under "Runes of Magic/charactername/".
  • 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

holykillz
Posts: 12
Joined: Fri Jan 29, 2010 10:44 am

Re: rom error after patch?? ends game client

#4 Post by holykillz » Sat Jan 29, 2011 10:42 pm

im running english im working on trying wat u said now

holykillz
Posts: 12
Joined: Fri Jan 29, 2010 10:44 am

Re: rom error after patch?? ends game client

#5 Post by holykillz » Sat Jan 29, 2011 10:47 pm

sweeet the 2nd one worked!! thanks man

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 0 guests