- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,109 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria 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
Class Swap Helper
- 2 Likes
- Runes of Magic
- 322 Monthly Downloads
- Supports: 3.0.7
- 83,276 Total Downloads
- Updated 03/01/2009
- Created 02/06/2009
- 219 Favorites
- Project Site
- Comments
- Release Type: Release
- License: Public Domain
- Newest File: ClassSwapHelper v0.4
About Class Swap Helper
Instantly swap your main class and secondary class when using the Housekeeper or Class Master NPC.
This reduces class changing from 8 clicks to only 2 clicks!
You might even consider it 1 click if you don't count clicking the NPC ;)
Now only two clicks (click npc, click "change class"). Thanks to Alleris... *wink*.
As a result, the Swap button was removed. Use version 0.3 if you don't like it.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| ClassSwapHelper v0.4 | Release | 3.0.7 | 81,146 | 03/01/2009 |
| ClassSwapHelper v0.3 | Beta | 1804 | 1,812 | 02/08/2009 |
| ClassSwapHelper v0.2 | Beta | 1804 | 355 | 02/08/2009 |
Top Downloads
-
- WoWMap
- Map & Minimap
- 7,599 Monthly Downloads
-
- CharPlan
- Bags & Inventory
- 4,102 Monthly Downloads
-
- Advanced AuctionHouse
- Tooltip and Auction & Economy
- 3,081 Monthly Downloads
-
- pbInfo
- Quests & Leveling, Unit Frames, Tooltip, and Chat & Communication
- 2,906 Monthly Downloads
-
- WoWMap - POI
- Artwork and Map & Minimap
- 2,727 Monthly Downloads
Comments
Modify ClassSwap.lua ClassSwap_OnEvent function to read:
function ClassSwap_OnEvent(this, event)
-- thanks to TheGooch and Alleris for helping simplify this to 2 clicks (click npc, click "change class")
if IsShiftKeyDown() then
--do nothing
else
if ( event == "EXCHANGECLASS_SHOW" and EXCHANGECLASS_SUBCLASS ~= 0 ) then
ExchangeClass(EXCHANGECLASS_SUBCLASS, EXCHANGECLASS_MAINCLASS)
end
end
end
Excellent ! It works perfectly.
Frogster should update the LUA API and release a new function to exchange the first class with the third, or the second as primary and the third as secondary, with all the possibilities with shift, alt, ctrl ...
I look for this on the API, but nothing about it yet.
Changing/swapping the 'ClassSwap_OnEvent' function with the code above works great. Can hold down shift now and change classes as per usual then use click without shift again after to swap the newly set ones ;)
Not sure why it doesn't work for Alexon88
no it doesn't.
cant swap third class with your code...
man fast swap doesnt work with yor code at all..
JUST REMEMBER TO SWAP YOUR CARACTERS ITEMS!!
Calypson said: "Just go to the folder where you have Runes of Magic installed, create a new folder called Interface, inside Interface create a folder called AddOns. This addon goes in that folder."
the "Manual install" guide doesnt help much ether, considering how it is set up for WoW, not RoM
But yea, this addon should be part of the game, not a full addon, i agree on that fact.
When changing class for the first time a box comes up asking if you want to know more about the Equipment Swap button.
This comes up everytime I change class. Not sure if ClassSwap is the culprit, though it seems likely.