Bot not working with new version 2.1.7.2069
-
- Posts: 2
- Joined: Mon Feb 01, 2010 7:26 am
Re: Bot not working with new version 2.1.7.2069
Quietly. Give a little time to find changes of address
And so the author introduces any changes in record time... <respect>
And so the author introduces any changes in record time... <respect>
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bot not working with new version 2.1.7.2069
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
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?
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?
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bot not working with new version 2.1.7.2069
Try updating again. I just committed r234, which may fix that issue.
-
- Posts: 2
- Joined: Mon Feb 01, 2010 7:26 am
Re: Bot not working with new version 2.1.7.2069
Thanks a lot, all working well now
Re: Bot not working with new version 2.1.7.2069
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)
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
How do I update this BOT ?
I tried bot/update.lua but it doesn't work.
I tried bot/update.lua but it doesn't work.
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bot not working with new version 2.1.7.2069
http://www.solarstrike.net/wiki/index.p ... _harder.29turb000 wrote: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
Update with turtoise and will works again
Re: Bot not working with new version 2.1.7.2069
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
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
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bot not working with new version 2.1.7.2069
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
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
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bot not working with new version 2.1.7.2069
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
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,
}
- Administrator
- Site Admin
- Posts: 5313
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Bot not working with new version 2.1.7.2069
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
Thanks, it works now.
Re: Bot not working with new version 2.1.7.2069
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
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.Emploxc wrote:It seems that the Bot doesn`t work anymore because of the update today. Any fixes ?
If you did an SVN update and it still doesn't work, try deleting your addresses.lua and doing an SVN update again.
Who is online
Users browsing this forum: No registered users and 6 guests