RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
TomBowyer
Posts: 2
Joined: Wed Oct 07, 2009 12:58 pm

RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#1 Post by TomBowyer »

Hi,
I have just updated to RoM version 2.1.1.1909.en (after todays patch and server maintenance).

The bot was working perfectly last night however now im getting the error:
/MicroMacro/scripts/rom/classes/pawn.lua:183: bad argument #1 to 'bitAnd' ((null))

Ive re-downloaded from SVN, could anyone advise on this problem, does RoM bot need an update or am I doing something wrong?

Regards,
Tom.
Steinmeier
Posts: 10
Joined: Tue Sep 15, 2009 6:41 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#2 Post by Steinmeier »

Same here.
Before and After SVN-Update
j_schlott
Posts: 119
Joined: Tue Aug 18, 2009 11:42 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#3 Post by j_schlott »

im getting the same error, more than likely the game changed somewhat and will need a bot update

Code: Select all

	if( self.Type == PT_MONSTER ) then
		self.Attackable = true;
	else
		if( bitAnd(attackableFlag, ATTACKABLE_MASK_PLAYER) ) then <<<<<<<<---------------
			self.Attackable = true;
		else
			self.Attackable = false;
		end
	end
thats the line in the code thats giving error
jupister
Posts: 3
Joined: Fri Jun 19, 2009 10:24 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#4 Post by jupister »

likewise, seems like the bot is down.. :(
FelixTheCatetris
Posts: 9
Joined: Thu Sep 10, 2009 7:17 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#5 Post by FelixTheCatetris »

Ditto. Omg love botting, please update asap. Your program/code saves me the lame-o mmo grind time. Thanks!
Uniden65
Posts: 151
Joined: Thu Aug 20, 2009 5:17 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#6 Post by Uniden65 »

i agree but its ROM bot version 3.0.

and there very good here so just give them some time .......
User avatar
droppen
Posts: 179
Joined: Mon Aug 03, 2009 10:32 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#7 Post by droppen »

hmm, there is some major changes in the game. i cannot fix it with my skill's. we'll have to wait
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#8 Post by Administrator »

I've made an update to SVN that contains new addresses and flags that will fix this problem. It needs to be tested a bit more (as checking every offset manually takes a very long time) but it looks like a majority of the problems should be resolved.
ToreDeLoro
Posts: 12
Joined: Thu Sep 24, 2009 7:18 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#9 Post by ToreDeLoro »

i run 'rom/bot.lua update' but i still have this error

thanks
d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#10 Post by d003232 »

ToreDeLoro wrote:i run 'rom/bot.lua update' but i still have this error

thanks
Read here for a workaround.
The RoM Bot Online Wiki needs your help!
FelixTheCatetris
Posts: 9
Joined: Thu Sep 10, 2009 7:17 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#11 Post by FelixTheCatetris »

I get this error as well, but only after the bot has been running for a little bit, and only if I am running two bots on one pc. If i solo bot it doesn't appear to happen.
Uniden65
Posts: 151
Joined: Thu Aug 20, 2009 5:17 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#12 Post by Uniden65 »

the Offset must still be off ? about 20 - 30 min into running the bot it does this

Image

hope this helps, i blanked everything else to cover up who iam on line this just shows the error for reference.

Reseting the client will fix it but it happens again and again ...

SVN Version 336 Maybe working correctly Now alot of offsets where changed, if this changes ill come back and report.
d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

#13 Post by d003232 »

CDWriter wrote:SVN Version 336 Maybe working correctly Now alot of offsets where changed, if this changes ill come back and report.
No it is not corrected. You can use the workaround until it is fixed finaly.
The RoM Bot Online Wiki needs your help!
Post Reply