- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,153 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Bukkit Plugins
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top Terraria Maps
- Top StarCraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
Fusion
- 4 Likes
- Runes of Magic
- 855 Monthly Downloads
- Supports: 4.0.2.2440
- 79,650 Total Downloads
- Updated 02/14/2012
- Created 09/22/2009
- 57 Favorites
- Project Site
- Comments
- Release Type: Release
- License: GNU General Public License version 3 (GPLv3)
- Newest File: v1.06
About Fusion
Adds new buttons and a working queue to the magic box to create as much mana stones with one mouseclick as you like.
The addon will put the items and stones to the magic box without any mouse movements anymore.
You can choose which types of fusion stones are allowed to choose. There is an optional whitelist for items to use while transmuting. If you don't use the whitelist you are able to use as much different items as you like to transmute. To avoid operating errors, the item use is limited to white and green items. For Lvl 10 characters there is an optional 'Clear bag' button which will delete all unneeded items from your bag.
v1.05
- Fixed game crashing when closing or changing character, after using Fusion.
- Now avoids using anything but weapons and armor for fusion. Other items wont get in the way.
v1.04
- Added some missing FusionStone Ids.
- Removed Purified Fusion Stone from Fusion Stone list.
v1.03
- Added AdvancedMagicBox support.
- Added fusion button to magic box.
- Increased speed max value to 2.
- Replaced os time functions.
v1.02
- add a chinese translation TW.lua file
v1.01
- you can choose the item colors used for fusion
- you can config the speed now
v1.0
- Final Version
- add a max and a reset button
v0.96
- added all fusion stone ids
- only select white and green items
- reduce wait time to 0.2 sec
v0.95
- reduce wait time to 0.3 sec
- empty magic box also after singel fusion
- fix at the AddonManage minibutton
v0.91
- AddonManager support
- empty magic box after transmutation
v0.90
- optional withliste for items to choose
- clear bag function and button could be deactivated (default)
- localizations
- save config
v0.82
- restrict useable fusion stones
- preparation for local language files
- preparation for saved settings
v0.81
- add some tooltips
- fixed a bug in function name
v0.8
- creating manastones with a work queue
v0.1
- first beta version
- Will full work with simple mous click
- Without documentation and localization.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v1.06 | Release | 4.0.2.2440 | 20,486 | 02/14/2012 |
| v1.05 | Release | 4.0.2.2440 | 18,132 | 10/29/2011 |
| v1.04 | Release | 4.0.0.2413 | 13,139 | 09/13/2011 |
| v1.03 | Release | 3.0.2 | 17,278 | 08/30/2010 |
| v1.02 | Release | 3.0.2 | 837 | 07/31/2010 |
| v1.01 | Release | 3.0.2 | 289 | 07/31/2010 |
| v1.0 | Release | 3.0.2 | 532 | 07/31/2010 |
| v0.95 | Release | 3.0.2 | 145 | 07/31/2010 |
| v0.91 | Release | 3.0.2 | 112 | 07/31/2010 |
| v0.9 | Release | 3.0.2 | 13 | 07/31/2010 |
| v0.82 | Release | 3.0.2 | 43 | 07/31/2010 |
| v0.81 | Release | 3.0.2 | 6 | 07/31/2010 |
| v0.1 | Release | 3.0.2 | 5 | 07/31/2010 |
| v0.8 | Release | 3.0.2 | 6 | 07/31/2010 |
| Fusion v1.02 | Release | 2.0.11.1872 | 340 | 12/22/2009 |
| Fusion v1.01 | Release | 2.0.11.1872 | 189 | 11/11/2009 |
| Fusion v1.0 | Release | 2.0.11.1872 | 389 | 10/05/2009 |
| Fusion v0.96 | Release | 2.0.11.1872 | 63 | 10/02/2009 |
| Fusion v0.95 | Release | 2.0.11.1872 | 39 | 09/29/2009 |
| Fusion v0.91 | Release | 2.0.11.1872 | 10 | 09/28/2009 |
| Fusion v0.90 | Release | 2.0.11.1872 | 10 | 09/28/2009 |
| Fusion v0.82 | Release | 2.0.11.1872 | 7 | 09/26/2009 |
| Fusion v0.81 | Release | 2.0.11.1872 | 8 | 09/24/2009 |
| Fusion v0.8 | Release | 2.0.11.1872 | 24 | 09/24/2009 |
| Fusion v0.1 | Beta | 2.0.11.1872 | 13 | 09/22/2009 |



Comments
I'm not sure what you ar talking about. The charges should be visible.
Is the 'Charges' longer in your language? Or are you using some other transmutor addon?
Anyway I highly recommend using "AdvancedMagicBox". It allows easy access to the other 5 slots for a total of 10 slots and has more room for the "Charges" name.
Hi,
first, thanks that you got hands on this very useful tool.
My prsonal problem is, that i like to see how many "Arkane Ladungen" (Loads) are left.
If you could change the settings to the following, i think that everyone still knows, that this is fusion, giving the chance to see the amount.
===SNAP===
<Button name="FusionShow1" parent="MagicBoxFrame" inherits="UIPanelButtonTemplate" text="fsn" >
<Size><AbsDimension x="36" y="16"></AbsDimension></Size>
<Anchors><Anchor point="TOPRIGHT">
<Offset><AbsDimension x="-10" y="30"/></Offset></Anchor>
</Anchors>
<Scripts>
<OnClick>
if FusionFrame1:IsVisible() then FusionFrame1:Hide() else FusionFrame1:Show() end
</OnClick>
</Scripts>
</Button>
==SNAP===
Can someone tell me please which coordinates i have to change to move the fusion button in the box?
I cant get the whitelist to work, Fusion doesnt seem to even use it... it just grabs the first item in my bag slot and trys to fuse it...
and there is still the issue with some stones not being detected. I can get RFSs to work but most FS are skipped...
= 57", that way the whitelist wouldn't have to be used so much.
What you need is for someone to create a pet specific addon.
As of this release I will be maintaining this addon. I'm not going to rush to make any big changes until I'm more comfortable with the code but I already have some ideas that I plan to implement in the future.
The addon works fine again (Client 3.0.4) , even works together now with the 'Advanced Magix Box' - Addon :-)
Some of the new features you can look forward to are:
1. Added 'Fusion' button to Magic Box.
2. Support for AdvancedMagicBox.
3. Increased speed max value to 2 sec (I find it more reliable).
4. Replaced os.time functions for compatibility with 3.0.3.
My main focus at the moment is to get this first version out then I'll see where I'll go from there.
Take care, being sick sucks and health goes before games :p