Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » Public Discussion

Reply
 
LinkBack Thread Tools
Old 03/24/09, 7:17 PM   #181
Althor
Great Tiger
 
Troll Priest
 
Barthilas
Priest Tier 8 4 piece is in the trunk. By default it assumes it procs instantly after landing a Mind Blast though there is support added to have it proc after an optional delay.

Offline
Reply With Quote
Old 03/26/09, 8:02 PM   #182
Althor
Great Tiger
 
Troll Priest
 
Barthilas
Trunk is updated to build 9733.

Offline
Reply With Quote
Old 04/12/09, 2:25 PM   #183
Maje
Don Flamenco
 
Gnome Mage
 
Naxxramas (EU)
I've been going over Simcraft configuration files and it seems mage T8 is actually mage T7 ie. stats haven't changed at all and the mage is still using 4t7 on the other hand warlock model was updated.

First, I'm not judging or accusing anyone as the work is done in everyone's free time and is greatly appriciated, that said, there is no reason to show two classes on the same chart when obviously they aren't on the same footing, many people are looking at the charts and are basing their decisions on them. Not to mention zillions of others that take one look at them and go straight QQing to the blizzard forums.

A suggestion: it's fine that the mage gear/stats file wasn't updated, just make sure to add a comment to every model that doesn't use T8 gear that it doesn't or even just list the classes as T7 since that's what they are.

Offline
Reply With Quote
Old 04/12/09, 3:30 PM   #184
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
T8 files right now are mostly T7 files simulated with 3.1.0 mechanics.
Compiling the gearsets and updating them with every new item that is discovered on ptr is a bit tedious

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.
SimulationCraft Druid Guy

Austria Offline
Reply With Quote
Old 04/12/09, 3:44 PM   #185
Maje
Don Flamenco
 
Gnome Mage
 
Naxxramas (EU)
Originally Posted by Starfox View Post
T8 files right now are mostly T7 files simulated with 3.1.0 mechanics.
Compiling the gearsets and updating them with every new item that is discovered on ptr is a bit tedious
I understand completely, yet my point remains, even if one model uses T8 gear set; placing it on the same chart with others is missleading and stands completely opposed to what the Simcraft is supposed to do (ie. simmulate rdps with classes compared).

Offline
Reply With Quote
Old 04/12/09, 7:45 PM   #186
dedmonwakeen
Bald Bull
 
dedmonwakeen
Undead Priest
 
No WoW Account
Originally Posted by Maje View Post
I've been going over Simcraft configuration files and it seems mage T8 is actually mage T7 ie. stats haven't changed at all and the mage is still using 4t7 on the other hand warlock model was updated.

First, I'm not judging or accusing anyone as the work is done in everyone's free time and is greatly appriciated, that said, there is no reason to show two classes on the same chart when obviously they aren't on the same footing, many people are looking at the charts and are basing their decisions on them. Not to mention zillions of others that take one look at them and go straight QQing to the blizzard forums.

A suggestion: it's fine that the mage gear/stats file wasn't updated, just make sure to add a comment to every model that doesn't use T8 gear that it doesn't or even just list the classes as T7 since that's what they are.
The naming oddness is all my fault: The "T8" naming came out before T8 gear was really known..... The only difference between T7 and T8 is 3.0.9 mechanics vs 3.1.0 mechanics and new glyphs.

The T8 profiles for ALL classes should be T7 BiS gear with 3.1 mechanics. In retrospec, I should have used T7_310 instead of T8.

Now that T8 gear is reasonably well known, we should probably develop three sets of profiles:

T7 => Evaluate BiS for Live
T7_310 => Evaluate BiS for when 3.1.0 goes Live and people want to change gear/specs (start of gear progression)
T8 => Evaluate Tier8 BiS to see where classes will end up eventually (end of gear progression)


Offline
Reply With Quote
Old 04/12/09, 8:05 PM   #187
Maje
Don Flamenco
 
Gnome Mage
 
Naxxramas (EU)
Yep, I completely agree, I don't mind one model being more developed then other etc. but in this case some models had their stats updated to T8 level while others haven't and they are still shown on the same chart and that what bothers me. I would bet it would bother a lot more people if they knew that's is how the PTR output is rendered.

But as you say just editing the names to show what the classes are using should be enough.

Offline
Reply With Quote
Old 04/12/09, 8:13 PM   #188
ramenchef
Piston Honda
 
Tauren Druid
 
Dragonmaw
Which armor penetration model is the latest simulationcraft using? The tooltip numbers, the 81% of the tooltip bugged numbers, or the 3.0.9 formula?

Offline
Reply With Quote
Old 04/12/09, 9:45 PM   #189
dedmonwakeen
Bald Bull
 
dedmonwakeen
Undead Priest
 
No WoW Account
Originally Posted by Maje View Post
Yep, I completely agree, I don't mind one model being more developed then other etc. but in this case some models had their stats updated to T8 level while others haven't and they are still shown on the same chart and that what bothers me. I would bet it would bother a lot more people if they knew that's is how the PTR output is rendered.

But as you say just editing the names to show what the classes are using should be enough.
I'll check with the devs of each module, but "T8" is supposed to mean "T7 with 3.1 mechanics" for all classes...... If this is not the case, then I need to know which models are out of sync. For example, the Warlock T8 profiles still invoke the Warlock_T7_Gear.simcraft config file.....

If the devs each feel there is sufficient information regarding T8 level gear for their class then we will make the switch this week...... for ALL classes.

Originally Posted by ramenchef View Post
Which armor penetration model is the latest simulationcraft using? The tooltip numbers, the 81% of the tooltip bugged numbers, or the 3.0.9 formula?
This is what we currently use. (Druids/Shamans tweak the "attack_haste" field after init.)

static rating_t& rating_80()
{
  static rating_t r;

  if( r.spell_haste == 0 )
  {
    r.spell_haste       = 3279;
    r.spell_hit         = 2623;
    r.spell_crit        = 4591;
    r.attack_haste      = 3279;
    r.attack_hit        = 3279;
    r.attack_crit       = 4591;
    r.expertise         = 3279;
    r.armor_penetration = 1232;
  }


Offline
Reply With Quote
Old 04/13/09, 6:06 AM   #190
 Zakalwe
The Chairmaker
 
Orc Warlock
 
Balnazzar
It's actually all my fault - after implementing the 3.1 warlock changes I wanted to check in profiles that made use of the new specs/rotations, so I took the existing Warlock_T7_XX_XX_XX.simcraft file, tweaked them, and called them Warlock_T8_XX_XX_XX.simcraft. This wasn't discussed or thought through at all, but the other devs followed my lead.

I do see how it can be confusing, but just to make it completely clear: ALL [class]_T8_XX_XX_XX.simcraft profiles use T7-level gear. There's no gear-based "unfairness" in any of the charts you've seen.

Norway Offline
Reply With Quote
Old 04/16/09, 2:49 AM   #191
Seleyana
Glass Joe
 
Blood Elf Warlock
 
Todeswache (EU)
Just a short question, and don't worry, it will (probably) be the only on such a low level:
Is a SimulationCraft documentation available anywhere? I just stumbled over this program a few weeks ago and I am not very familiar with the notation of C++ (I've been forced to Fortran)... or is the answer just: learn C++ and read the code!

Offline
Reply With Quote
Old 04/16/09, 3:09 AM   #192
dedmonwakeen
Bald Bull
 
dedmonwakeen
Undead Priest
 
No WoW Account
Originally Posted by Seleyana View Post
Just a short question, and don't worry, it will (probably) be the only on such a low level:
Is a SimulationCraft documentation available anywhere? I just stumbled over this program a few weeks ago and I am not very familiar with the notation of C++ (I've been forced to Fortran)... or is the answer just: learn C++ and read the code!
If you go to the main site, you find a small amount of user-level docs on the "Wiki" tab.
It is -mostly- up to date, but to be honest, your best bet is to look at the example .simcraft files to see ways to drive the sim.

If you are looking for developer documentation I'm afraid you have to dig through the code. The core thing to realize that it is an event-driven simulation. Combat begins by each player being kicked off with a "player_ready" event. This makes a player walk through his action list and it will schedule for execution the first action that is "ready". When an action completes, it schedules another "player_ready" event, and so it continues....


Offline
Reply With Quote
Old 04/23/09, 2:32 PM   #193
Fizzl
Glass Joe
 
Troll Mage
 
Stormreaver (EU)
Using

tier8_2pc=1
tier8_4pc=1

In a mage 20/51/00 scale factors made it recommend stamina and expertise, I guess they don't work yet :O

____

The weighting behind spirit seemed a bit high so I turned on infinate mana (in case it was factoring in regen) and removed student of the mind from my usual build giving me Talent Calculator - World of Warcraft
I was expecting 1 spirit to then be worth 55% of 1 crit but it was more like 65%.
In this case .71 spirit / 1.1 crit = .645
Seems like spirit isn't quite right yet or am I doing it wrong?

Last edited by Fizzl : 04/23/09 at 3:12 PM.

Offline
Reply With Quote
Old 04/23/09, 3:12 PM   #194
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Originally Posted by Fizzl View Post
In a mage 20/51/00 scale factors made it recommend stamina and expertise, I guess they don't work yet :O
I get
Scale Factors:
  Mage_T7_20_51_00           strength=0.00  agility=0.00  stamina=0.00  intellect=0.39  spirit=0.82  spell_power=1.57  attack_power=0.00  expertise_rating=0.00  armor_penetrating_rating=0.00  hit_rating=2.62  crit_rating=1.18  haste_rating=0.78
with your profile

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.
SimulationCraft Druid Guy

Austria Offline
Reply With Quote
Old 04/23/09, 3:13 PM   #195
Fizzl
Glass Joe
 
Troll Mage
 
Stormreaver (EU)
Ran it without the T8 bits and it stopped offering me stamina and expertise.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » Public Discussion

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rawr (v2.3.23 released on 9/12) Astrylian Public Discussion 2725 12/10/12 2:32 PM
SimulationCraft: Multi-Player Sim for WotLK dedmonwakeen Class Mechanics 4 07/26/08 7:52 AM
WoW Addon Development - how to? Moogul User Interface and AddOns 13 01/01/08 10:47 AM
The development cycle is... ? Howard Roark Public Discussion 5 10/31/07 6:37 AM
From TheoryCraft to SimulationCraft dedmonwakeen Class Mechanics 18 06/09/07 5:03 PM