Page 5 of 5

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 4:54 am
by Tendog
I have no green Button at the adresses file. I update the rom folder via right click and then i click SVN Update. Okay, the Adresses File ist now green. BUT when i log in and start the bot ... the adresses file have a red button and the bot runs (chicken at miller) from the npc to the chickens (p3p3mus report it). Okay, you say i must right click on the rom folder and click on revert ... woooh the adresses file is now green ... i log in and start the bot ... same thing. the adresses file is now red and the bot runs to the chicken and to the npc -.- (p3p3mus report it)

Sorry for my english, i´m german - but i think, you can read it and can help me :)

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 5:59 am
by p3p3mus
here I have the same problem as Tendog

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 6:13 am
by JackBlonder
How do you start your bot Tendog?

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 6:34 am
by Tendog
I start my bot with this batch file:

Code: Select all

@echo off
START micromacro.exe scripts/rom/bot.lua update path:MillersRanchEggs
The bot say "press entf" and then the bot works ... not. befor the patch i have no problems ...

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 7:39 am
by rock5
Tendog wrote:I start my bot with this batch file:

Code: Select all

@echo off
START micromacro.exe scripts/rom/bot.lua update path:MillersRanchEggs
The bot say "press entf" and then the bot works ... not. befor the patch i have no problems ...
Well there's your problem. You have an 'update' in that command so it's doing an update. The update messes up addresses.lua. Remove the "update" from the command above and it should work. Don't forget to revert addresses.lua again.

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 7:46 am
by Tendog
i love you, i love you all :mrgreen:

Many thanks, the bot works now :) :) :)

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 8:09 am
by arcad
I killed my bot, download the Micromacro from Solarstrike then made update of the "ROM" folder with SVN and still getting

Code: Select all

scripts/rom/classes/pawn.lua:334: Error reading memory in CPawn:update()
any advice? :shock:

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 8:23 am
by p3p3mus
same problem, same solution! the bot works fine, thank you very much... you're amazing!!! :D

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 8:37 am
by JackBlonder
I start my bot with this batch file:



Code:
@echo off
START micromacro.exe scripts/rom/bot.lua update path:MillersRanchEggs
I thought so :roll:

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 10:17 am
by arcad
so i startet over again, now getting

Code: Select all

scripts/rom/classes/memorytable.lua:123: attempt to perform arithmetic on local
'tablePointerDir' (a nil value)
:?:

[edit says]

well... i just startet again from the begining and IT WORKS! :D

don't know why, i did nothing more or less... well...as long as it works, its fine with me :mrgreen:

Re: Patch 3.0.8 broke something...

Posted: Sat Jan 29, 2011 11:00 am
by JackBlonder

Code: Select all

scripts/rom/classes/memorytable.lua:123: attempt to perform arithmetic on local
'tablePointerDir' (a nil value)
You have wrong memory table values in your addresses.lua ...

-Rightclick your scripts/rom folder
-SVN Update
-Rightclick your scripts/rom folder
-Tortoise SVN->revert...
-Start rombot with rom/bot (in micromacro)

!!! Do NOT use rom/rom update or update.lua !!!
!!! Do NOT use batch files that contain bot update to start your bot or delete update

Re: Patch 3.0.8 broke something...

Posted: Sun Jan 30, 2011 3:14 am
by rock5
JackBlonder wrote:-Rightclick your scripts/rom folder
-SVN Update
-Rightclick your scripts/rom folder
-Tortoise SVN->revert...
-Start rombot with rom/bot (in micromacro)

!!! Do NOT use rom/rom update or update.lua !!!
!!! Do NOT use batch files that contain bot update to start your bot or delete update
Cool! You're paraphrasing me. :) As long as I don't have to say it again.