I can't open the Logar mailbox

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
mrtgtr
Posts: 67
Joined: Wed Mar 21, 2012 5:09 pm

I can't open the Logar mailbox

#1 Post by mrtgtr »

I must take mails auto from Logar Mailbox.

player:target_Object("Logar mailbox",1000);
ChoiceOptionByName("Open mailbox");
UMM_TakeMail();

It is not work.

Please help how I auto open Logar Mailbox and take all mails ?
User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: I can't open the Logar mailbox

#2 Post by Ego95 »

http://solarstrike.net/phpBB3/viewtopic ... =mail+mods

The mailbox no longer needs to be open. UMM will find and open it for you.

So just use the commands, that are used in Rock's Mail Mods topic to get your mails ;)
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: I can't open the Logar mailbox

#3 Post by rock5 »

That's true but then, why didn't it work?

What was printed in the MM window?
  • 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
mrtgtr
Posts: 67
Joined: Wed Mar 21, 2012 5:09 pm

Re: I can't open the Logar mailbox

#4 Post by mrtgtr »

rock5 wrote:That's true but then, why didn't it work?

What was printed in the MM window?
I want to open mail box, take all mails and do 10 lvl daily quest in logar(Sharp bear claw 5 grain )

My waypoints codes is here.

<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-423" z="-5998" y="21"> </waypoint>
player:target_Object("Logar mailbox",1000);
ChoiceOptionByName("Open mailbox");
UMM_TakeMail();
<!-- # 2 --><waypoint x="-551" z="-5958" y="24"> </waypoint>
<!-- # 3 --><waypoint x="-613" z="-5824" y="24"> </waypoint>
</waypoints>

wich is wrong ?

Char is going to near to mailbox and it is not open


How must be waypoint codes ?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: I can't open the Logar mailbox

#5 Post by rock5 »

You didn't answer the question
rock5 wrote:What was printed in the MM window?
But it looks like English is not your first language. Are you playing in English?
  • 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
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: I can't open the Logar mailbox

#6 Post by Ego95 »

Maybe it's called "Logar Mailbox" instead of "Logar mailbox"?
Post Reply