 |
03/22/10, 6:21 PM
|
#2656
|
|
Piston Honda
Human Paladin
Lightbringer
|
When can we expect to see documentation for Rawr3? There's a number of options that could use some documentation/clarification (e.g., the interpolation methods under Edit Options).
Also, are modules going to be standardized in Rawr3? It seems that way - I'm assuming a standardized boss fight handler, a standardized buff list, and I'm hoping that simulations will be standardized (i.e., DPS is calculated the same way for each module - calculating out to 100 hours and then dividing the total into the actual fight time? I'm unsure of Rawr's actual mechanics but different models have seemed to have handled it differently in the past - I'd like to see the pervasive haste problem go away).
|
|
|
|
|
03/22/10, 7:12 PM
|
#2657
|
|
Rawr
|
Rawr is not a simulator, nor should/will it be. There's definitely alot of standardation we want to do, but that doesn't apply.
|
Rawr!
|
|
|
03/23/10, 11:06 AM
|
#2658
|
|
Von Kaiser
Tauren Druid
Ravencrest (EU)
|
How is the focus on making it work offline?
Today I had to download the source, edit and recompile til make it point at eu.wowarmory.com.
Seemed it wasn't working at all because the US armory was down.
Maybe it should have some kind of "work offline" toggle. So that it doesn't try to get all the missing icons and such.
|
|
|
|
|
03/23/10, 12:06 PM
|
#2659
|
|
Piston Honda
Human Paladin
Lightbringer
|
Originally Posted by Astrylian
Rawr is not a simulator, nor should/will it be. There's definitely alot of standardation we want to do, but that doesn't apply.
|
I'm mildly confused here. If Rawr doesn't simulate fights, how does it arrive at its endpoint data? I've read all the documentation, and I never saw anything to suggest it doesn't simulate fights - wouldn't that make setting up fight parameters pointless? What is it I'm missing here?
|
|
|
|
|
03/23/10, 12:50 PM
|
#2660
|
|
Rawr
|
Conq[SUN], can you clarify? Rawr expects you to have an internet connection, to download any data that it doesn't have, be it icons or item data. Are you talking about Rawr2 or Rawr3? Rawr3 doesn't even talk to the armory, it talks to Elitist Armory.
Capstone, it simply doesn't simulate fights. It models them. Very big difference. Maybe you're thinking that the only want to theorycraft is through simulating, and that's simply not true.
Example: You can cast a fireball every 2sec, for 500 damage, with a 25% chance to crit for double damage, for a fight length of 60 seconds.
Model:
DPS = (500 * (1.25)) / 2 = 312dps
Simulator:
var t = 0;
var damage = 0;
while (t < 60)
{
damage += 500;
if (rand() <= 0.25)
damage += 500;
t += 2;
}
DPS = damage / 60;
One of those is useful for comparing gear, enchants, buffs, talents, etc. One of them is not. From a user perspective, they may appear to reach the same goal, but they do so in very different ways.
|
Rawr!
|
|
|
03/24/10, 6:22 AM
|
#2661
|
|
Von Kaiser
Tauren Druid
Ravencrest (EU)
|
Rawr 3 seems way to slow for me. Hope it's just because it's beta.
What I changed was with Rawr 2.3.13. I didn't know it needed an Internet connection to work.
But guess what I would like is for it to test what armory responds the fastest and use that when looking for missing icons and such. So that I dont have to recompile to use the EU armory when the US is down.
|
|
|
|
|
03/24/10, 12:23 PM
|
#2662
|
|
Von Kaiser
|
Is anyone having issues with Rawr3 locking up IE8? If you have and managed to fix it, how did you go about it?
For me it locks up while loading my toon from Armory, more specifically when it's parsing character data.
Am I missing a setting somewhere to bypass this or speed this up?
|
|
|
|
|
03/24/10, 2:27 PM
|
#2663
|
|
Rawr
|
Conq[SUN], images already load asynchronously in Rawr3, and we won't be making any changes to Rawr2 for that. If there's a significant performance difference between Rawr2 and Rawr3, that's something that should be looked at, not ignored.
Destrali, if "parsing character data" takes more than 10sec, it's crashed, and you should report that. Some models may be broken or something, and we need to know that.
|
Rawr!
|
|
|
03/24/10, 7:01 PM
|
#2664
|
|
Protector
Ashstrike
Human Paladin
No WoW Account
|
Is there a way to stop the pop-up dialog box from showing every time it loads? The one that informs the user of Rawr3.
|
|
|
|
|
03/24/10, 7:24 PM
|
#2665
|
|
Rawr
|
Err, no. I'll make it only do that the first time in the next version. Sorry for the annoyance.
|
Rawr!
|
|
|
03/24/10, 8:54 PM
|
#2666
|
|
Von Kaiser
Night Elf Druid
Nordrassil (EU)
|
Checked a few pages back but couldn't find any mention - my Cat module is showing Mongoose to be MILES ahead of anything else (about 3 times better than Berserk that comes in second). Now, if it was a tad ahead, I could accept it, but 3 times better leads me to believe something's wrong.
Also, there still isn't a Survival Soft Cap recommendation for ICC for the Bear module. I'm currently running an all-out stamina gemming set, which I initially figured to try for kicks (as we were on BQL/Sindragosa where most of the issue is spell damage) and I'm sticking with it as it's worked quite well for me. However, considering LK's Reaper, I think a T10 survival soft cap could easily be orientated around that (or perhaps exist as a separate option as it's kind of an important fight).
I know I can set the cap myself at custom but frankly I'm not sure exactly how to set it up to make sense and not screw up the results. I've currently set it up at 317k (the number's real touchy though, 1k over and Stamina rushes forward, 1k back, Agility gets its turn), a number I came up with by calibrating it so that Agility and Stamina gems are about neck to neck with Stamina coming slightly ahead (as that's about how I'm gemming so sorta makes sense to gear like it as well) but I'm not sure if I'm doing it right.
Last edited by Ugljesa : 03/24/10 at 8:59 PM.
|
|
|
|
|
03/24/10, 9:54 PM
|
#2667
|
|
Rawr
|
I have heard of one other person with a weird value on Mongoose. Please attach your character to the issue for that one.
There are new presets for Bear in Rawr3. You can copy those if you like.
|
Rawr!
|
|
|
03/25/10, 1:12 AM
|
#2668
|
|
Protector
Ashstrike
Human Paladin
No WoW Account
|
With the Holy Paladin module's chest enchant drop-down menu, my client has lost the Powerful stats (10 int) enchant.
|
|
|
|
|
03/25/10, 1:26 AM
|
#2669
|
|
Rawr
|
Yeah, that's a mistake... Was accidentally considered irrelevant due to its Spirit. Will be fixed soon.
|
Rawr!
|
|
|
03/25/10, 2:20 AM
|
#2670
|
|
Piston Honda
Human Paladin
Blackmoore (EU)
|
Originally Posted by Astrylian
Yeah, that's a mistake... Was accidentally considered irrelevant due to its Spirit. Will be fixed soon.
|
I assume that the same bug hides the Nightmare Tears for Healadins too, right? So that will also be fixed?
|
|
|
|
|
|