4.0.0 any issues/solutions (CHAPTER IV)

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
Ajoir
Posts: 32
Joined: Mon May 30, 2011 1:29 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#21 Post by Ajoir » Thu Jun 16, 2011 4:18 pm

thank you very very much for all your works. works really well. Could you say me what its the program used for get the address?. i would learn to do it. thanks in advance

jedhian
Posts: 2
Joined: Thu Jun 16, 2011 2:51 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#22 Post by jedhian » Thu Jun 16, 2011 4:32 pm

Germangold wrote:
1. Just be patient
2. Follow Rule 1. and wait for a proper svn release
3. Dude srysly you just registered to tell us that, awesome, saved my day
1. Arguably it would seem I have more than you. Post topic was 4.0 issues/answers. Just questioning a issue.
2. If that's all it is, thats all I wanted to know. Thanks.
3. You're welcome.

kanta
Posts: 424
Joined: Thu Nov 11, 2010 4:08 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#23 Post by kanta » Thu Jun 16, 2011 5:16 pm

jedhian wrote:
Germangold wrote:
1. Just be patient
2. Follow Rule 1. and wait for a proper svn release
3. Dude srysly you just registered to tell us that, awesome, saved my day
1. Arguably it would seem I have more than you. Post topic was 4.0 issues/answers. Just questioning a issue.
2. If that's all it is, thats all I wanted to know. Thanks.
3. You're welcome.
I'm sorry, no offense to you jedhian, but I rolf'd when I saw Germangold's image and his reply. After all the crap I've been through today I needed it.

Welcome to the forums and the wonder of RoMBot. The frustration of the patch, nerfs and bot address changes have everyone on edge. I wish you the best and hope everything works well for you.
Scout/Knight/Rogue 70/66/66

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#24 Post by rock5 » Thu Jun 16, 2011 6:13 pm

This could probably stand repeating,

Do not use rom/update after a large parch like this.

It will take time for Administator to update the patterns for update.lua to work. The addresses will be manually updated for now.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#25 Post by lisa » Thu Jun 16, 2011 9:20 pm

Ok had my sleep now =)

I'll get back to looking at this again
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#26 Post by lisa » Thu Jun 16, 2011 9:53 pm

Andreas_B wrote:
lisa wrote:I changed to the ones listed by rock, it puts the macro in the wrong hotkey slot lol
Maybe the pointer now directs to the first entry ...
For me I have changed the function getHotkey:

Code: Select all

local hotkeyAddress = memoryReadInt(getProc(), hotkeysTableAddress + (0x4 * (number - 1)))
to

Code: Select all

local hotkeyAddress = memoryReadInt(getProc(), hotkeysTableAddress + (0x4 * number))
This is working for now, I'll do some proper testing later to do with why it has changed.
rom/macros.lua line 283
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#27 Post by rock5 » Thu Jun 16, 2011 10:31 pm

Sorry, I forgot to say. It looks like the hotkeys start at 89 in in the key bindings list so a couple of lines need to be changed in macro.lua.

Just do a search for "87" in macro.lua. You should find 2. Change them to "88".

See if that fixes it.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#28 Post by lisa » Thu Jun 16, 2011 10:52 pm

I put back in the -1 and changed 87 to 88 and it put macro in hotkey spot 4 instead of 0

and got error

Code: Select all

1:50pm - C:/micromacro - Copy/scripts/rom/functions.lua:566: bad argument #1 to
'keyboardPress' (number expected, got nil)
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#29 Post by rock5 » Thu Jun 16, 2011 11:09 pm

It works for me. I had to initially delete the macro, not sure why, but then it worked fine. It still used the '0' slot and I was able to execute RoMScript commands. If you want to use the '0' slot, double check that it is empty. It might look empty because it is pointing to an empty macro.

I don't know why you are getting the error. Are you using all the addresses I posted? Because that's all I'm using.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#30 Post by lisa » Thu Jun 16, 2011 11:18 pm

i did a revert on macros.lua // changed the 87 to 88 // removed old macro from hotbar

No error but it put the macro in slot 4 again and started to use it. Nothing in slots 4 +
Brand new character

Moved macro to slot 0, it left it there and used it. weird

removed macro again, it now uses slot 0 , repeated this several times and it added to 0 every time.

Been trying to find version in memory for backward compatability, there is of an ingame macro for getting version but if you can't set up the macro key then you can't use it obviously lol
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#31 Post by rock5 » Fri Jun 17, 2011 12:14 am

Found the correct partyIconList_base address.

Code: Select all

	partyIconList_base = 0xA1B348,-- tested
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Merlin
Posts: 54
Joined: Tue May 10, 2011 9:59 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#32 Post by Merlin » Fri Jun 17, 2011 12:42 am

Yust want to say we noobs are getting all hopes in you ... just watching and hoping for the best. If you need some help for testing or something a noob can do let us know!

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#33 Post by lisa » Fri Jun 17, 2011 12:54 am

rock5 wrote:Found the correct partyIconList_base address.

Code: Select all

	partyIconList_base = 0xA1B348,-- tested
That's what I said it was on last page lol

Ok been running
daily quests, so quests, movement and target object work
killing WP, has been using all keys and skills as normal.

So far haven't come across any other issues as yet.

Been busy so haven't had a chance to test fully yet but it seems ok.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#34 Post by rock5 » Fri Jun 17, 2011 12:58 am

This is what I have so far.

It should be working now. Haven't looked at all the offsets yet but nearly all the addresses are done. There is a small change in macro.lua so that file needs to be updated too.

So test away. :)

Edit: These files are no longer needed as the changes have been applied to the latest svn revisions.
Attachments
macros.lua
(9.41 KiB) Downloaded 439 times
addresses.lua
(4.59 KiB) Downloaded 428 times
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Merlin
Posts: 54
Joined: Tue May 10, 2011 9:59 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#35 Post by Merlin » Fri Jun 17, 2011 1:08 am

I want to make a waypoint to kill some new beasts... I get this:

Code: Select all

MicroMacro v1.01 beta 4
SolarStrike Software
http://www.solarstrike.net
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script> rom/createpath.lua
Opening createpath.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
-------------------------------------------------------------------------------
We read the hotkey settings from your bindings.txt file C:\Users\XXXXXX\My Docum
ents\Runes of Magic\bindings.txt instead of using the settings.xml file.
OPENING LOCAL SKILLS DB!
8:6am - We can't find your profile '<UNKNOW>.xml'. Please create a valid charact
er profile within the folder 'rom\profiles' or start the bot with a forced profi
le: 'rom\bot.lua profile:xyz'. If you wish the bot to load a default profile whe
n no valid character profile exists and a forced profile is not used, then creat
e a default profile 'userdefault.xml'.
Bot finished due to errors above.
Is there a way to manual see the position so I could make it by hand?

Merlin
Posts: 54
Joined: Tue May 10, 2011 9:59 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#36 Post by Merlin » Fri Jun 17, 2011 1:13 am

Similar error on bot running, did I miss something?

Code: Select all

RoM windows size is 1776x1000, upper left corner at 8,30
8:9am - We can't find your profile '<UNKNOW>.xml'. Please create a valid charact
er profile within the folder 'rom\profiles' or start the bot with a forced profi
le: 'rom\bot.lua profile:xyz'. If you wish the bot to load a default profile whe
n no valid character profile exists and a forced profile is not used, then creat
e a default profile 'userdefault.xml'.
Bot finished due to errors above.
If running manual profile:

Code: Select all

Opening createpath.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
-------------------------------------------------------------------------------
We read the hotkey settings from your bindings.txt file C:\Users\YYYYYYY\My Docum
ents\Runes of Magic\bindings.txt instead of using the settings.xml file.
OPENING LOCAL SKILLS DB!
Loading profile YYYYYY.xml
8:13am - ...rogram Files (x86)/micromacro/scripts/rom/macros.lua:35: No empty ma
cros left.

DrunkTiger
Posts: 5
Joined: Thu Jun 16, 2011 7:34 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#37 Post by DrunkTiger » Fri Jun 17, 2011 1:21 am

I get this error:

Error while reading memory address for 'playerAddress'. Game seems to be changed!!! Please run 'rom/bot.lua update' AND install the new RoM Bot version!

:?

NoComments
Posts: 6
Joined: Fri Jun 17, 2011 1:24 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#38 Post by NoComments » Fri Jun 17, 2011 1:27 am

Code: Select all

The game may have been updated or altered.
 It is recommended that you run rom/update.lua

9:19am - .../Interface/micromacro/plugins/rom/classes/camera.lua:32: Error readi
ng memory in CCamera:update()

Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#39 Post by rock5 » Fri Jun 17, 2011 1:44 am

Merlin, your errors make it seem you haven't updated properly.I'm not getting any errors like that. Make sure you are upto date with bot version 606 then replace the 2 files above. Then try again.

DO NOT RUN rom/update!
DrunkTiger wrote:Error while reading memory address for 'playerAddress'. Game seems to be changed!!! Please run 'rom/bot.lua update' AND install the new RoM Bot version!
Ignore it. Like I said previously, DO NOT RUN rom/update. When the patterns in "update.lua" are updated then we wont get this message anymore.
NoComments wrote:

Code: Select all

9:19am - .../Interface/micromacro/plugins/rom/classes/camera.lua:32: Error reading memory in CCamera:update()
That's a new one. Are you using the 2 files I posted above?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

DrunkTiger
Posts: 5
Joined: Thu Jun 16, 2011 7:34 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#40 Post by DrunkTiger » Fri Jun 17, 2011 1:49 am

I want to ignore it but it just stops the bot... :(

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 13 guests