4.0.0 any issues/solutions (CHAPTER IV)

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
NoComments
Posts: 6
Joined: Fri Jun 17, 2011 1:24 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#101 Post by NoComments » Fri Jun 17, 2011 11:12 am

Rock5 thx

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

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#102 Post by Merlin » Fri Jun 17, 2011 11:50 am

Ok, it works on one char the second char gives me this error (and yea, that stinks, becouse I have no idea why one works and the another not!):

Code: Select all

OPENING LOCAL SKILLS DB!
Loading profile xxxxxxx.xml
MACRO Test: ok
...ram Files (x86)/micromacro/scripts/rom/functions.lua:574: bad argument #1 to
'memoryReadByte' ((null))


Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Any souguestions why?

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

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#103 Post by Merlin » Fri Jun 17, 2011 11:53 am

Forget to mentione it but the Game has a crit everytime I try to load the profile :) and after that I get the error.

brujilla
Posts: 46
Joined: Fri Jun 17, 2011 4:56 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#104 Post by brujilla » Fri Jun 17, 2011 12:35 pm

THANKSSSSSSSSSSS lisa y rock5 we are the best XD :lol: :lol: it.s ok all

Alkaiser
Posts: 222
Joined: Sat Sep 25, 2010 2:03 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#105 Post by Alkaiser » Fri Jun 17, 2011 1:37 pm

Replacing the scripts folder with what rock5 posted works. Doing dailies now with no errors. Haven't tried combat yet.

irenepappel
Posts: 2
Joined: Fri Jun 17, 2011 10:27 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#106 Post by irenepappel » Fri Jun 17, 2011 2:44 pm

Ok, it works now.
You only need to take the following 3 files from rock5's micromacro.zip in this thread:
\scripts\rom\classes\item.lua
\scripts\rom\addresses.lua
\scripts\rom\macros.lua
The rest is identical to the latest SVN update (build 606).

User avatar
ezgitaran
Posts: 25
Joined: Tue Sep 14, 2010 8:47 am

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#107 Post by ezgitaran » Fri Jun 17, 2011 3:15 pm

Wow rock5 & lisa, you're just awesome as usual!

User avatar
MiesterMan
Posts: 543
Joined: Tue Jul 06, 2010 9:15 pm
Location: Between the Second and Third Circles of Hell

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#108 Post by MiesterMan » Fri Jun 17, 2011 3:51 pm

I couldn't get it to work with the SVN, deleted all the files in the main rom script directory accept for settings and did update, didn't work. I replaced the files with the ones in the zip you posted and it fixed the issue with the macro position.

I'm getting a table error spam, item 620298. I tried using the getid.lua but my mouseovers weren't giving anything.

User avatar
MiesterMan
Posts: 543
Joined: Tue Jul 06, 2010 9:15 pm
Location: Between the Second and Third Circles of Hell

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#109 Post by MiesterMan » Fri Jun 17, 2011 5:05 pm

***Seems to be resolved***
Last edited by MiesterMan on Sat Jun 18, 2011 12:45 am, edited 1 time in total.

Alkaiser
Posts: 222
Joined: Sat Sep 25, 2010 2:03 pm

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#110 Post by Alkaiser » Fri Jun 17, 2011 5:09 pm

Calling egg pet for assist causes this error:
6:2pm - ...Magic/micromacro/scripts/rom/classes/memorytable.lua:288: bad argument #2 to 'memoryReadInt' (number expected, got nil)

I turned eggpet assist off to avoid it. Feed pet function also causes memoryReadInt error.

Mounts aren't used when they are in partner bag. I guess the bot hasn't been made aware of partner bag slots yet.

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

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#111 Post by lisa » Fri Jun 17, 2011 8:57 pm

Alkaiser wrote:Calling egg pet for assist causes this error:
6:2pm - ...Magic/micromacro/scripts/rom/classes/memorytable.lua:288: bad argument #2 to 'memoryReadInt' (number expected, got nil)

I turned eggpet assist off to avoid it. Feed pet function also causes memoryReadInt error.

Mounts aren't used when they are in partner bag. I guess the bot hasn't been made aware of partner bag slots yet.
I don't have any perm mounts so I can't even test the new pet/mount system
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)

#112 Post by lisa » Fri Jun 17, 2011 9:13 pm

Choose your character that you want to play on:

(RoM window 1)
(RoM window 2)
This means MM isn't getting the informaton from the clients, either that or you didn't have any characters loaded which doubt.

Open up functions.lua and line 70

Code: Select all

	local windowList = findWindowList("*", "Radiant Arcana");
change to

Code: Select all

	local windowList = findWindowList("Runes of Magic", "Radiant Arcana");
See if it helps, it should still work with the * but you never know it might help.
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)

#113 Post by lisa » Fri Jun 17, 2011 9:22 pm

Still seems to be an issue with actionbar, I made a new account of new characters and just did the elf daily to run through the whole account.it was trying to use different keys each time as if the macro was in that key.

I'll try to find out why but there is deffinately an issue there.
If there is already a macro set up for the bot then it works perfectly.
So it is just the placing of the macro in the hot bar.

going to use this to test it.

setActionKeyToId(hotkey,skillid)
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)

#114 Post by lisa » Fri Jun 17, 2011 10:24 pm

I can't recreate the actionbar issue, just went through 2 accounts and different classes and all worked perfectly.
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)

#115 Post by rock5 » Fri Jun 17, 2011 10:42 pm

Not much progress has been happening with various peoples problems recently so I've committed what is done so far. Please try revision 607. Don't forget to revert if you have any conflicts.

If you are still having problems try to also update your macromicro version.
http://www.solarstrike.net/downloads.php
Some people reported that fixed their problem.
  • 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
MiesterMan
Posts: 543
Joined: Tue Jul 06, 2010 9:15 pm
Location: Between the Second and Third Circles of Hell

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#116 Post by MiesterMan » Fri Jun 17, 2011 11:14 pm

Ok, my assignment is done and turned in. I'll try to figure some of this out.

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

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#117 Post by Merlin » Fri Jun 17, 2011 11:32 pm

The solution to my problem regarding the crush of the game was the deletion of all previous macros.
Now the bot starts without problems.

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

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#118 Post by lisa » Sat Jun 18, 2011 12:46 am

Table not found for ID: 240397
Wrong value returned in update of item id: 240397
Table not found for ID: 240060
Wrong value returned in update of item id: 240060
I think there is the indicator to the real issue. This has been happening for people since the last patch.

Have you tried doing the work around posted in the table not found topic?
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

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

Re: 4.0.0 any issues/solutions (CHAPTER IV)

#119 Post by kanta » Sat Jun 18, 2011 1:36 am

To Rock5:

How the 3rd class works: You have the ability to have 3 classes but only 2 can be active at any point. For example I have scout/knight/priest. Can use s/k, s/p, k/s, k/p, p/s, p/k (yes, you have to do the elite quests for every combination). When you ask an NPC to change your class it has the 2 classes possible listed in the dropdown (because you are already on one of them). You also do not get another equipment setup. You are stuck with 2 configurations. Same with the skill bars. For example. The game gives me the same skill bar for both s/k and s/p. So the k and p skills have to be jammed into the main scout skill bar set.

Kinda tired, can't think of anything else to add.
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)

#120 Post by rock5 » Sat Jun 18, 2011 1:53 am

Thanks Kanta, that's good info. I think we'll wait until people stop reporting problems before figuring out how to add 3rd class support.

Off the top of my head I'd say we need to add variables like player.Class3 and player.Level3 but it's possible that with only 2 classes active, we might not be able to get that information.

Also, obviously, you would add the third class skills in the profile. That's easy enough but I'm not sure how it will deal with skills that are not currently available. Only 2 options spring to mind.

One is to add a variable to the skills saying which class it belongs to, then you can check if you have that class active before using the skill.

Second is to somehow check if you have the skill before casting. I'm not sure how this could be done but maybe it's time to revisit trying to get skill data from memory.

As to the actionbar issue, you are given an actionbar per class. The number of classes hasn't change so neither has the actionbar. I'd just use hotkey = "MACRO". Why put all the skills the bot uses in the actionbar? The actionbar should be reserved for the skills you use when playing manually, which probably wont be as many as you set the bot to use.
  • 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

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests