Page 1 of 6

4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 5:56 am
by lisa
Ok all done, should work now

SVN update and SVN revert then try to use bot again.

Still having issues???

1. download this zip file
MMrombot.zip
for patch 4.0.4.2456
(829.29 KiB) Downloaded 493 times
2. go to runes of magic/Interface/Addons folder and delete ingamefunctions folder
3. copy rom/devtools/ingamefunctions folder to runes of magic/Interface/addons
4. If game is running fully close game and then restart it.
ingamefunctions1.jpg
--=== Update 26th Oct 2011 ===--
One address needed updating still, I'm not going to redo the zip, you should be able to just do a SVN update on the rom folder to keep up to date with current files.
Or you can just change the address yourself in addresses.lua

Code: Select all

eggPetBaseAddress = 0x9E50B8,

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 6:31 am
by OneofMany
i tried to search for addresses too, check youre manual about addresses i posted a question there :)

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 6:36 am
by sdude13
I got two:
staticbase_char = 0x9CC2DC
swimfunction_ptr = 0x44E240 (confirmed and working on eu latest patches)

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 8:17 am
by Nevex
Right now it's tell me it can't find pawnClass2_offset when it updates.

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 9:36 am
by OneofMany
first timer for me :)

Code: Select all

actionBarPtr 	A2077C
castingBarPtr 	A20878
charClassInfoBase 	
charExp_address 	
charMaxExpTable_address 	A18F58
editBoxHasFocus_address 	A1DC44
eggPetBaseAddress 	
eggPetMaxExpTablePtr 	A18F84
functionTargetPatchAddr 	5F2D2F
hotkeysPtr 	A21E78
inventoryBagIds 	
itemSetSkillsBase 	
loadingScreenPtr 	A21F88
moneyPtr 	
partyIconList_base 	A22048
partyMemberList_address 	
rentBagBase 	
skillsTableBase 	A23378
staticEquipBase 	9CDCF4
staticInventory 	
staticTablePtr 	A23694
staticTableSize 	A23690
staticbase_char 	9CC2DC
staticbase_macro 	
staticpattern_char 	
staticpattern_macro 	
tablesBase 	
just curious if i found the trick :) gonna compare to ur results lisa :)

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 9:46 am
by rock5
Well I can confirm the first 2 are correct.

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 10:03 am
by rock5
eggPetBaseAddress = 0x9E5400

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 10:09 am
by Pezet90
Nevex wrote:Right now it's tell me it can't find pawnClass2_offset when it updates.
Hmm... I have the same problem, but i checked in addresses.lua in my scripts, but it looks the same as in lisa propossition. I mean it looks like that: " pawnClass2_offset = 0x308 ". So I don't understand what's wrong...

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 10:21 am
by rock5
inventoryBagIds = 0x9E1B10

And don't worry about update.lua at the moment.

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 10:23 am
by rock5
moneyPtr = 0x9DDDC4

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 10:48 am
by rock5
I think this ones correct
tablesBase = 0x9EEE64

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:01 am
by lisa
hmm I got
0x9BAD84
for tablebase. I'll recheck it.

Seems yours might be right.

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:07 am
by rock5
I think reported above is wrong. I think it's.

charMaxExpTable_address = 0xA18F58

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:08 am
by OneofMany
i just figured that, cuz i had a double value -.-

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:12 am
by rock5
eggPetMaxExpTablePtr = 0xA191E4

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:26 am
by rock5
I think

rentBagBase = 0x9E267C

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:30 am
by lisa
I confirmed majority of the addresses in first post, rest came from update. Some are still a little off.


charClassInfoBase =
charExp_address =
itemSetSkillsBase =
partyMemberList_address =

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:36 am
by rock5
This ones easy enough.

charExp_address = 0x9D7EE4

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:45 am
by rock5
charClassInfoBase = 0x9D7490

Re: 4.0.4.2456 new patch official update thread.

Posted: Tue Oct 25, 2011 11:54 am
by rock5
itemSetSkillsBase = 0x9E6C70

I'm done for the night.