Thats something basic not model specific please post your XML file and detail the steps you take to see the problem. If I can follow the exact same steps and see the problem I can fix it. If I can't see the problem (ie: don't know how to make it happen) I'm unlikely to be able to fix it.
Author of ShockAndAweEnhancement Shaman max dps addon
Please use the EnhSim by Ziff & others to simulate what gear, priorities etc are the best dps. You can use ShockAndAwe to export your paperdoll stats to EnhSim.
This is a misunderstanding of how Rawr works it does not use ANY weightings at all. What it does is calculate what your dps is with that slot/enchant/gem socket empty then calc what your dps is with various optional items/enchants/gems. The result is displayed as a chart.
Its exactly the same calculation done every time just swapping the different items. So assuming the calculation can be made accurate the recommendations will be accurate. At present that's the focus of testing making the calculations accurate. Telling me its saying swap one piece for another doesn't actually tell me anything sorry. What I need is with this config I'm seeing X dps if I tweak A then I get Y dps but I was expecting Z.
Once we get EnhSim confirmed as stable and accurate again I'll be able to do lots of testing (in between raiding Ulduar of course) to check why any differences might be occuring. With any major patch you can expect LOTS of new Rawr versions as its under active review not just of Enhance model but all models and the base code too. eg: I added import possible upgrades from wowhead options, extra language localisation options, the export menu to export PAWN strings, and view weighted stats on LootRank & Wowhead.
I didn't mean "weighting" literally; I meant that the amount of DPS that Rawr.Enhance is calculating for +spellpower items seems higher than it should be compared to the amount it is giving to non +spellpower items (ie Enhance items).
Maybe this has something to do with a formula that handles spellpower in Rawr.Enhance?
This is my config for the Titansteel Bonecrusher. It comes out to 2325 unbuffed DPS (yeah, I know, don't laugh, I don't grind instances much). Note I didn't calculate Feral Spirits DPS in, as whenever I included it in the rotation, my EnhSim crashed.
Equipping Titansteel Destroyer gives me 2337 DPS (a 12 DPS upgrade, but I refuse to switch to a MH caster mace, I'll keep running Naxx once a week until I get my hands on something better).
However, Rawr shows this as a 40 DPS upgrade on the MH upgrade chart.
Rawr also shows my DPS as 2722.96, so it's off by about 400 DPS.
I illustrate this because it seems like this extra 400 DPS may be due to a spellpower miscalculation, or perhaps something to do with a spell coefficient? Titansteel Spellblade is even higher on the chart in Rawr, another 15 DPS above Titansteel Guardian.
So I'm just throwing this out there in the event that this proves useful in uncovering the discrepancies between the DPS that shows in Rawr and EnhSim. Rawr does recognize that the +spellpower MH crafted hammer is a DPS upgrade for me over the crafted DPS MH hammer, which is certainly useful (and surprising to me when I noticed it), but the estimation is being pushed too far for some reason. It seems likely either crit rating or the spellpower is to blame. (I'll put my money on spellpower.)
Last edited by Electrofreak : 04/22/09 at 2:05 PM.
Reason: code tags for space-saving
Thats something basic not model specific please post your XML file and detail the steps you take to see the problem. If I can follow the exact same steps and see the problem I can fix it. If I can't see the problem (ie: don't know how to make it happen) I'm unlikely to be able to fix it.
Copied and pasted from xml file.
To reproduce just go to optimizer and hit go. I would expect my ring of invincibility to have some dps increase.
Just doing some testing with v2.2.0.9 tonight I noticed that it is exporting the T8 set bonus as ulduar_melee_2 and ulduar_melee_4 when they are actually called worldbreaker_battlegear_2 and worldbreaker_battlegear_4 in EnhSim. It was easy enough to go change it but it took me a minute to figure out why I was getting an error in my EnhSim output.
Just doing some testing with v2.2.0.9 tonight I noticed that it is exporting the T8 set bonus as ulduar_melee_2 and ulduar_melee_4 when they are actually called worldbreaker_battlegear_2 and worldbreaker_battlegear_4 in EnhSim. It was easy enough to go change it but it took me a minute to figure out why I was getting an error in my EnhSim output.
Fixed.
Author of ShockAndAweEnhancement Shaman max dps addon
Please use the EnhSim by Ziff & others to simulate what gear, priorities etc are the best dps. You can use ShockAndAwe to export your paperdoll stats to EnhSim.
To reproduce just go to optimizer and hit go. I would expect my ring of invincibility to have some dps increase.
1) I loaded your XML file.
2) I clicked on Tools Menu.
3) I clicked on Optimize
4) I clicked the Optimize button
It ran optimiser and returned saying Empty Ring socket should be replaced by Ring of Invincibility.
ie: working fine.
If this is not what you did ie: you did not follow those steps PLEASE tell me the EXACT steps. Don't say "just go to" give the steps. If you are doing something special that causes this it NEEDS to be fixed. BTW someone else reported a similar problem they gave simple steps and I can see the issue, as yet I don't know what's caused it.
So yes I do believe you that there is an issue but I need your steps to solve it so I can narrow it down. Two identical issues makes that a lot easier if its the same steps.
Author of ShockAndAweEnhancement Shaman max dps addon
Please use the EnhSim by Ziff & others to simulate what gear, priorities etc are the best dps. You can use ShockAndAwe to export your paperdoll stats to EnhSim.
Wanted to play around with the Rawr module today during server downtime, but I keep getting the following error.
Downloaded version 2.2.0.9 from the Rawr site, and deleted everything else before unzipping the package.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Rawr.ItemInstance.AccumulateTotalStats(Character character, Stats unsafeStatsAccumulator)
at Rawr.CalculationsBase.AccumulateItemStats(Stats stats, Character character, Item additionalItem)
at Rawr.CalculationsBase.GetItemStats(Character character, Item additionalItem)
at Rawr.CalculationsEnhance.GetCharacterStats(Character character, Item additionalItem)
at Rawr.CalculationsEnhance.GetCharacterCalculations(Character character, Item additionalItem, Boolean referenceCalculation, Boolean significantChange, Boolean needsDisplayCalculations)
at Rawr.Calculations.GetCharacterCalculations(Character character, Item additionalItem, Boolean referenceCalculation, Boolean significantChange, Boolean needsDisplayCalculations)
at Rawr.FormMain._character_ItemsChanged(Object sender, EventArgs e)
at Rawr.FormMain.set_Character(Character value)
at Rawr.FormMain.LoadCharacterIntoForm(Character character, Boolean unsavedChanges)
at Rawr.FormMain.bw_ArmoryGetCharacterComplete(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Rawr
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Rawr.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Rawr.Base
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Rawr.Base.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Rawr.Base
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Base.dll
----------------------------------------
Rawr.Base.XmlSerializers
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Base.XmlSerializers.dll
----------------------------------------
Rawr.Bear
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Bear.DLL
----------------------------------------
Rawr.Cat
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Cat.DLL
----------------------------------------
Rawr.DPSDK
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.DPSDK.DLL
----------------------------------------
Rawr.DPSWarr
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.DPSWarr.DLL
----------------------------------------
Rawr.Elemental
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Elemental.DLL
----------------------------------------
Rawr.Enhance
Assembly Version: 2.2.0.8504
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Enhance.DLL
----------------------------------------
Rawr.Healadin
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Healadin.DLL
----------------------------------------
Rawr.HolyPriest
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.HolyPriest.DLL
----------------------------------------
Rawr.Hunter
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Hunter.DLL
----------------------------------------
Rawr.Mage
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Mage.DLL
----------------------------------------
Rawr.Moonkin
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Moonkin.DLL
----------------------------------------
Rawr.ProtPaladin
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.ProtPaladin.DLL
----------------------------------------
Rawr.ProtWarr
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.ProtWarr.DLL
----------------------------------------
Rawr.RestoSham
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.RestoSham.DLL
----------------------------------------
Rawr.Retribution
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Retribution.DLL
----------------------------------------
Rawr.ShadowPriest
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.ShadowPriest.DLL
----------------------------------------
Rawr.Tankadin
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Tankadin.DLL
----------------------------------------
Rawr.TankDK
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.TankDK.DLL
----------------------------------------
Rawr.Tree
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Tree.DLL
----------------------------------------
Rawr.Warlock
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Data/Rawr.Warlock.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
w5ylc4yf
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Rawr.Base.XmlSerializers
Assembly Version: 2.2.0.9
Win32 Version: 2.2.0.9
CodeBase: file:///C:/Games/Rawr%20v2.2.0.9/Rawr.Base.XmlSerializers.DLL
----------------------------------------
_gs1tdzl
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
nj17ku7s
Assembly Version: 2.2.0.9
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
znovf91j
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
nlak0mdl
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I'm wondering if it's a problem loading the icon for the Yogg-10 axe or something, cause the rest of my gear appears just before the error, but the axe won't show up.
Let me know if there's anything else I can provide, I'm not even getting to a point where it's generating an xml file for me to save.
After fiddling a bit more, managed to get an xml file before completely crashing out.
Hey, Levva. Thanks for a great tool.
Now to my problem. I'm using ver. 2.2.0.8504 and Rawr shows [The Masticator] as my BiS MH-weapon. It gives me 6370 DPS with it compared to 6184 with [Golden Saronite Dragon]. Well, my EnhSim EP values put GSD far ahead of Masticator. Is such a big difference caused by the slower speed of the [The Masticator]?
Sorry for not so perfect English, not a native speaker.
I was also having issues with Rawr crashing when I tried to load my character from armory too. I then went to the tools and told it to update its data from Wowhead and the Armory with all the new items and didn't have the crashes after that.
All new Windfury model should be a lot more stable.
Off hand frill items no longer relevant
EnhSim export updated to work with EnhSim v1.6.9
Fix for T8 set bonus names in export
Added in crit depression calcs (4.8% white, 1.8% yellow), fixed Magma totem option not saving
Now model fully uses SpecialEffects class export no longer needs to remove proc/use data only needs to get name now
Add effects of Elemental Devastation bonus crit, Update EDUptime tooltip to report amount of bonus crit expected to be gained.
Rawr will no longer recommend equipping more than 3 dragons eye gems if you are a jeweler. ie: no more invalid optimisations will be offered.
Removed bloodlust uptime option, now uses 40sec / Fight Length option instead.
Fixed incorrect Dual wield miss chance should be 27% not 28%
PLEASE make sure you upgrade to this version. As there are some quite major enhancements. Please also delete your old directory and install fresh don't just overwrite the old one or you may get some odd clashes and weird errors.
Author of ShockAndAweEnhancement Shaman max dps addon
Please use the EnhSim by Ziff & others to simulate what gear, priorities etc are the best dps. You can use ShockAndAwe to export your paperdoll stats to EnhSim.
Hey, Levva. Thanks for a great tool.
Now to my problem. I'm using ver. 2.2.0.8504 and Rawr shows [The Masticator] as my BiS MH-weapon. It gives me 6370 DPS with it compared to 6184 with [Golden Saronite Dragon]. Well, my EnhSim EP values put GSD far ahead of Masticator. Is such a big difference caused by the slower speed of the [The Masticator]?
Sorry for not so perfect English, not a native speaker.
No in v2.2.0.x there was an issue with the windfury model that did funny things when haste was added. New model uses new windfury calcs and appears to be a lot more stable.
Author of ShockAndAweEnhancement Shaman max dps addon
Please use the EnhSim by Ziff & others to simulate what gear, priorities etc are the best dps. You can use ShockAndAwe to export your paperdoll stats to EnhSim.
I'm using 2.2.1.0, and I can't seem to find a way to run the optimizer without replacing my Tuskarr's Vitality enchant (Icewalker is always used of course). Is it possible to do this, or could it be added?
1. In the right hand side, select at the top Slot: Enchant Feet
2. You will see a bunch of enchants
3. Click on the diamond next to each item and deselect everything you do not want for optimization, and select only what you want to have available for optim.
I have 2 questions and I looked through the Q&A but didn't see an answer:
1) How can I use JC gems? I clicked on edit gemming templates and clicked on the JC ones (clicked the boxes), but they are still not showing when I click on an individual item and say custom gems. Is there something I am missing? I would love to add my JC gems, and just can't see how.
What is even more interesting is that some of the items, when you click them to get an upgrade - show the JC gems.
2) When I click on upgrades - I see the same thing multiple times with different gems. Is there any way to only see one and then allow me to gem it? Kinda limit the options shown?
I just downloaded Rawr (v2.2.1.0) from the website and went to run the program. The following error came up when i clicked on the Rawr.exe button. When i tried to extract the file into My Documents WinAce just freeze up on me. Am i doing something wrong.
Thank you heaps for your help.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.TypeLoadException: Unable to find any model plug in dlls. Please check that the files exist and are in the correct location
at Rawr.Calculations.get_Models()
at Rawr.FormSplash.get_CachedSplash()
at Rawr.FormSplash.FormSplash_Paint(Object sender, PaintEventArgs e)
at System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Form.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Rawr
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/DOCUME~1/Lisa/LOCALS~1/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Rawr.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Rawr.Base
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/DOCUME~1/Lisa/LOCALS~1/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Rawr.Base.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Rawr.Base
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Base.dll
----------------------------------------
Rawr.Base.XmlSerializers
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Base.XmlSerializers.dll
----------------------------------------
Rawr.Bear
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Bear.dll
----------------------------------------
Rawr.Cat
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Cat.dll
----------------------------------------
Rawr.DPSDK
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.DPSDK.dll
----------------------------------------
Rawr.DPSWarr
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.DPSWarr.dll
----------------------------------------
Rawr.Elemental
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Elemental.dll
----------------------------------------
Rawr.Enhance
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Enhance.dll
----------------------------------------
Rawr.Healadin
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Healadin.dll
----------------------------------------
Rawr.HolyPriest
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.HolyPriest.dll
----------------------------------------
Rawr.Hunter
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Hunter.dll
----------------------------------------
Rawr.Mage
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Mage.dll
----------------------------------------
Rawr.Moonkin
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Moonkin.dll
----------------------------------------
Rawr.ProtPaladin
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.ProtPaladin.dll
----------------------------------------
Rawr.ProtWarr
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.ProtWarr.dll
----------------------------------------
Rawr.RestoSham
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.RestoSham.dll
----------------------------------------
Rawr.Retribution
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Retribution.dll
----------------------------------------
Rawr.ShadowPriest
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.ShadowPriest.dll
----------------------------------------
Rawr.Tankadin
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Tankadin.dll
----------------------------------------
Rawr.TankDK
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.TankDK.dll
----------------------------------------
Rawr.Tree
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Tree.dll
----------------------------------------
Rawr.Warlock
Assembly Version: 2.2.1.0
Win32 Version: 2.2.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Lisa/Local%20Settings/Temp/~AceTemp/Rawr%20v2.2.1(3)/Rawr%20v2.2.1/Data/Rawr.Warlock.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I have 2 questions and I looked through the Q&A but didn't see an answer:
1) How can I use JC gems? I clicked on edit gemming templates and clicked on the JC ones (clicked the boxes), but they are still not showing when I click on an individual item and say custom gems. Is there something I am missing? I would love to add my JC gems, and just can't see how.
What is even more interesting is that some of the items, when you click them to get an upgrade - show the JC gems.
2) When I click on upgrades - I see the same thing multiple times with different gems. Is there any way to only see one and then allow me to gem it? Kinda limit the options shown?
Rawr's help menu has detailed answers to these questions, and I would recommend making use of it.
Short answer: Tools menu -> Edit Gemming Templates
For some reason it says that Wraith Strike is a better weapon for me than Calamity's Grasp, or even Golden Saronite Dragon.
A few people have said this but no-one ever gives me solid test data to show what might be wrong. Can you give me Rawr values with your regular kit ie: what dps does each ability give. Export this to EnhSim and tell me what EnhSim says. Then equip Wraith Strike and give all those values, export that new config to EnhSim and tell me what EnhSim says.
By comparing the two sets of results it should be a lot easier to work out what is happening and in what part of the code I need to focus my attention. I know something is wrong as several people have reported that with their kit they see the effect. However my psychic powers are weak at present as there is no R in the month so I can't read your mind and see what you are seeing without you providing concrete data.
Author of ShockAndAweEnhancement Shaman max dps addon
Please use the EnhSim by Ziff & others to simulate what gear, priorities etc are the best dps. You can use ShockAndAwe to export your paperdoll stats to EnhSim.