Page 1 of 2
Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 9:53 am
by pepinliria
Hi, i already update the scripts via SVN and update.lua, and still the same problem:
pawn.lua:237: Error reading memory in CPawn:update
Here is a screenshot:
Hope it can be corrected.
Greetings.
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 9:57 am
by zbynio
Quietly. Give a little time to find changes of address
And so the author introduces any changes in record time... <respect>
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 10:51 am
by Administrator
Revision 423 for game version 2069 is now committed. Go ahead and test it out. It doesn't look like much has changed except for the character and camera offsets.
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 11:08 am
by Mosh3d
tortoise SVN is showing that i got rev 423 and i used the update.lua located in the rom folder.
But still when i use createwaypoints.lua i get the error posted Above.
when will we get an update? or am i doing something wrong?
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 11:22 am
by Administrator
Try updating again. I just committed r234, which may fix that issue.
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 12:33 pm
by pepinliria
Thanks a lot, all working well now

Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 12:34 pm
by hapsirin
Healing is not working anymore. (PRIEST_REGENERATE secondary skill of mage/priest).
Bot uses only MAGE_FLAME.
Maybe <charname>.xml in profiles folder isn't read anymore?
(german version of game)
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 12:54 pm
by turb000
How do I update this BOT ?
I tried bot/update.lua but it doesn't work.
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 1:12 pm
by Administrator
turb000 wrote:How do I update this BOT ?
I tried bot/update.lua but it doesn't work.
http://www.solarstrike.net/wiki/index.p ... _harder.29
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 1:59 pm
by marnitako
Update with turtoise and will works again
Re: Bot not working with new version 2.1.7.2069
Posted: Thu Mar 11, 2010 4:44 pm
by fethi
i tried rom\update.lua so many times but it doesnt work this time? how can i update?? is there any other way?
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 2:39 am
by flameboy
After SVN update, executing createpath.lua is still giving the "... pawn.lua:237..." error.
Code: Select all
Fri Mar 12 08:23:42 2010 : MicroMacro v1.0
Fri Mar 12 08:23:42 2010 : Processor Type: 2X 586, OS: Windows 7
Fri Mar 12 08:23:42 2010 : LuaCoco is available.
Fri Mar 12 08:23:42 2010 : Lua glues exported.
Fri Mar 12 08:23:42 2010 : Keyboard layout: US English
Fri Mar 12 08:23:53 2010 : Executing script 'createpath.lua'
--------------------------------------------------------------------------------
Fri Mar 12 08:23:53 2010 : Language: english
Fri Mar 12 08:23:55 2010 : D:/micromacro/scripts/rom/classes/pawn.lua:237: Error reading memory in CPawn:update()
Fri Mar 12 08:23:55 2010 : Execution error: Runtime error
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 3:27 am
by Administrator
flameboy: Open up settings.xml and change DEBUGGING to true, then save it. Now run the bot. It should give a (slightly) different error message. What does it say?
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 3:37 am
by flameboy
Code: Select all
Fri Mar 12 09:35:37 2010 : MicroMacro v1.0
Fri Mar 12 09:35:37 2010 : Processor Type: 2X 586, OS: Windows 7
Fri Mar 12 09:35:37 2010 : LuaCoco is available.
Fri Mar 12 09:35:37 2010 : Lua glues exported.
Fri Mar 12 09:35:37 2010 : Keyboard layout: US English
Fri Mar 12 09:35:44 2010 : Executing script 'createpath.lua'
--------------------------------------------------------------------------------
Fri Mar 12 09:35:44 2010 : Language: english
Fri Mar 12 09:35:46 2010 : D:/micromacro/scripts/rom/classes/pawn.lua:146: Error in memory reading
Fri Mar 12 09:35:46 2010 : Execution error: Runtime error
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 3:49 am
by Administrator
Are you sure your addresses.lua is up to date? Have you tried deleting it and reupdating? Can you provide a copy of it?
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 3:52 am
by flameboy
I didn't delete it, but I updated it today.
Code: Select all
-- Auto-generated by update.lua
addresses = {
camPtr_offset = 0x460,
camXUVec_offset = 0x128,
camX_offset = 0x104,
camYUVec_offset = 0x12C,
camY_offset = 0x108,
camZUVec_offset = 0x130,
camZ_offset = 0x10C,
castbar_offset = 0x25C,
charAlive_offset = 0x224,
charBattle_offset = 0x6F2,
charPtr_offset = 0x58C,
macro1_offset = 0x118,
macro2_offset = 0x620,
mousePtr_offset = 0x704,
pawnAttackable_offset = 0x384,
pawnClass1_offset = 0x2FC,
pawnClass2_offset = 0x304,
pawnDirXUVec_offset = 0x34,
pawnDirYUVec_offset = 0x3C,
pawnHP_offset = 0x2C8,
pawnId_offset = 0x14,
pawnLevel2_offset = 0x308,
pawnLevel_offset = 0x300,
pawnMP2_offset = 0x2E0,
pawnMP_offset = 0x2D4,
pawnMaxHP_offset = 0x2D0,
pawnMaxMP2_offset = 0x2E0,
pawnMaxMP_offset = 0x2D8,
pawnMount_offset = 0xC4,
pawnName_offset = 0x290,
pawnPetPtr_offset = 0x280,
pawnTargetPtr_offset = 0x274,
pawnType_offset = 0x18,
pawnX_offset = 0x28,
pawnY_offset = 0x2C,
pawnZ_offset = 0x30,
staticbase_char = 0x985C3C,
staticbase_macro = 0x9D7A04,
staticpattern_char = 0x5D987D,
staticpattern_macro = 0x73B1A5,
}
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 3:57 am
by Administrator
Yes, your addresses.lua is invalid. I'd suggest deleting it then redoing an SVN update.
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 4:01 am
by flameboy
Thanks, it works now.
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 9:37 am
by Emploxc
It seems that the Bot doesn`t work anymore because of the update today. Any fixes ?
Re: Bot not working with new version 2.1.7.2069
Posted: Fri Mar 12, 2010 10:04 am
by useless
Emploxc wrote:It seems that the Bot doesn`t work anymore because of the update today. Any fixes ?
Did you even READ this message before responding to it? The bot works fine but you have to do an SVN update because the addresses file has changed and the rom/update script doesn't fix this particular problem.
If you did an SVN update and it still doesn't work, try deleting your addresses.lua and doing an SVN update again.