Page 15 of 26
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 2:55 am
by Balofar
Ok I make all like you said. I comes the same crashe. I also download micromacro new and make svn checkout, then profile named in char name, then also a revert and tried it again. then it says I must be the attack skill in key list. That I do and then it crashes by the next trie.
But thx for your help.
What i make wrong.
Before last path from rom its works perfectly
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 3:39 am
by rock5
Fixing the macros is easy. Just have RoMScript send the commands to the "RB Command" macro without the "/script" prefix. Then edit the in game functions to read that and execute it using "SlashCmdList.SCRIPT". I'm pretty sure that will work as that's basically what Extra Action Bars does. It reads the macro, extracts the commands and executes them with that command.
The problem is how to trigger it. We need an event to trigger so the addon will know when to read the commands and execute them. I haven't thought of a good one yet.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 3:52 am
by lordmata
anyone having looting problems? updated to the r652 and all is working well expect for the looting :p
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 3:57 am
by lisa
lordmata wrote:anyone having looting problems? updated to the r652 and all is working well expect for the looting :p
looting is working fine for me, which looting are you using.
This works for me.
Code: Select all
<option name="LOOT" value="true" />
<option name="LOOT_ALL" value="false" /> <!-- Loot all nearby dead mobs after combat -->
<option name="LOOT_IN_COMBAT" value="true" />
<option name="LOOT_DISTANCE" value="130" />
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 4:07 am
by Doggybag
I've got the problem that I can't run more than 2 clients at the same time. Everytime I try to start the third one, one of the others crashes immediatly.
Before the patch I always run 5 clients at the same time without any problems.
Any suggestions what I can do to fix this problem?
Thank you for your help!
(P.S. I updated to r652 and also did the revert.)
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 4:09 am
by lordmata
hmm i got LOOT_ALL on "true"... let me change that and I'll report what happened...
*EDIT* Fixed, tnx Lisa

Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 4:10 am
by lisa
Doggybag wrote:I've got the problem that I can't run more than 2 clients at the same time. Everytime I try to start the third one, one of the others crashes immediatly.
Before the patch I always run 5 clients at the same time without any problems.
Any suggestions what I can do to fix this problem?
Thank you for your help!
(P.S. I updated to r652 and also did the revert.)
do you use nocheckversion in your shortcut?
Code: Select all
"C:\Program Files\Runes of Magic\Client.exe" NoCheckVersion
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 4:18 am
by rock5
rock5 wrote:Fixing the macros is easy. Just have RoMScript send the commands to the "RB Command" macro without the "/script" prefix. Then edit the in game functions to read that and execute it using "SlashCmdList.SCRIPT". I'm pretty sure that will work as that's basically what Extra Action Bars does. It reads the macro, extracts the commands and executes them with that command.
The problem is how to trigger it. We need an event to trigger so the addon will know when to read the commands and execute them. I haven't thought of a good one yet.
The only thing I can think of is highjacking a function that no one uses eg. F12 opens Quick Help. If we take over the function that opens that frame and use that then all we need is for the bot to press F12 to have our function read the macro. I'll see if I can find that function.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 4:29 am
by Doggybag
lisa wrote:
do you use nocheckversion in your shortcut?
Code: Select all
"C:\Program Files\Runes of Magic\Client.exe" NoCheckVersion

I feel a bit sheepish about it, but I don't know what you mean.
I'm just a little noob trying to bot like the big people, but I'm not very well versed in programming etc.
However now I'm glad to say, that at this moment I was able to start the third client without crashing the others so I hope I just made much ado about nothing.
Sorry for that!
Now I'm trying to run the next ones.
Thanks for your great work!
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 4:34 am
by Balofar
I search a little bit XD.
The crashe comes when i click on this macro button:
RB Command:
/script R='' a={1234;ChatFrame1:AddMessage("MACRO test: send value 1234 to macro place 2");} for i=1,#a do R=R..tostring(a)..' ' end EditMacro(1,'RB',7,R)
my second macro button is RB: 1234
on 1: Holy Strike
on 2: Punishment
on 3: Mana Absorption
on 4: Threaten
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 6:19 am
by jemoeder01
Hey guys,
Does anyone know why my bot has trouble with casting skills? im not getting any errors, it just says that is failes to cast then moves on to next target and so on.
i have updated to rev 652, tryed to reinstal and even reinstalled micromacro.
any ideas whats wrong?
Thanks
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 6:24 am
by neohemp
It's very strange I'm having the potion issue only on my manas, not my health potions.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 6:39 am
by lisa
jemoeder01 wrote:Hey guys,
Does anyone know why my bot has trouble with casting skills? im not getting any errors, it just says that is failes to cast then moves on to next target and so on.
i have updated to rev 652, tryed to reinstal and even reinstalled micromacro.
any ideas whats wrong?
Thanks
Because in your profile you have it set to MACRO, as said many times in this topic already you need to change your profile to use the actual keys your skills are in your action bar hot keys.
like this
Code: Select all
<skill name="MAGE_FLAME" hotkey="VK_3" priority="80" />
<skill name="MAGE_FIREBALL" hotkey="VK_4" priority="70" />
so in game you have flame in actionbar with a hotkey of 3
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 6:50 am
by Nevex
Nevex wrote:Well egg bot is running with out crashes as of rev 560. The optimized script however isn't counting golden eggs correctly. It says I have collected 14 in two hours..but I really collected 17.
I fear my question was overlooked as did the one in the main eggbot thread.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 6:56 am
by Hetrix
Hey all!
I'm using the rev 650 and had mine egg farmers online over 18 hours now, no errors,crashes or issues at all. Im also using the same Millersranchchickens.xml file you get when you update your rom folder.
Whats new with the 652, what has been changed/updated?
/ Hetrix
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 6:59 am
by lisa
Hetrix wrote:
Whats new with the 652, what has been changed/updated?
/ Hetrix
Just some party bot stuff.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 7:06 am
by lisa
Nevex wrote:
I fear my question was overlooked as did the one in the main eggbot thread.
Is it reoccuring?
try running bot with path:commandline and doing code
Code: Select all
print(inventory:itemTotalCount(204792))
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 7:17 am
by brujilla
Good Morning.
The firs thank you to lisa and rocky 5. Now I have a problem, bot update to version 651 and then revert, the bot starts and I can select the waipoint but when at the ranch does not move from point 1 and if you see a hen does not feed her or anything. Neither is able to move to another point. not if you do not like macros or should do more. Please can yo help me? Can you tell me step by step how to put the macros now or to be changed and where. or make a model of default as. or not due to that the bot does not move? please help, and thank you very much.
or not due to that the bot does not move?
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 7:25 am
by lisa
So there are no errors or crashes, it just stands there not moving?
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Posted: Fri Oct 07, 2011 7:27 am
by nerdyone255
party bot issue.
when using 3 members with partyhealer.xml
rev652
651 doesnt have the same issue. partyhealer works fine, but partydps doesnt follow or recognize party leader