Patch 4.011.2531

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Patch 4.011.2531

#1 Post by Edamh » Tue May 22, 2012 2:25 pm

Not sure if the latest game patch has propagated yet. Waiting for word from the rombot gurus, but currently not working with v716.

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

Re: Patch 4.011.2531

#2 Post by rock5 » Tue May 22, 2012 3:00 pm

Did you try "rom/update"?
  • 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
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Re: Patch 4.011.2531

#3 Post by Edamh » Tue May 22, 2012 3:12 pm

That did the trick! Thanks.

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

Re: Patch 4.011.2531

#4 Post by rock5 » Tue May 22, 2012 3:18 pm

Woot! It worked. That means I can go to bed early tonight (well early this morning). :)
  • 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
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Re: Patch 4.011.2531

#5 Post by Edamh » Tue May 22, 2012 3:54 pm

Strange thing that started today (or at least I noticed today)

Code: Select all

Moving to waypoint #4, (-28520, 29243)
Stopping waypoint: Target acquired.
Engaging enemy [Plains Galidun] in combat.
[DEBUG] 565710592 target dist > MAX_TARGET_DIST with battling from other mob
Fight finished. Killed 1 Plains Galidun. (fight #3 / runtime 0 minutes)
We didn't move to the loot!? Root buff? Missing 'click to move' option?
Clearing target.
[DEBUG] 0 target dist > MAX_TARGET_DIST with battling from other mob
[DEBUG] FightStartX -28481.607421875 FightStartZ 29280.896484375
[DEBUG] dir_FS->WP rad -2.363 dir_FS->FE rad -1.686
[DEBUG] Line FS->WP / FS->FE: angleDif rad 0.677 grad 38
[DEBUG] We (would) pass(ed) wp #4 (dist 53.9) in a dist of 35 (skip at 100)
Waiting on aggressive enemies.
Engaging enemy [Lechif Agent] in combat.
Use 2: MAGE_FLAME          =>   Lechif Agent (113791/113791)
Use MACRO: MAGE_FIRE_ROSE      =>   Lechif Agent (6508/113791)
Use MACRO: MAGE_SILENCE        =>   Lechif Agent (3499/113791)
Use 7: MAGE_FIREBALL       =>   Lechif Agent (0/113791)
Fight finished. Killed 1 Lechif Agent. (fight #4 / runtime 1 minutes)
Clearing target.
Clearing target.
[DEBUG] FightStartX -28482.9921875 FightStartZ 29268.919921875
[DEBUG] dir_FS->WP rad -2.531 dir_FS->FE rad 2.391
[DEBUG] Line FS->WP / FS->FE: angleDif rad 1.362 grad 78
[DEBUG] We (would) pass(ed) wp #4 (dist 45.2) in a dist of 56 (skip at 100)
Moving to waypoint #4, (-28520, 29243)
Stopping waypoint: Target acquired before moving.
Engaging enemy [Plains Mosto] in combat.
Use 2: MAGE_FLAME          =>   Plains Mosto (114618/114618)
Use 7: MAGE_FIREBALL       =>   Plains Mosto (114618/114618)
Use MACRO: MAGE_ELEMENTAL_WEAKN=>   Plains Mosto (44370/114618)
Use MACRO: MAGE_ENERGY_WELL    =>   Plains Mosto (2731/114618)
Use MACRO: SCOUT_VAMPIRE_ARROWS=>   Plains Mosto (818/114618)
Use 6: SCOUT_SHOT          =>   Plains Mosto (0/114618)
Use MACRO: MAGE_THUNDERCLAP    =>   * Failed to cast *
Fight finished. Killed 3 Plains Mosto. (fight #5 / runtime 1 minutes)
Clearing target.
[DEBUG] FightStartX -28488.638671875 FightStartZ 29274.1875
[DEBUG] dir_FS->WP rad -2.359 dir_FS->FE rad -3.096
[DEBUG] Line FS->WP / FS->FE: angleDif rad 0.737 grad 42
[DEBUG] We (would) pass(ed) wp #4 (dist 44.2) in a dist of 31 (skip at 100)
Moving to waypoint #4, (-28520, 29243)
Resting up to 21 to fill up mana and HP.
Resting finished after 5 seconds.
NOT within allowed time period. Will bypass check if event started
Moving to waypoint #5, (-28671, 29448)
Stopping waypoint: Target acquired.
Engaging enemy [Plains Mosto] in combat.
The bot will mount then dismount at every Stopping waypoint: Target acquired. I checked the onLeaveCombat, onSkillCast and onPreSkillCast sections of the bot's profile and I didn't see anything that calls a mount/dismount.

Anyone else seeing unexpected mount/dismount? Should I check something else in the profile/waypoint file(s)?

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

Re: Patch 4.011.2531

#6 Post by rock5 » Tue May 22, 2012 4:06 pm

Maybe you have a skill in your profile set up to use an action key instead of MACRO and you have a mount on that action key?

Or maybe the new mount offset is not working properly and it thinks it's mounted so tries to dismount, which causes it to mount.
  • 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: Patch 4.011.2531

#7 Post by rock5 » Tue May 22, 2012 4:12 pm

I just tested the mount value. It works fine.
  • 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
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Re: Patch 4.011.2531

#8 Post by Edamh » Tue May 22, 2012 4:33 pm

I checked the profile and action keys, and there are no mount in them. I will restart both client and mm after dailies run through to see if issue persists. Thanks.

BTW, I still use a couple of action keys simply for the keypresses which trigger the ntBuff addon.

User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Patch 4.011.2531

#9 Post by jduartedj » Tue May 22, 2012 5:38 pm

Actually... my client Crashed after 15min of botting... dunno if its related. Didn't save a log anyway...
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates

User avatar
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Re: Patch 4.011.2531

#10 Post by Edamh » Tue May 22, 2012 11:03 pm

I think that if use a portal while mounted, then run a waypoint file, I see the mount/dismount when bot selects target. At least that was the case when I used a specific waypoint file. But once I restarted both the client and MM, the bot no longer mounts/dismounts -- even while using the same waypoint file that was previously showing the mount/dismount during target selection.

I saw this on two different chars.

doct
Posts: 8
Joined: Fri May 11, 2012 9:13 am

Re: Patch 4.011.2531

#11 Post by doct » Wed May 23, 2012 4:10 am

problem
error while reading memory address for ´playerAddress´. Game seems to be changed!!! no en cuentro solucion actualizo con tortoise pero no funciona alguna solucion??

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

Re: Patch 4.011.2531

#12 Post by rock5 » Wed May 23, 2012 4:37 am

Try running

Code: Select all

rom/update
  • 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

doct
Posts: 8
Joined: Fri May 11, 2012 9:13 am

Re: Patch 4.011.2531

#13 Post by doct » Wed May 23, 2012 5:04 am

nada no me funciona actualmete trabajo con el ciente en ingles no se si servira de algo me sigue dando el mismo error

_hirondelle
Posts: 72
Joined: Thu Mar 08, 2012 7:22 am

Re: Patch 4.011.2531

#14 Post by _hirondelle » Wed May 23, 2012 5:40 am

If you run micromacro just after updating, this will not work cause adresses will not be updates.

you must run rom\updates.lua and that's all, it runs.

If not, have you the same error ?

doct
Posts: 8
Joined: Fri May 11, 2012 9:13 am

Re: Patch 4.011.2531

#15 Post by doct » Wed May 23, 2012 6:45 am

haber soy un poco inexperto en esto como y donde ejecuto ese comando

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

Re: Patch 4.011.2531

#16 Post by rock5 » Wed May 23, 2012 7:05 am

Start micromacro.exe.

Type

Code: Select all

rom\update
and press Enter.
  • 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

doct
Posts: 8
Joined: Fri May 11, 2012 9:13 am

Re: Patch 4.011.2531

#17 Post by doct » Wed May 23, 2012 7:18 am

me pone esto al ejecutarlo
scipts/rom/update.lua:644: bad argument 1 to ´findpatternInProces´ null

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

Re: Patch 4.011.2531

#18 Post by rock5 » Wed May 23, 2012 7:25 am

Sorry,
First start the game.
Then start micromacro.exe
Then type

Code: Select all

rom/update
  • 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

doct
Posts: 8
Joined: Fri May 11, 2012 9:13 am

Re: Patch 4.011.2531

#19 Post by doct » Wed May 23, 2012 7:30 am

ok gracias lo provare ahora mismo estan en mantenimiento aqui jajaj un bug de dupilacion de runas x jajjajaj lo provare en cuanto pueda y lo comentare muchas gracias por la yuda

doct
Posts: 8
Joined: Fri May 11, 2012 9:13 am

Re: Patch 4.011.2531

#20 Post by doct » Wed May 23, 2012 8:01 am

me pone esto - cannot open scripts/rom.lua: no such file or directory

Post Reply

Who is online

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