--=== Official patch 4.0.5.2472 topic ===--

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#21 Post by rock5 » Tue Dec 06, 2011 9:44 pm

lisa wrote:Yeah I figure the itemsetskills can wait a day to be fixed
I assume you mentioned "itemsetskills" because you thought I was talking about that and just made a mistake writing "skillsTableBase". I didn't. I meant "skillsTableBase". I came up with A23350, you with A23360. With both of them, some skills will have 'skillnum' and 'skilltab' values and some wont. Of those that do, some will be correct and some not. So I think something is structured differntly in memory.

Other things that 'skillsTableBase' is used for include; TPToLevel, Level, asLevel and double checking the Id.

I think I'll actually have to look at the memory to see if I can tell what's changed.
  • 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
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: --=== Official patch 4.0.5.2472 topic ===--

#22 Post by rock5 » Tue Dec 06, 2011 10:28 pm

Ok sorted it all out. Your address is correct. I was confusing myself because some skills had no tab and num value because those skills weren't currently available to the character. The rest of the skills had good values. I'm not sure why I thought I was getting bad tab numbers yesterday.

So all's good.

As to the itemsetskills address, don't you have any characters with more than 1 itemset skill? For me if I look at those 2 addresses I gave you, I see the 1 skill id that I have then lots of zeros. If there are more than 1 itemset skill then there should be ids following each other. So you need to look at both those addresses and see which one is like that (if it is only one).
  • 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: --=== Official patch 4.0.5.2472 topic ===--

#23 Post by lisa » Wed Dec 07, 2011 12:22 am

rock5 wrote:As to the itemsetskills address, don't you have any characters with more than 1 itemset skill?
just haven't had the time to look into it yet.
Hopefully I have time later tonight.
eliteskills.jpg
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: --=== Official patch 4.0.5.2472 topic ===--

#24 Post by rock5 » Wed Dec 07, 2011 1:11 am

That looks ok. That's what I expect to see if you have 2 item set skills "Shatterstar Storm" and "Keen Will".

I don't know what you'd see at the other address but this address is good.
  • 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: --=== Official patch 4.0.5.2472 topic ===--

#25 Post by lisa » Wed Dec 07, 2011 1:17 am

looks like this
Attachments
eliteskills.jpg
item2.jpg
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: --=== Official patch 4.0.5.2472 topic ===--

#26 Post by rock5 » Wed Dec 07, 2011 1:48 am

I suspected they might be both good. We only need one so the first ones fine.

Why they duplicated it, I don't know.
  • 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

vale46
Posts: 25
Joined: Sat Apr 23, 2011 1:22 pm

Re: --=== Official patch 4.0.5.2472 topic ===--

#27 Post by vale46 » Wed Dec 07, 2011 10:53 am

MicroMacro v1.01 beta 2
SolarStrike Software
http://www.solarstrike.net
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script> rom/bot.lua path:ei
Opening bot.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
--------------------------------------------------------------------------------
scripts\rom/bot.lua:33: ...Vagel46/Desktop/micromacro/scripts/rom/functions.lua:
384: attempt to call global 'atError' (a nil value)


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


This my error massage, any idies how I can fix the *atError*

Thanks

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

Re: --=== Official patch 4.0.5.2472 topic ===--

#28 Post by lisa » Wed Dec 07, 2011 11:09 am

you probably need to update micromacro.
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

vale46
Posts: 25
Joined: Sat Apr 23, 2011 1:22 pm

Re: --=== Official patch 4.0.5.2472 topic ===--

#29 Post by vale46 » Wed Dec 07, 2011 11:24 am

Yeah I almost done,

Can u tell please, when I 4 copy micromacro/scripts/rom/devtools/ingamefunctions folder to Runes of Magic/Interface/Addons folder, the folder is not green mark, have not the green icon.

Unnbekannter
Posts: 16
Joined: Tue Oct 25, 2011 10:32 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#30 Post by Unnbekannter » Thu Dec 08, 2011 1:11 am

Hello

I am unfortunately not how can I solve the problem.
I reingemacht.Wenn picture again someone can help me to do as I who am very grateful

Rickster as you think I unfortunately do not know how it goes.
With me is always error with the address.

If someone who could help me great.

thanks :cry:
Attachments
file.png

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

Re: --=== Official patch 4.0.5.2472 topic ===--

#31 Post by lisa » Thu Dec 08, 2011 1:24 am

Your image clearly shows you are using a very old revision to the bot. We are at revision 680.
file.png
Follow the instructions in my signature.
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: --=== Official patch 4.0.5.2472 topic ===--

#32 Post by rock5 » Thu Dec 08, 2011 1:41 am

vale46 wrote:Yeah I almost done,

Can u tell please, when I 4 copy micromacro/scripts/rom/devtools/ingamefunctions folder to Runes of Magic/Interface/Addons folder, the folder is not green mark, have not the green icon.
After updating, if you have red icons, that means the files have been edited and are not exactly the same as the file in the svn repository. This is not necessarily a bad thing. You may have made changes to the file for a specific reason. If you think those changes are causing you problems and you want to fix the file to be the same as the repository then right click the file (or even the whole 'rom' foler) and select "TortoiseSVN/Revert".
  • 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

Unnbekannter
Posts: 16
Joined: Tue Oct 25, 2011 10:32 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#33 Post by Unnbekannter » Thu Dec 08, 2011 1:42 am

Thank you very much

Unnbekannter
Posts: 16
Joined: Tue Oct 25, 2011 10:32 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#34 Post by Unnbekannter » Thu Dec 08, 2011 3:05 am

Have only one wondering how I can update to the 572 680 from??

Thanks for your answer :!:

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

Re: --=== Official patch 4.0.5.2472 topic ===--

#35 Post by lisa » Thu Dec 08, 2011 3:26 am

Unnbekannter wrote:Have only one wondering how I can update to the 572 680 from??

Thanks for your answer :!:
Can't get bot to work? follow these instructions before posting, thank you.
1. SVN update micromacro/scripts/rom folder
2. SVN revert micromacro/scripts/rom folder
3. delete Runes of Magic/Interface/Addons/ingamefunctions folder
4. copy micromacro/scripts/rom/devtools/ingamefunctions folder to Runes of Magic/Interface/Addons folder
5. restart game
http://www.solarstrike.net/phpBB3/viewt ... structions
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

Snowy
Posts: 6
Joined: Tue Oct 18, 2011 11:09 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#36 Post by Snowy » Thu Dec 08, 2011 4:35 am

just wanted to say thank you :) it's working fine for me

vale46
Posts: 25
Joined: Sat Apr 23, 2011 1:22 pm

Re: --=== Official patch 4.0.5.2472 topic ===--

#37 Post by vale46 » Thu Dec 08, 2011 12:15 pm

Jap everythink works now,
Thanks Rock5 & Lisa !!
Greetings from germany
Vale46

Unnbekannter
Posts: 16
Joined: Tue Oct 25, 2011 10:32 am

Re: --=== Official patch 4.0.5.2472 topic ===--

#38 Post by Unnbekannter » Sat Dec 10, 2011 7:29 am

Hello

I once asked a net friend of mine wants to be happy .. also offered the only question is who has Windows 64
I'm 32 and how many others also.
Leuft the bot not 64? And why is it always the fault comes from?
The folder is because of super mir.Wer ask if someone could give one to answer.

lg
Attachments
Unbenannt.png

Rickster
Posts: 291
Joined: Sun Oct 24, 2010 4:23 pm

Re: --=== Official patch 4.0.5.2472 topic ===--

#39 Post by Rickster » Sat Dec 10, 2011 9:43 am

I think you somehow changed the virtual keysettings. So the VK for strafing left, which usually is set to key "A" ingame should then be "VK_A" in rom bot. but I dont know where to change it, I have never changed defaults ;)

ric

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 54 guests