Page 3 of 5

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 5:45 am
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.

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 6:25 am
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?

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 6:44 am
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?

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 7:13 am
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

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 7:35 am
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.. :-/

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 7:42 am
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

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 9:49 am
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

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 10:00 am
by S3v3n11
I think it has been said more than once not to use update.lua!

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 10:05 am
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

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 10:20 am
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? :?:

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 10:59 am
by jduartedj
It's been said, Use SVN update. Don't use update.lua (or rom/bot update or rom/update in MiscroMacro).

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 11:08 am
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.

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 11:42 am
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!

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 12:02 pm
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.

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 12:28 pm
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

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 4:01 pm
by p3p3mus
I install with SVN update rev 569 and it have a new fail

what can I do?

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 4:37 pm
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

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 4:53 pm
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 ...

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 5:47 pm
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.

Re: Patch 3.0.8 broke something...

Posted: Thu Jan 27, 2011 6:09 pm
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?