MagicBox Extraction ?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
wps
Posts: 74
Joined: Tue Feb 05, 2013 11:11 am

MagicBox Extraction ?

#1 Post by wps » Mon Aug 12, 2013 9:20 am

I wrote a script to do extraction,
but "MagicBoxRequest()" is not working.

After "MagicBoxRequest()" is executed, the confirm button will not be grey out, and the extraction doesn't happen.

I use script to put the items in slots, and click the button manually, and it works.

I checked the API, but found nothing.

I test with and without advance magic box.

Does any one know how to trigger the extraction?

Thanks.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: MagicBox Extraction ?

#2 Post by rock5 » Mon Aug 12, 2013 10:28 am

Try "MagicBoxDrawStone()".
  • 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

wps
Posts: 74
Joined: Tue Feb 05, 2013 11:11 am

Re: MagicBox Extraction ?

#3 Post by wps » Mon Aug 12, 2013 11:26 am

tyvm

I didn't see this command in any API on the internet.
It's amazing that you know this.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: MagicBox Extraction ?

#4 Post by rock5 » Mon Aug 12, 2013 12:08 pm

:)

I have the "interface/worldxml" folder from inside the "interface.fdb" file, where most of the interface code can be found, extracted. I seem to remember from previous work I've done that the fusion and extraction are handled by different code and functions. I did a search in the extracted folder for "MagicBoxRequest" and found the following code

Code: Select all

function MagicBoxFrameOkayButton_OnClick()
	if(  MagicBoxFrame.sw==true )then
		MagicBoxRequest();
	else
		MagicBoxDrawStone();	
	end
end
Simple. Of course it's not always that simple but this one was. This is how I usually find new functions or how to use the functions without documentation.
  • 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

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 1 guest