Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORE/SPELLS] Shaman Fire totems #4938

Closed
wants to merge 1 commit into from
Closed

[CORE/SPELLS] Shaman Fire totems #4938

wants to merge 1 commit into from

Conversation

drskull
Copy link
Contributor

@drskull drskull commented Jan 24, 2012

Shaman Fire Totems have same spell crit like caster

Fix issue 3470

dr.skull@centrum.sk

Signed-off-by: dr.skull <dr.skull@centrum.sk>
@Aokromes
Copy link
Member

I think also warlock, hunters and dk pets must be present here if they can't crit already, if they can't crit and they must crit a generic fix must be used.

@Vincent-Michael
Copy link
Contributor

Hit for pets too

for crit: http://wowhead.com/spell=35695

Effect 0: Id 6 (SPELL_EFFECT_APPLY_AURA)
BasePoints = 0
Targets (1, 0) (TARGET_UNIT_CASTER, NO_TARGET)
Aura Id 57 (SPELL_AURA_MOD_SPELL_CRIT_CHANCE), value = 0, misc = 0 (0), miscB = 0, periodic = 0

Effect 1: Id 6 (SPELL_EFFECT_APPLY_AURA)
BasePoints = 1
Targets (1, 0) (TARGET_UNIT_CASTER, NO_TARGET)
Aura Id 52 (SPELL_AURA_MOD_WEAPON_CRIT_PERCENT), value = 1, misc = 0 (0), miscB = 0, periodic = 0

Effect 2: NO EFFECT

@drskull
Copy link
Contributor Author

drskull commented Jan 24, 2012

warlock, hunter, dk pets can crit already

@Vincent-Michael
Copy link
Contributor

Example warlock pets spells crit with 1-2% crit

@drskull
Copy link
Contributor Author

drskull commented Jan 24, 2012

but Temporary Summons can't crit. Here are totems and Mage Water Elemental ...
Totems can crit, but can other Temp. summons crit ? If yes what chance they have ?

@Noth
Copy link

Noth commented Jan 27, 2012

all pets, except totems, have a base 5% crit chance. they dont scale with players crit chance.
their crit only scales with talents/auras/sometimes procs.

@rsa
Copy link

rsa commented Jan 28, 2012

all pets, except totems, have a base 5% crit chance. they dont scale with players crit chance.

your wrong, some (not all) pets has scaled from owner crit chance (over PSA). +adds from talents. classic example - mage water elemental.

@Noth
Copy link

Noth commented Jan 28, 2012

pets do not scale with talents unless the tooltip explicitly says otherwise . they only scale with some auras, buffs, debuffs.
in cataclysm they scale with owner crit chance

@rsa
Copy link

rsa commented Jan 28, 2012

not only in tooltips. i have measurements, maked for me in 3.3.5a, while i make PSS. result - some pets really scale crit chance (and some other parameters, like expertize) from owner. other auras only give additional crit chance.

@Midnights
Copy link

you have to clarify the usage of the word "pet"
temp summons indeed only got their 5% crit chance and DONT scale with owners crit chance/hit/exp etc
permanent pets like water elemental WITH glyph, hunter pets, ghoul with talent or warlock pets DO scale with base stats, crit, hit and expertise (where expertise is special, hunter pets e.g. are exp capped when the owner is hitcapped)

@rsa
Copy link

rsa commented Jan 28, 2012

tempsummons with scaling - mage elemental (without glyph), shaman wolf's, druid triants. + some other (quests)

@Noth
Copy link

Noth commented Jan 29, 2012

http://www.wowhead.com/forums&topic=119343/hunter-pet-crit
"Uhm... no?
Neither hunter crit rating, nor the value scale for pet. At least not directly. Only indirect pet scaling goes from this.

Basically:
5% base crit.
9% from this
10% from this if you are BM"

http://elitistjerks.com/f47/t20765-shaman_enhancement/#Feral_Spirit
there is nothing about crit chance scaling

http://rawr.codeplex.com/workitem/19785
the link is from cataclysm but it has 2 jpgs with treants hitting dummy and they do a wooping 1.7% crits. now if you factor in that on blizzard you have around ~4.3% crit reduction/depression when facing a lvl 83 target youll get exactly 5% pet crit chance.

@rsa
Copy link

rsa commented Jan 29, 2012

you can read? about hunter pets nobody said anything, they have no suitable PSA. about crit rating feral spirit can still be read on wowhead. the same thing with the others.
however, the conversation bored. Do whatever you want, anyway the normal implementation of the pets in TC is impossible - all of their code heavy dirtied...

@Noth
Copy link

Noth commented Jan 30, 2012

you can't read apparently
Midnights commented:
"...permanent pets like water elemental WITH glyph, hunter pets, ghoul with talent or warlock pets DO scale with base stats, CRIT..."
i wasnt replying only to you.

what ever, if you want to know how shit works look in the RAWR code for patch 3.3.5. its the most reliable imo because (almost) everything there was tested on blizzard servers.

@rsa
Copy link

rsa commented Jan 30, 2012

I can not refute every delusion that meeting. in that message at least 2 errors and 2 inaccuracyes, I have only comment on one of the errors.

@Expecto
Copy link

Expecto commented Feb 12, 2012

fix work?

@drskull
Copy link
Contributor Author

drskull commented Mar 16, 2012

Need to find generic fix

@drskull drskull closed this Mar 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants