One last thing...

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Romplayer
Posts: 120
Joined: Wed Jan 11, 2012 10:07 am

One last thing...

#1 Post by Romplayer »

I was wondering if there is a function in RoM or if RoMbot could disable "Looking for party" , switches on or off. I am trying to make it stay off b/c it is on by default. So can i do a Rombot mouse click to disable it or is there some Rom code to frame click it off? I believe it switches on every zone change.

When u right click your portrait u get a drop down where Looking for party is either on or off.

I heard there is is/was an addon way back that did this but i cannot seem to find one currently.

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

Re: One last thing...

#2 Post by rock5 »

I'm pretty sure it's off by default, or it always has been for me. I don't know why it's on for you.
  • 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
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: One last thing...

#3 Post by lisa »

Always off for me, maybe your addon is turning it on ;)
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
Romplayer
Posts: 120
Joined: Wed Jan 11, 2012 10:07 am

Re: One last thing...

#4 Post by Romplayer »

only addon that might turn it on is pbinfo? b/c that pretty the only addon i have.... doesn't have an option for that.
Romplayer
Posts: 120
Joined: Wed Jan 11, 2012 10:07 am

Re: One last thing...

#5 Post by Romplayer »

is this function PB_SeekSettingsFrameAreaDropDown1_Click
would be used?
maybe
PB_SeekSettingsFrameAreaDropDown1_Click(#,#)?
Romplayer
Posts: 120
Joined: Wed Jan 11, 2012 10:07 am

Re: One last thing...

#6 Post by Romplayer »

nevemind i found it
/script SetFindPartyState(x)
x= true on
x= false off
Post Reply