Patch 3.0.8 broke something...

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
checkii
Posts: 50
Joined: Sat Oct 09, 2010 8:50 pm

Re: Patch 3.0.8 broke something...

#41 Post by checkii »

I encountered a strange bug, i am not sure it its due to the patch or not.

When i start a script with pet assist on and the pet is not summoned, the bot will continuously eat food even when the pet is already full. You can get around this by summoning the pet prior to starting the script. However, I cannot confirm if the bot will overfeed or not after this.
hagenleu
Posts: 28
Joined: Sun Jan 02, 2011 11:20 am

Re: Patch 3.0.8 broke something...

#42 Post by hagenleu »

I'm having this error message:

We found Mailbox and will harvest it.
...ts/rom/userfunctions/addon_Rock5s_Mail_Functions.lua:20: The UMM mail
ce needs to be open first before using the UMM_SendByQuality() function.

Practically, it come near the mailbox, but doesn't open it (seems it doesn't click), so the Rock5's mail function go in error, and i've to remove it from the script.

player:target_Object("Mailbox",1000) seems to not function...

The some problem is when there is something to click, (i.e click for the elf daily item) it stand here in a infinitly loop without do nothing, if i click manually and complete the quest, then the script proceed, till the next click then loop again.

In this case is player:target_Object(112976) to not function...

I've updated rombot and the mail function, but still error....

The script was functioning before the patch, and i've changed nothing.

There is something i'm missing?
Last edited by hagenleu on Thu Jan 27, 2011 6:52 am, edited 1 time in total.
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: Patch 3.0.8 broke something...

#43 Post by Administrator »

rock5 wrote:That was one of the addresses updated by update.lua. There were only 2 offsets updated and both of them were wrong. That's something Administrator needs to fix. I've restored them in rev 569.

This means you can't use update.lua until Administrator fixes the patterns or it will break them again.
What are the 2 offsets that are wrong?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Patch 3.0.8 broke something...

#44 Post by rock5 »

checkii wrote:I encountered a strange bug, i am not sure it its due to the patch or not.

When i start a script with pet assist on and the pet is not summoned, the bot will continuously eat food even when the pet is already full. You can get around this by summoning the pet prior to starting the script. However, I cannot confirm if the bot will overfeed or not after this.
Did you svn update to the latest revision(569)? Because that doesn't happen with me.
hagenleu wrote:player:target_Object("Mailbox",1000) seems to not function...
Works fine for me. Did you svn update to the latest revision(569)?
Administrator wrote:What are the 2 offsets that are wrong?
If you run update.lua, the following offsets get changed but the old values are still correct.
pawnId_offset
charPtrMounted_offset
  • 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
ityrukez
Posts: 1
Joined: Thu Jan 27, 2011 7:21 am

Re: Patch 3.0.8 broke something...

#45 Post by ityrukez »

after rom patch i updated rom bot via svn and run rom/update.lua

now i can attack with bot and farm.

but the millerRanch script is not working anymore. i cant food the chicken. my accept quest, runs to the chicken.. but he dont feed it.. :-/
JackBlonder
Posts: 99
Joined: Sat Dec 18, 2010 6:55 am

Re: Patch 3.0.8 broke something...

#46 Post by JackBlonder »

after rom patch i updated rom bot via svn and run rom/update.lua
Don't use update.lua for now.
Delete your addresses.lua und svnupdate again
p3p3mus
Posts: 10
Joined: Thu Dec 16, 2010 4:16 pm

Re: Patch 3.0.8 broke something...

#47 Post by p3p3mus »

I have installed the last patch and ran update.lua. After that debugger says /rom/classes/memorytable.lua:123: attempt to arithmetic on local 'tablePointerDir' <a nil value>. I've tried to change the hex value in file addresses.lua, attribute "pawnId_offset = 0x24" assigning value 0x14 (as it's talked in this thread), saved and run the bot but this value is returned to 0x24 (automatically), any idea?
thanks for all
S3v3n11
Posts: 91
Joined: Thu Jul 09, 2009 7:37 am

Re: Patch 3.0.8 broke something...

#48 Post by S3v3n11 »

I think it has been said more than once not to use update.lua!
huevero
Posts: 2
Joined: Thu Jan 27, 2011 9:57 am

Re: Patch 3.0.8 broke something...

#49 Post by huevero »

Hello,
I use rom bot v3.29 for collect eggs.
Since the patch 3.0.8. does not work, no way to fix it? thanks
Kleinernoob
Posts: 1
Joined: Thu Jan 27, 2011 10:06 am

Re: Patch 3.0.8 broke something...

#50 Post by Kleinernoob »

Hello together and sorry for my bas English :oops:

I have the same Problem with Miller farm!
I read here the posts and I dont understand what I have to do!
I delete my adresses.lua
Then I Start the svn.update File in the Folder of my Bot Program.
But nothing happens ^^
Then I write in "MillersRanch_egg" rom/update.lua, but also nothing!
Where or how do I get a new Adresses.lua? :oops: :roll:
I am really a Noob with this, but can somebody say my please what I have to do? :oops:
I was also on the svn Site. But how do I get the new or other things??

Or should I wait for an Update? :?:
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Patch 3.0.8 broke something...

#51 Post by jduartedj »

It's been said, Use SVN update. Don't use update.lua (or rom/bot update or rom/update in MiscroMacro).
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Patch 3.0.8 broke something...

#52 Post by rock5 »

Kleinernoob wrote:Then I Start the svn.update File in the Folder of my Bot Program.
But nothing happens ^^
You need TortoiseSVN installed for this to work.
  • 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
huevero
Posts: 2
Joined: Thu Jan 27, 2011 9:57 am

Re: Patch 3.0.8 broke something...

#53 Post by huevero »

jduartedj wrote:It's been said, Use SVN update. Don't use update.lua (or rom/bot update or rom/update in MiscroMacro).
I 'install' the revision 568 but now the program says:
'scripts/rom/classes/player.lua:1995: attempt to perform arithmetic on field 'castbar_offset' (a nil value)

Please help me!
checkii
Posts: 50
Joined: Sat Oct 09, 2010 8:50 pm

Re: Patch 3.0.8 broke something...

#54 Post by checkii »

I have the lastest revision and i narrowed the overfeeding down a bit.
It seems to happen when I place the food in the arcane transmutation chest. It wont happen when the food is located in the inventory.

I think this issue has nothing to do with the patch.
JackBlonder
Posts: 99
Joined: Sat Dec 18, 2010 6:55 am

Re: Patch 3.0.8 broke something...

#55 Post by JackBlonder »

I 'install' the revision 568 but now the program says:
'scripts/rom/classes/player.lua:1995: attempt to perform arithmetic on field 'castbar_offset' (a nil value)

Please help me!
Try revision 569
p3p3mus
Posts: 10
Joined: Thu Dec 16, 2010 4:16 pm

Re: Patch 3.0.8 broke something...

#56 Post by p3p3mus »

I install with SVN update rev 569 and it have a new fail

what can I do?
Attachments
error.jpg
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Patch 3.0.8 broke something...

#57 Post by jduartedj »

P3P3 you didn't update properly!
probably the petegg class wasn't updated since a while ago, try deleting classes folder and update again
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
p3p3mus
Posts: 10
Joined: Thu Dec 16, 2010 4:16 pm

Re: Patch 3.0.8 broke something...

#58 Post by p3p3mus »

ok, I updated again, the bot runs but miller's ranch does not do anything, just going from one place to another and not interact with the chickens ...
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Patch 3.0.8 broke something...

#59 Post by rock5 »

p3p3mus wrote:ok, I updated again, the bot runs but miller's ranch does not do anything, just going from one place to another and not interact with the chickens ...
Try clicking the 'rom' folder and selecting 'TortoiseSVN/Revert'. Select all the conflicting files and then click 'ok'.

Also,

DON'T RUN UPDATE.LUA.
  • 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
Triora
Posts: 12
Joined: Tue Dec 14, 2010 12:51 pm

Re: Patch 3.0.8 broke something...

#60 Post by Triora »

If I manually edit the addresses file, and I change these values:

castingBarPtr = 0xA103B4,
inventoryBagIds = 0x9D18FC,
pawnId_offset = 0x14,
tablesBase = 0x9DEC74,
tablesBaseOffset = 0x28

the bot start, but as everyone else said, the RanchPetEgg script doesn't work.

Then, I updated the bot as rock said:
rock5 wrote: Try clicking the 'rom' folder and selecting 'TortoiseSVN/Revert'. Select all the conflicting files and then click 'ok'.

Also, DON'T RUN UPDATE.LUA.
but then, the bot doesn't start.. and it says it need to be update, to execute rom/update.lua

so?

It seems that the addresses file SVN will download, it's older thant my file..
Then, what we have to do?
Post Reply