Opening the mailbox rental?

Talk about anything in Runes of Magic. This does not need to pertain to botting.
Post Reply
Message
Author
wilifox
Posts: 86
Joined: Tue Jul 26, 2011 6:00 pm

Opening the mailbox rental?

#1 Post by wilifox »

Good night, someone tell me know how I can open the mailbox to rent for diamond items to send missions to some alter guild? thank you very much

Macro open rental mailbox: /run ToglleTimeFlagPopupMenu()
kkulesza
Posts: 150
Joined: Fri May 27, 2011 9:00 pm
Location: Poland

Re: Opening the mailbox rental?

#2 Post by kkulesza »

macro to rent portable bank or mail:

Code: Select all

/run TimeFlagFrame:Show()
macro to open mail:

Code: Select all

/run OpenMail()
macro to properly close mail with bot:

Code: Select all

/run CloseMail()
wilifox
Posts: 86
Joined: Tue Jul 26, 2011 6:00 pm

Re: Opening the mailbox rental?

#3 Post by wilifox »

Thank very muchh , found!! ;) :P :P
wilifox
Posts: 86
Joined: Tue Jul 26, 2011 6:00 pm

Re: Opening the mailbox rental?

#4 Post by wilifox »

This Code found ok, but open Mailbox, not close "sendMacro("/run CloseMail()");" what is the problem? thx very much

sendMacro("/run OpenMail()"); yrest(5000);
UMM_SendByNameOrId("alter",{"Collar del guerrero de Cumbre Tempestad"})
sendMacro("/run CloseMail()");
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Opening the mailbox rental?

#5 Post by rock5 »

You need to use '/use' or '/script' when running commands in the game but from the bot you only need to run the command, eg.

Code: Select all

sendMacro("OpenMail()"); yrest(5000);
UMM_SendByNameOrId("alter",{"Collar del guerrero de Cumbre Tempestad"})
sendMacro("CloseMail()");
  • 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
wilifox
Posts: 86
Joined: Tue Jul 26, 2011 6:00 pm

Re: Opening the mailbox rental?

#6 Post by wilifox »

Thanx you Rock, the command OpenMail found but CloseMail not. Why??? Sorry my english. Thnxs
Post Reply