i found a way how to open mailbox

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
miximixi007
Posts: 94
Joined: Sat Apr 17, 2010 1:18 pm

i found a way how to open mailbox

#1 Post by miximixi007 »

we need write a memory address to 1 b4 use RoMScript("MailFrame:Show()");currently is 0209D44C
i`ll try to find the staticaddress.
i used CE5.5 frozen this address,the mail function also work.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: i found a way how to open mailbox

#2 Post by rock5 »

miximixi007 wrote:we need write a memory address to 1 b4 use RoMScript("MailFrame:Show()");currently is 0209D44C
i`ll try to find the staticaddress.
i used CE5.5 frozen this address,the mail function also work.
Do you mean when not near 1?
  • 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
WhiteTiger
Posts: 84
Joined: Tue Jun 22, 2010 8:06 am

Re: i found a way how to open mailbox

#3 Post by WhiteTiger »

You mean you can open the mailbox anywhere ? :o
miximixi007
Posts: 94
Joined: Sat Apr 17, 2010 1:18 pm

Re: i found a way how to open mailbox

#4 Post by miximixi007 »

state of close mailbox =0 and open mailbox=1,so we can find out this value by CE.
I'm sorry,I tried again,still have some problem here.
It only work after mouse click mailbox,the step like below:
1.open mailbox with mouse click.
2.frozen address 0209D44C
3.now,u can use RoMScript("MailFrame:Show()") anytime,but not anywhere,
else if u leave this mailbox, u need do it from step 1.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: i found a way how to open mailbox

#5 Post by rock5 »

miximixi007 wrote:state of close mailbox =0 and open mailbox=1,so we can find out this value by CE.
I'm sorry,I tried again,still have some problem here.
It only work after mouse click mailbox,the step like below:
1.open mailbox with mouse click.
2.frozen address 0209D44C
3.now,u can use RoMScript("MailFrame:Show()") anytime,but not anywhere,
else if u leave this mailbox, u need do it from step 1.
In other words it's pointless. You can already open a mailbox with a command like this;

Code: Select all

player:target_Object("Mailbox")
  • 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
miximixi007
Posts: 94
Joined: Sat Apr 17, 2010 1:18 pm

Re: i found a way how to open mailbox

#6 Post by miximixi007 »

I dont know how to use lua script,look these addresses,maybe it can help u find a way.

around ID:
A004C4+eax*4 --u can list eax from 1 to 100,also it can list all of player and mob near u.
around Name:
[[[A004C4+eax*4]+290]+0]
target ID:
[[9aa1bc+598]+274]
mousePtr_offset:
[9aa1bc+73C]
mouse Name offset:
[[[9aa1bc+73C]+290]+0]

let`s list around name, when around Name=Mailbox then get around ID ,write it to [[9aa1bc+598]+274],press attack,mailbox will be OK.

second way,when mouse Name offset=Mailbox ,click mouse.i dont wanna do like this.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: i found a way how to open mailbox

#7 Post by rock5 »

miximixi007 wrote:I dont know how to use lua script,look these addresses,maybe it can help u find a way.

around ID:
A004C4+eax*4 --u can list eax from 1 to 100,also it can list all of player and mob near u.
around Name:
[[[A004C4+eax*4]+290]+0]
target ID:
[[9aa1bc+598]+274]
mousePtr_offset:
[9aa1bc+73C]
mouse Name offset:
[[[9aa1bc+73C]+290]+0]

let`s list around name, when around Name=Mailbox then get around ID ,write it to [[9aa1bc+598]+274],press attack,mailbox will be OK.

second way,when mouse Name offset=Mailbox ,click mouse.i dont wanna do like this.
I don't understand. You can already open the mail box without using the mouse. What more are you trying to do?
  • 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
miximixi007
Posts: 94
Joined: Sat Apr 17, 2010 1:18 pm

Re: i found a way how to open mailbox

#8 Post by miximixi007 »

I think it maybe useful when sb. wanna find special target.
btw,i dont know player:target_Object("Mailbox") b4.
where can I find all of the command without http://theromwiki.com/index.php/List_of_Functions?


I want to send all of items and money from first character to second character. next time,second character send all of items and money to third character,can u help me?
else,I wanna buy fusion stone*4 first time. and buy fusion stone*7 next time , is it available?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: i found a way how to open mailbox

#9 Post by rock5 »

miximixi007 wrote:I think it maybe useful when sb. wanna find special target.
btw,i dont know player:target_Object("Mailbox") b4.
where can I find all of the command without http://theromwiki.com/index.php/List_of_Functions?
target_Object is a new rombot fuction. You can read about it here;
http://www.solarstrike.net/wiki/index.p ... _Functions
miximixi007 wrote:I want to send all of items and money from first character to second character. next time,second character send all of items and money to third character,can u help me?
else,I wanna buy fusion stone*4 first time. and buy fusion stone*7 next time , is it available?
Sending and receiving stuff in the mailbox is really hard. I doubt you'll manage to do it. If you do collect stones from a previous character, you might be able to work out how many fusion stones to buy by counting how many mana stones you already have.
  • 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
WhiteTiger
Posts: 84
Joined: Tue Jun 22, 2010 8:06 am

Re: i found a way how to open mailbox

#10 Post by WhiteTiger »

why is sending stuff with mailbox so hard? the only problem i see is if you send too much stuff at the same time and the mailbox starts to bug. and of course that you have to write all the names u have to send to first
Post Reply