Are there any codes for magicbox?[resolved]

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

Are there any codes for magicbox?[resolved]

#1 Post by miximixi007 »

Are there any codes for magicbox?
e.g.
OpenMagicBox
CloseMagicBox
IsMagicBox
PickUpItemToMagicBox
StartAddonsForFusion
FusionStone
...


I got it.
PickupBagItem(_bagslot);
PickupBagItem(_dropslot);
MagicBoxRequest()
Last edited by miximixi007 on Sun Jul 18, 2010 4:24 pm, edited 1 time in total.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Are there any codes for magicbox?

#2 Post by rock5 »

miximixi007 wrote:Are there any codes for magicbox?
e.g.
OpenMagicBox
CloseMagicBox
IsMagicBox
PickUpItemToMagicBox
StartAddonsForFusion
FusionStone
...
I've done a bit of work with the magic box so I can probably answer your questions but first I need to know what fusion addons you might have and what you want to make. Is it just mana stones?
  • 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: Are there any codes for magicbox?

#3 Post by miximixi007 »

aha,rock5,are u online 7*24? :lol:
I used this one:http://rom.curse.com/downloads/rom-addo ... usion.aspx
I wanna make mana stone with random fusion and belt.
miximixi007
Posts: 94
Joined: Sat Apr 17, 2010 1:18 pm

Re: Are there any codes for magicbox?[resolved]

#4 Post by miximixi007 »

next question:
How to set receiver name into mailbox?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Are there any codes for magicbox?[resolved]

#5 Post by rock5 »

miximixi007 wrote:next question:
How to set receiver name into mailbox?
Sorry I didn't get back to you sooner but my solution for fusion is a bit complex. I'm working on simplifying it and should release some functions to help with that. On another note, I was just given control of fusion by d003232 and plan to release some minor updates soon.

The mailbox is a lot harder. I had to do some extensive modifying of a mailbox addon to get this to work. The main problem is when you open the mailbox focus usually goes to the edit box at which point rombot looses communication with the game. I had to remove all setfocus commands to stop that as well as some other edits. I could release this too but it would require you to use my modified version of UltimateMailMod as your mailbox replacement.
  • 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: Are there any codes for magicbox?[resolved]

#6 Post by miximixi007 »

Yes,i also used UltimateMailMod b4. :)
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Are there any codes for magicbox?[resolved]

#7 Post by rock5 »

I posted my fusion functions in another thread. Check them out if you like.
http://www.solarstrike.net/phpBB3/viewt ... =21&t=1434
  • 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