RoM server Patch 4.0.3. - The Mighty Shield.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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
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.
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 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.
- 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
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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.
looting is working fine for me, which looting are you using.lordmata wrote:anyone having looting problems? updated to the r652 and all is working well expect for the looting :p
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" />
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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.)
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.
hmm i got LOOT_ALL on "true"... let me change that and I'll report what happened...
*EDIT* Fixed, tnx Lisa
*EDIT* Fixed, tnx Lisa
Last edited by lordmata on Fri Oct 07, 2011 4:13 am, edited 1 time in total.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
do you use nocheckversion in your shortcut?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.)
Code: Select all
"C:\Program Files\Runes of Magic\Client.exe" NoCheckVersion
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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.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.
- 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
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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.
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
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
-
- Posts: 1
- Joined: Fri Sep 10, 2010 9:57 am
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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
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.
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.
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.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
like this
Code: Select all
<skill name="MAGE_FLAME" hotkey="VK_3" priority="80" />
<skill name="MAGE_FIREBALL" hotkey="VK_4" priority="70" />
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: RoM server Patch 4.0.3. - The Mighty Shield.
I fear my question was overlooked as did the one in the main eggbot thread.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.
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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
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.
Just some party bot stuff.Hetrix wrote: Whats new with the 652, what has been changed/updated?
/ Hetrix
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: RoM server Patch 4.0.3. - The Mighty Shield.
Is it reoccuring?Nevex wrote: I fear my question was overlooked as did the one in the main eggbot thread.
try running bot with path:commandline and doing code
Code: Select all
print(inventory:itemTotalCount(204792))
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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?
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.
So there are no errors or crashes, it just stands there not moving?
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
-
- Posts: 107
- Joined: Mon Nov 22, 2010 10:17 am
Re: RoM server Patch 4.0.3. - The Mighty Shield.
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
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
Last edited by nerdyone255 on Fri Oct 07, 2011 7:41 am, edited 1 time in total.
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 4 guests