RoM server Patch 4.0.3. - The Mighty Shield.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
Balofar
Posts: 14
Joined: Thu Oct 06, 2011 4:00 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#281 Post by Balofar » Fri Oct 07, 2011 2:55 am

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

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

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#282 Post by rock5 » Fri Oct 07, 2011 3:39 am

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

lordmata
Posts: 18
Joined: Wed Feb 09, 2011 9:36 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#283 Post by lordmata » Fri Oct 07, 2011 3:52 am

anyone having looting problems? updated to the r652 and all is working well expect for the looting :p

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

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#284 Post by lisa » Fri Oct 07, 2011 3:57 am

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" />
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

Doggybag
Posts: 7
Joined: Wed Oct 05, 2011 4:21 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#285 Post by Doggybag » Fri Oct 07, 2011 4:07 am

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.)

lordmata
Posts: 18
Joined: Wed Feb 09, 2011 9:36 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#286 Post by lordmata » Fri Oct 07, 2011 4:09 am

hmm i got LOOT_ALL on "true"... let me change that and I'll report what happened...
*EDIT* Fixed, tnx Lisa :)
Last edited by lordmata on Fri Oct 07, 2011 4:13 am, edited 1 time in total.

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

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#287 Post by lisa » Fri Oct 07, 2011 4:10 am

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
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: RoM server Patch 4.0.3. - The Mighty Shield.

#288 Post by rock5 » Fri Oct 07, 2011 4:18 am

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.
  • 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

Doggybag
Posts: 7
Joined: Wed Oct 05, 2011 4:21 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#289 Post by Doggybag » Fri Oct 07, 2011 4:29 am

lisa wrote: do you use nocheckversion in your shortcut?

Code: Select all

"C:\Program Files\Runes of Magic\Client.exe" NoCheckVersion

:oops: 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! :oops:

Now I'm trying to run the next ones.

Thanks for your great work!

Balofar
Posts: 14
Joined: Thu Oct 06, 2011 4:00 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#290 Post by Balofar » Fri Oct 07, 2011 4:34 am

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

jemoeder01
Posts: 1
Joined: Fri Sep 10, 2010 9:57 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#291 Post by jemoeder01 » Fri Oct 07, 2011 6:19 am

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

neohemp
Posts: 3
Joined: Tue Oct 04, 2011 9:27 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#292 Post by neohemp » Fri Oct 07, 2011 6:24 am

It's very strange I'm having the potion issue only on my manas, not my health potions.

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

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#293 Post by lisa » Fri Oct 07, 2011 6:39 am

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
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

Nevex
Posts: 46
Joined: Sat Oct 01, 2011 3:55 pm

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#294 Post by Nevex » Fri Oct 07, 2011 6:50 am

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.

Hetrix
Posts: 74
Joined: Wed Oct 05, 2011 10:34 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#295 Post by Hetrix » Fri Oct 07, 2011 6:56 am

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

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

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#296 Post by lisa » Fri Oct 07, 2011 6:59 am

Hetrix wrote: Whats new with the 652, what has been changed/updated?

/ Hetrix
Just some party bot stuff.
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: RoM server Patch 4.0.3. - The Mighty Shield.

#297 Post by lisa » Fri Oct 07, 2011 7:06 am

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))
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

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

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#298 Post by brujilla » Fri Oct 07, 2011 7:17 am

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?

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

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#299 Post by lisa » Fri Oct 07, 2011 7:25 am

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

nerdyone255
Posts: 107
Joined: Mon Nov 22, 2010 10:17 am

Re: RoM server Patch 4.0.3. - The Mighty Shield.

#300 Post by nerdyone255 » Fri Oct 07, 2011 7:27 am

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
Attachments
Untitled-1.jpg
Last edited by nerdyone255 on Fri Oct 07, 2011 7:41 am, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: No registered users and 62 guests