Page 1 of 1

Opening the mailbox rental?

Posted: Sat Jun 30, 2012 4:24 pm
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()

Re: Opening the mailbox rental?

Posted: Sat Jun 30, 2012 5:46 pm
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()

Re: Opening the mailbox rental?

Posted: Sat Jun 30, 2012 6:18 pm
by wilifox
Thank very muchh , found!! ;) :P :P

Re: Opening the mailbox rental?

Posted: Sat Jun 30, 2012 6:46 pm
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()");

Re: Opening the mailbox rental?

Posted: Sun Jul 01, 2012 12:48 am
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()");

Re: Opening the mailbox rental?

Posted: Sun Jul 01, 2012 8:10 am
by wilifox
Thanx you Rock, the command OpenMail found but CloseMail not. Why??? Sorry my english. Thnxs