Xonxy123
Member
LEVEL 1
55 XP
Is it possible to make seal of vengeance to proc from hunter ranged wepon?
spellid
The spell ID of the spell that the item can cast or trigger.
spelltrigger
The type of trigger for the spell.
ID Trigger Type 0 Use 1 On Equip 2 Chance on Hit 4 Soulstone 5 Use with no delay 6 Learn Spell ID spellcharges
The number of times that the item can cast the spell. If 0, then infinite charges are possible. If negative, then after the number of charges is depleted, the item is deleted as well. If positive, then the item is not deleted after all the charges are spent.
spellppmRate
The proc per minute rate controlling how often the spell is triggered (if #spelltrigger == 2).
spellcooldown
The cooldown in milliseconds for the specific spell controlling how often the spell can be used. Use -1 to use the default spell cooldown. Note: this is not the "internal cooldown" of procs commonly found on items such as trinkets with "Chance on hit" effects.
spellcategory
The category that the spell is in. See the SpellCategory.dbc file
spellcategorycooldown
The cooldown time in milliseconds that is applied to all other spells in the category that the triggered spell is also in. Use -1 to use the default spell cooldown.
You just gave me a good idea =)Yes. It is possible. Depending on your patch and database revision.
Take a look here: https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130222/item+template
Check for spellid
if im not wrong he meant to make the actual Spell proc with range auto attack. not to put the spell on item or such.Yes. It is possible. Depending on your patch and database revision.
Take a look here: https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130222/item+template
Check for spellid
if im not wrong he meant to make the actual Spell proc with range auto attack. not to put the spell on item or such.
I might be wrong. it would not proc on hunter auto attack by only adding the spell to hunter char or bow item.
ID | Trigger Type |
---|---|
0 | Use |
1 | On Equip |
2 | Chance on Hit |
4 | Soulstone |
5 | Use with no delay |
6 | Learn Spell ID |
what you linked is item_template tablespelltrigger
The type of trigger for the spell.
ID Trigger Type 0 Use 1 On Equip 2 Chance on Hit 4 Soulstone 5 Use with no delay 6 Learn Spell ID
They're trying to have an item use a spell?what you linked is item_template tablehas nothing to do with editing spell.
Hmm. I was thinking he is trying to make paladin's seal of vengeance to proc when hunter does auto range.They're trying to have an item use a spell?