Download
(26Kb)
Download
Updated: 10-21-08 02:30 PM
Pictures
File Info
Updated:10-21-08 02:30 PM
Created:unknown
Downloads:103,880
Favorites:112
MD5:

CasterWeaponSwapper  Popular! (More than 5000 hits)

Version: 2.6
by: Wikwocket [More]

== CasterWeaponSwapper 2.6 ==
by Wikwocket ([email protected])

Note: This AddOn is currently retired. I am unlikely to update it or add support for new enchantments/weapons. Blizzard has made changes so that when you swap an item, the internal cooldown on any of its procs/buffs is reset. This means swapping in Val'anyr or a weapon with Black Magic wouldn't work; you can't avoid their internal cooldowns. Also, currently intellect is the main regen stat, and every weapon has intellect, so there is not a compelling reason to swap weapons based on mana level. This, combined with Blizzard's dislike for weapon/relic hot-swapping, means CasterWeaponSwapper is retired.

This AddOn swaps weapons based on your current amount of mana, to maximize mana efficiency. With this mod, you can start fights with a high intellect staff equipped, then switch to a +damage/healing weapon for most of the fight, and then switch to a spirit-heavy staff when your mana is low.

This AddOn is unique because is does this automatically, without interrupting you with a weapon-swap cooldown. Normally when you change weapons in combat, it cancels current spellcasts and causes a 1.5-second global cooldown. CasterWeaponSwapper gets around this by swapping weapons right after you cast instant spells, so the cooldowns overlap and you don't experience any interruption. It also will let you know when it wants to swap weapons with an (optional) popup, so you can cast an instant spell or trigger the swap manually. When out of combat, there is an option to swap weapons whenever necessary, since there is no swap cooldown.

The AddOn supports 1- and 2-handed weapons, off hand items, and wands/librams/idols/totems. You can set up weapon sets for high mana, casting, low mana, and sets for Druid forms. The casting set will only be used when in combat. The Druid sets will be used while you are shapeshifted into a bear or cat. There is also an option to use the low-mana set while you have spirit boosting buffs (Spirit Tap, Evocation, Innervate, and Aura of the Blue Dragon), and an option to swap between a secondary casting set to proc the Spellsurge enchant each time it is available in combat.

(For more information on Spellsurge, check out the excellent "A Guide to Spellsurge in Endgame PVE" by Aredia/Aeix. It has fallen off the WoW forums but you can find it in Google's cache: http://www.google.com/search?q=%22A+Guide+to+Spellsurge+in+Endgame+PVE%22 )

This AddOn will work in any language version of WoW. The user controls are in English.

To use the AddOn, type /cws or /casterweaponswapper to open the config window.
* You can set up the weapon sets by dragging and dropping weapons to the icons.
* You can pick the mana threshold values used for swapping via the sliders.
* You can turn the mod, and some features, on and off via the checkboxes.
* Settings are saved for each character that uses the AddOn.

Once set up, you can type /cws on|off|toggle to turn weapon swapping on or off. You can also trigger a manual check for any desired swaps via /cws swap, or by using the keybinding available in the keybindings menu.

I hope you find this mod useful. Feedback and suggestions are always welcome!

Website:
http://wikwocket.wowinterface.com/portal.php
Contact info:
Please contact me by email ([email protected]), PM, or by leaving comments on an AddOn site. This is much preferable to trying to contact me in-game.

=== Version history: ===

CasterWeaponSwapper 2.6 (WoW 3.0.2):
* Fixed Spellsurge detection (Spellsurge was changed from 10-second buff to a single tick of 100 mana).
* Fixed detection of Druid forms and spirit-boosting buffs.
* Updated item-set creation code to eliminate need for hooking item pickup functions.

CasterWeaponSwapper 2.5 (WoW 2.4.3):
* Checked mod for compatibility with Wrath of the Lich King beta.
** Fixed an error that could happen under WotLK (when swapping a 2-handed weapon in for a mainhand/offhand) by improving how empty bag slots are used.
* Changed how the "reminder to swap" popup works:
** Added a checkbox to enable or disable the popup.
** Added a delay on the popup, so that if you cast an instant spell within 5 seconds of when the mod wants to swap weapons, you won't see the popup.
* Tweaked the UI frame to allow for more options in future versions.
* Added Power Infusion and Pain Suppression as non-cooldown abilities (instant-cast abilities the mod will not try to swap right after).

CasterWeaponSwapper 2.4 (WoW 2.4.3):
* Updated to accomodate 2.4.3's change, where swapping weapons cancels spellcasts:
** In combat, the mod now only swaps after instant-cast and channeled spells, which are not interrupted.
** When the mod needs to swap in combat, if it doesn't see an instant-cast spell, it will pop up a little notifier, so you can trigger the swap (and the resulting cooldown) when it's most convenient.
** To trigger the swap, you can cast any instant-cast or channeled spell, or click the button on the notifier, or use a macro that says "/cws swap", or use the keybinding available in the keybindings menu.
** The popup notifier can be moved anywhere on the screen by dragging it.
** This is a quick fix version, which I hope to refine over time. I know the popup may be a little annoying for now and that the mod may still interrupt casts out of combat; I plan to work on this.

CasterWeaponSwapper 2.3 (WoW 2.4.2):
* Updated localization code to use GetSpellInfo() and GetItemInfo(). This should allow the mod to work in all locales without further translation!
* Added Divine Illumination to the list of spells not to swap after, since it does not cause a global cooldown.
* Fixed a bug in Spellsurge detection that occurred in special cases.

CasterWeaponSwapper 2.2 (WoW 2.4.1):
* Updated code to not swap weapons when casting non-cooldown spells, like Inner Focus, Divine Favor, and Natures's Swiftness. This should avoid unnecessary cooldowns. For a full spell list, look in localization.lua.
* Updated Spellsurge detection to be more reliable, by checking COMBAT_LOG_EVENT_UNFILTERED directly instead of using CombatLogGetCurrentEntry().
* Removed old 2.3 Spellsurge support.
* Improved empty bag slot detection by using new 2.4 function GetContainerNumFreeSlots().
* Improved icon code by using new 2.4 function GetItemIcon().

CasterWeaponSwapper 2.1 (WoW 2.3.3):
* Updated Spellsurge detection to continue to work after patch 2.4.
* Reinstated Evocation support: Although it's is no longer spirit-based, swapping to regen weapons does increase base regen while channelling, especially due to one regen tick outside the 5-second rule (Thanks Samasnier). To disable swapping, you can uncheck "Swap to low mana set for spirit boosts."
* Added localization for Spanish WoW client. Spellsurge support is not localized yet, and after 2.4 won't need to be.
* Updated swapping messages and error messages so they will not spam the chat log.
* Updated to not swap weapons when you have an item on the cursor, so you can move items without interruption.

CasterWeaponSwapper 2.0 (WoW 2.3.3):
* Updated to use item links instead of item names! This means that:
** You can now swap between two items with the same name but different enchants/gems.
** Old settings are preserved; existing weapon selections will be equipped by name. If you reconfigure the weapons, then item links will be used.
** All new weapons configured will show full tooltips in the config panel, instead of just their names.
** There is also a new chat notification when you add a weapon to a set.
* Updated Druid support to recognize cross-form shapeshifts (bear to cat, etc) and swap weapons appropriately.
* Updated Druid support to not swap weapons immediately after unshifting, and to wait for the next spellcast, to avoid causing an extra cooldown.
* Updated spirit boost code: now after a spirit boost is over, the code waits for the next spellcast to swap away from regen weapons, to avoid causing an extra cooldown.
* Removed Evocation spirit boost support, since Evocation is no longer based on spirit.
* Updated to use ClearCursor(), to prevent leaving a weapon on the cursor, and resolve some UI taint issues.
* Update reports to include percentage of time spent with High Mana set.
* Added French and German localization for Spellsurge ticks (thanks Nightdruid, Singura, and others).
* Made many small optimizations to the code.

CasterWeaponSwapper 1.91 (WoW 2.2.2):
* Added ability to distinguish your Spellsurge procs from other procs.
** The mod now tracks your own Spellsurges, so it should not unequip your Spellsurge weapon when someone else's procs.
** Post-fight reports now list the number of your own Spellsurges, as well as all Spellsurges.
** This is not yet localized; I need to know what the French and German clients say when you gain 10 mana from Spellsurge.
* Made the color of post-fight reports customizable. To change it, open CasterWeaponSwapper.lua in a text editor and look for the variable "REPORTCOLOR" near the top.
* Reduce memory usage for reports via small fix.
* Fixed typo in French localization for gaining Spellsurge.

CasterWeaponSwapper 1.9 (WoW 2.1.3):
* Localized Spellsurge support into French and German (thanks Zwiebelchen and Krakoukass).
* Fixed localization for Druid bear form detection in French (thanks Krakoukass).
* Added reporting on mana usage after long fights.
** After a fight of more than 2 minutes, you will see:
** Time spent inside and outside the five second rule.
** Time spent with various weapon sets equipped.
** Number of times Spellsurge procced.
** Reporting defaults to "on" but can be turned off by checkbox.
** Note: five second rule detection is approximate.
* Fixed a bug where the mod would not re-try failed swaps.

CasterWeaponSwapper 1.8 (WoW 2.1.1):
* Added recognition of Swift Flight Form for Druids (The low-mana set is used for all travel forms).
* Added a Spellsurge set, for the Spellsurge weapon enchant:
** The Spellsurge enchant has a 50 second cooldown; while it cools down after a proc, another weapon can be used.
** A main hand (with Spellsurge) and off hand can be entered in this new set (the casting ranged weapon is used).
** In combat, the mod will swap from the casting set to this set (if enabled) until Spellsurge procs.
** After each Spellsurge proc, the mod will swap to the casting set until Spellsurge has cooled down.
** Note that it may take several casts to proc Spellsurge each time the set is activated.
** Spellsurge support is not yet localized. To do so, I need to know what the combat log says when it procs.

CasterWeaponSwapper 1.7 (WoW 2.1.0):
* Rewrote buff scanning code to be more efficient, by using UnitBuff instead of tooltips.
* Added code to swap from one offhand to another more reliably, by working around item slot locking caused by unequipping offhands to specific bag slots.
* Fixed a checkbox's tooltip text.

CasterWeaponSwapper 1.6 (WoW 2.0.12):
* Updated swapping code to remember which bag slot it picks up offhand items from, and try to place them back there when swapping them out. (Suggested by Wickwrackrum at curse-gaming.com)
* Updated swapping code to not swap weapons after dying as a Priest and becoming a Spirit of Redemption, to avoid wasting 1.5 seconds of your posthumous healing with a global cooldown.
* Updated swapping code to not swap due to mana changes if experiencing a spirit boost. So during an out-of-combat Evocate or Innervate, the low mana weapons should stay equipped for the duration. (Suggested by Myrddin)
* Added recognition of Flight Form for Druids (The low-mana set is used for all travel forms).

CasterWeaponSwapper 1.51 (WoW 2.0.2):
* Fixed small bug with empty bag slot detection.

CasterWeaponSwapper 1.5 (WoW 2.0.2):
* Updated for WoW 2.0.2.
* Due to how events are handled in the expansion, in-combat swap checks will also be made when you fire a wand or use an item, since they also trigger the global cooldown.
* Removed Soul Siphon from list of spirit-boosting buffs, since the talent Improved Drain Soul was changed.

CasterWeaponSwapper 1.4 (WoW 1.12.1):
* Added another Druid weapon set: now there are separate sets for bear form and cat form. Moonkin form will be treated the same as caster form, and travel forms will use the low mana set for regen.
* Updated combat-swapping event support, so that the mod will once again check for weapon swaps when you use an instant-cast spell.
* Added a checkbox option for turning the swap messages on or off.

CasterWeaponSwapper 1.32 (WoW 1.12.1):
* Localized support for druid forms, spirit buffs, and other minor fields for French and German WoW. Please let me know if these features work in the foreign-language clients.
* Updated Druid support: Druid set will be used for bear and cat forms, and Moonkin form will be treated as caster form (so swaps will still occur in that form).
* Fixed a bug with picking items up from character sheet.
* Updated buff detection code to be more robust.

CasterWeaponSwapper 1.31 (WoW 1.12):
* Fixed a bug with picking items up from bank slots.

CasterWeaponSwapper 1.3 (WoW 1.12):
* Redesigned the interface to use icon buttons instead of text - now you can drag and drop items into the sets! Existing item sets will be preserved, but weapons will use a default icon until you drag the actual item into the set.
* Added a fourth item set, for Druid forms. Added an option to swap to this set while in any form.
* Added an option to swap to the low mana set while you have a spirit-boosting buff (Evocation, Innervate, Spirit Tap, Improved Drain Soul, or the Blue Dragon card proc).
* Rewrote all of the swapping status code - this allows for better detection of conditions like Druid forms, spirit boosts, death, etc, as well as choosing the right item set to use in a given case. This will also allow me to add support for Spirit of Redemption form and battlegrounds.

CasterWeaponSwapper 1.2 (WoW 1.12):
* Added support for recognizing Benediction/Anathema regardless of which state it's in.
* Rewrote all of the weapon swapping code - this should remove the possibility of failed swaps and conflicting swaps.
* Changed the event used for combat-swapping to SPELLCAST_START. This should prevent the bug where a swap would occur on the completion of a spell instead of at the beginning. Note that this means the mod will no longer swap when you cast an instant-cast spell.

CasterWeaponSwapper 1.11 (WoW 1.10):
* Fixed small bugs in weapon swap code.
* Added checks to clear cursor after a failed swap.
* Added more error messages for debugging.

CasterWeaponSwapper 1.1 (WoW 1.10):
* Updated TOC number.
* When out of combat, the casting set is now ignored. Only the low mana (regen) and high mana sets will be used.
* Added an option to perform swaps automatically based on mana level when out of combat. While in combat, swaps will still only be performed when you start to cast a spell. (Suggested by ThantiK at curse-gaming.com)
* Added code to not swap weapons while shapeshifted (when you have no mana). Hopefully this will work better for Druids. (Suggested by emb at curse-gaming.com)
* Incorporated WeaponQuickSwap fixes to prevent stack overflows and wait for complete item unlocking.
* Improved weapon swapping code's detection of bags that can't hold weapons (quivers etc).
* Disabled event handling while zoning, to improve loading times.

CasterWeaponSwapper 1.0 (WoW 1.9.4):
* Initial release.
* Special thanks go to CapnBry for writing WeaponQuickSwap and releasing it in the public domain.

CasterWeaponSwapper 2.6 (WoW 3.0.2):
* Fixed Spellsurge detection (Spellsurge was changed from 10-second buff to a single tick of 100 mana).
* Fixed detection of Druid forms and spirit-boosting buffs.
* Updated item-set creation code to eliminate need for hooking item pickup functions.
Optional Files (0)


Post A Reply Comment Options
Unread 03-24-07, 11:28 AM  
Abingtapin
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Profiles?

Hi,

Love this addon. I was wondering if you had any plans to allow profiles in it? I like to keep one weapon for casting when I'm the main healer and another when I'm soloing.

Also, when I'm fishing it would be good to have a profile where I could just add my fishing pole to all three locations so it wouldn't swap out while the bobber is floating.

Thx!
Report comment to moderator  
Reply With Quote
Unread 03-26-07, 10:33 PM  
Wikwocket
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 118
Uploads: 8
Re: Profiles?

Originally posted by Abingtapin
I was wondering if you had any plans to allow profiles in it? I like to keep one weapon for casting when I'm the main healer and another when I'm soloing.

Also, when I'm fishing it would be good to have a profile where I could just add my fishing pole to all three locations so it wouldn't swap out while the bobber is floating.
Hmmm, for fishing, I would probably just recommend that you turn CWS off, via the slash command (/cws off) or the GUI.

But the idea of profiles in general has some merit, and might be worth adding. I'll look into it. Thanks!
Report comment to moderator  
Reply With Quote
Unread 06-18-07, 10:54 PM  
Aldmehr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 29
Uploads: 1
Re: Re: Profiles?

I love this addon, but...

If I leave a druid form using a macro, it is causing a GCD on weapon swap.
(it doesn't do this if i just click the stance icon on the stance bar or type the commands) on edit: <--- this is wrong. these behave the same as a macro.

example:
macro1: /cancelform [stance]
macro2: /cast Dire Bear Form

Both of those activate a GCD on weapon swap.
Last edited by Aldmehr : 06-21-07 at 02:48 PM.
Report comment to moderator  
Reply With Quote
Unread 06-19-07, 08:38 AM  
Wikwocket
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 118
Uploads: 8
Re: Re: Re: Profiles?

Unfortunately any time you swap weapons in combat, there will be a global cooldown. Right now if you don't want the global cooldown when shifting, you have to turn off the setting to use the Druid set. It's on my todo list to delay swapping to the Druid set until you activate a global cooldown ability, so the cooldowns overlap, but I don't have a high-level Druid to test with.

Originally posted by Aldmehr
I love this addon, but...

If I leave a druid form using a macro, it is causing a GCD on weapon swap.
(it doesn't do this if i just click the stance icon on the stance bar or type the commands)

example:
macro1: /cancelform [stance]
macro2: /cast Dire Bear Form

Both of those activate a GCD on weapon swap.
Report comment to moderator  
Reply With Quote
Unread 06-19-07, 09:02 AM  
Aldmehr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 29
Uploads: 1
Re: Re: Re: Re: Profiles?

Originally posted by Wikwocket
Unfortunately any time you swap weapons in combat, there will be a global cooldown. Right now if you don't want the global cooldown when shifting, you have to turn off the setting to use the Druid set. It's on my todo list to delay swapping to the Druid set until you activate a global cooldown ability, so the cooldowns overlap, but I don't have a high-level Druid to test with.
You only need a level 10 druid to test it!

I'll look into this more tonight.

on edit: i guess the GCD is only triggering from switch when in combat. doesnt have anything to do with macros. hmm.
Last edited by Aldmehr : 06-19-07 at 09:27 PM.
Report comment to moderator  
Reply With Quote
Unread 06-20-07, 08:58 PM  
Aldmehr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 29
Uploads: 1
Re: Re: Re: Re: Re: Profiles?

After some investigation,

I made the following change to the code on my machine.... what do you think?

Code:
	--if (oldSpirit ~= inSpiritBuff or oldDruid ~= inDruidForm or inSpiritRedemptionForm) then
	if (oldSpirit ~= inSpiritBuff or 
                  (oldDruid ~= inDruidForm and (inDruidForm or inCombat == false)) or
                  inSpiritRedemptionForm) then
on edit: I broke up the second if into multiple lines cause it was screwing up the formatting.
Last edited by Aldmehr : 06-21-07 at 02:41 PM.
Report comment to moderator  
Reply With Quote
Unread 06-21-07, 09:28 AM  
Wikwocket
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 118
Uploads: 8
Re: Re: Re: Re: Re: Re: Profiles?

It would seem to me that what that change would do is, when dropping a Druid form in combat (returning to caster form), don't change weapons right away. Is that what you're trying to do?
Report comment to moderator  
Reply With Quote
Unread 06-21-07, 02:40 PM  
Aldmehr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 29
Uploads: 1
Re: Re: Re: Re: Re: Re: Re: Profiles?

Originally posted by Wikwocket
It would seem to me that what that change would do is, when dropping a Druid form in combat (returning to caster form), don't change weapons right away. Is that what you're trying to do?
Exactly. When I change out of bear or cat in combat... there are several reasons and most of them involve trying to cast a spell right away (heal, another form, etc). I don't want to wait on the GCD from a weapon swap in combat. (dropping forms does not activate GCD, although it does involve a server latency trip).

With the change I suggested, if I drop a form and stay in caster form, the weapon swap will happen after the first spell being cast (which is soon enough). Or it will happen if I leave combat, or it will happen if I switch back into a form.

Btw, thanks for the mod. With this suggested change, I'm now able to keep it enabled all the time as a druid.
Last edited by Aldmehr : 06-21-07 at 02:44 PM.
Report comment to moderator  
Reply With Quote
Unread 06-22-07, 10:27 AM  
Wikwocket
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 118
Uploads: 8
Re: Re: Re: Re: Re: Re: Re: Re: Profiles?

Hmm, interesting. I see the value in such a change. I will investigate adding a version of it to the main code.
Report comment to moderator  
Reply With Quote
Unread 07-25-07, 04:42 PM  
Zwiebelchen
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I really like the addon, especially the spellsurge event.

Concerning localization:

In the german client it says:
Ihr bekommt 'Zauberflut'.


If you do not want to wait for the localization, just open "CasterWeaponSwapper.lua" with windows editor and search for the string "you gain spellsurge" and replace it with the matching expression in your combat log. It should work fine then.



Well ... I experienced a problem concerning spellsurge with multiple spellsurge enchants in one group:
If the Addon switches to the spellsurge set and someone else proccs the enchant (means your own global cooldown was not activated and you get the "passive" buff from someone else), the addon considers this buff as your own and switches back to the caster set.
Last edited by Zwiebelchen : 07-27-07 at 04:41 PM.
Report comment to moderator  
Reply With Quote
Unread 07-27-07, 05:35 PM  
teedog
A Deviate Faerie Dragon

Forum posts: 13
File comments: 29
Uploads: 0
Hmm my Shaman friend is trying out the Spellsurge feature. He can't get it to work. He placed the Spellsurge weapon in the Spellsurge set, another weapon in the Casting set. He starts combat with his Casting weapon, and nothing happens. He manually equips his Spellsurge weapon, and it eventually procs, and still nothing happens after the proc.

His client is enUS.

EDIT3: Hmm whether it swaps or not seems to have something to do with the caster's mana pool. If his mana is low it swaps all the time. Is there some hidden condition where CWS doesn't swap when caster's mana is above a certain %? He thinks CWS doesn't swap if his mana is >95%.
Last edited by teedog : 07-27-07 at 08:13 PM.
Report comment to moderator  
Reply With Quote
Unread 07-27-07, 08:43 PM  
Zwiebelchen
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
CWS does only activates the spellsurge events during the use of the "casting set". You can work around this by setting the "high to casting" and "casting to high" treshold to 100% and the "low to casting" and "casting to low" to 0%. Also be sure to set low mana, high int and casting set all with your +heal weapon.
Report comment to moderator  
Reply With Quote
Unread 07-27-07, 11:25 PM  
Wikwocket
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 118
Uploads: 8
Thank you for the comments, guys. I will try to get Spellsurge localization in the next version.

You are right about how Spellsurge swapping works. The theory is that you don't want to swap for Spellsurge if you are using the high mana set (because you are already near max mana), or if you are using the low mana set (because then you may want to use your regen weapon). In practice this seems to work well, but I am open to suggestions.

Also, the mod tried to guess which Spellsurge is yours, but from the mod's point of view there is no way to distinguish between your own Spellsurge and a party-member's. It is possible that it will misinterpret one for another, but this should only happen if your party-mate's Spellsurge procs just after your Spellsurge weapon is equipped, and hopefully this is a rare occurrence.
Report comment to moderator  
Reply With Quote
Unread 07-29-07, 02:32 AM  
teedog
A Deviate Faerie Dragon

Forum posts: 13
File comments: 29
Uploads: 0
You are right about how Spellsurge swapping works. The theory is that you don't want to swap for Spellsurge if you are using the high mana set (because you are already near max mana), or if you are using the low mana set (because then you may want to use your regen weapon). In practice this seems to work well, but I am open to suggestions.
I see where you're coming from. I think my healer friend is using Spellsurge differently though. He wants Spellsurge to proc as many times as possible in a fight, even if his mana is nearly full, because Spellsurge gives the DPS members of his party mana also, and DPS classes are almost never at full mana. But it sounds like he can work around it by following Zwiebelchen's advice.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 08-11-07, 03:14 PM  
Aredia
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Spellsurge

I've read the below posts and gotten the Spellsurge swapping to work by moving the sliders to 100% and 0% (I'm using this mod for Spellsurge functionality only.) However, the weapon is not switching properly even though the swap message is printed. I am guessing (since I had problems adding it to the mod) that this is because I have two identical MH weapons:

Cast weapon: Gavel of Unearthed Secrets (+40 Spell Damage)
Spellsurge weapon: Gavel of Unearthed Secrets (Spellsurge Enchant).

If I start combat with my +40 Gavel equipped, no switching occurs (though message is printed). If I start combat with a different, 3rd weapon equipped, sometimes it swaps to the +40 gavel and sometimes to Spellsurge gavel... I played with the interface a little and that may be why I got different results in second case.

Is there a way I can fix this, or is this just how the addon is programmed? I would love to see this functionality in a future version if possible. I know some of my other addons (Item Rack for example) can see the difference between the two weapons, so it seems a possiblity.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: