We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
This is pre-SpellEffect.db2 split only
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: