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

SPELL_EFFECT_NONE used as value placeholder is not displayed #31

Open
Killyana opened this issue Apr 11, 2019 · 2 comments
Open

SPELL_EFFECT_NONE used as value placeholder is not displayed #31

Killyana opened this issue Apr 11, 2019 · 2 comments

Comments

@Killyana
Copy link

When a spell has more than one BP for an effect, spellwork will display only the first one, example:
SpellID: 63255

From SpellWork:
Effect 0: Id 3 (SPELL_EFFECT_DUMMY)
BasePoints = 63257
Targets (87, 52) (TARGET_DEST_DEST, TARGET_GAMEOBJECT_DEST_AREA)
Radius (Id 13) 10,00

From DBC:
Effect_1=3 -- Effect_2=0 -- Effect_3=0
EffectDieSides_1=1 -- EffectDieSides_2=1 -- EffectDieSides_3=1
EffectBasePoints_1= 63256 -- EffectBasePoints_2= 63495 -- EffectBasePoints_3= 63496

@Shauren Shauren changed the title Multiple Base points for the same effect SPELL_EFFECT_NONE used as value placeholder is not displayed Apr 11, 2019
@mdX7
Copy link
Member

mdX7 commented Feb 5, 2021

cannot reproduce @ 9.x branch:

Effect 0: Id 3 (SPELL_EFFECT_DUMMY)
Difficulty: Id 0 (DIFFICULTY_NONE)
BasePoints = 63257.00
Targets (87, 52) (TARGET_DEST_DEST, TARGET_GAMEOBJECT_DEST_AREA)
Radius (Id 13) 10.00 (Min: 0.00 Max: 10.00)

Effect 1: Id 0 (0)
Difficulty: Id 0 (DIFFICULTY_NONE)
BasePoints = 63496.00
Targets (0, 0) (NO_TARGET, NO_TARGET)

Effect 2: Id 0 (0)
Difficulty: Id 0 (DIFFICULTY_NONE)
BasePoints = 63497.00
Targets (0, 0) (NO_TARGET, NO_TARGET)

@Shauren
Copy link
Member

Shauren commented Feb 5, 2021

This is pre-SpellEffect.db2 split only

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

No branches or pull requests

3 participants