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()
Opening the mailbox rental?
Re: Opening the mailbox rental?
macro to rent portable bank or mail:
macro to open mail:
macro to properly close mail with bot:
Code: Select all
/run TimeFlagFrame:Show()Code: Select all
/run OpenMail()Code: Select all
/run CloseMail()Re: Opening the mailbox rental?
Thank very muchh , found!!

Re: Opening the mailbox rental?
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()");
sendMacro("/run OpenMail()"); yrest(5000);
UMM_SendByNameOrId("alter",{"Collar del guerrero de Cumbre Tempestad"})
sendMacro("/run CloseMail()");
Re: Opening the mailbox rental?
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
Re: Opening the mailbox rental?
Thanx you Rock, the command OpenMail found but CloseMail not. Why??? Sorry my english. Thnxs