Jump to content

Grindi

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Grindi

  1. You can do it by using disarm, but it will affect attack animations. Attack animations linked to weapons.
  2. This type of spells only force player or creature to use animation, they dont REPLACE animations. For example, running wild spell replace worgen's move and jump animation. what do you mean? i just copied link from wowhead.
  3. Its not possible on 3.3.5, but it is possible on 4.3.4. You should look at how Running Wild works. http://www.wowhead.com/spell=87840/running-wild
  4. 1 - hostile, 4 - friendly Vial of Sands works exactly like any other mount, but it have one effect more - morph effect. Any dmg can drop you from this "mount" and you cant use it indoor, so its not the solution.
  5. In spell.dbc you must create new entry, put in all params that you want to use and than you must open spelleffects.dbc and create one line with effect for your spell. (You link those 2 dbc via SpellID in spelleffect.dbc (25column))
  6. It works in LK, you didnt mention that you want to do it in cata. And yeah, it should work in cata too, cuz spell.dbc in cata looks like spell.dbc in LK, but spell effects are in another dbc. So yeah, you must edit 2 dbc in cata to do spells.
  7. Morph spell - такие спеллы делаются с помощью: / such spells can be done by using: effect 6 (SPELL_EFFECT_APPLY_AURA) aura id 56 (SPELL_AURA_TRANSFORM) target - 1 (self) misc value = айди моба, в которого ты хочешь морфануть / creature's id Scale spells : effect 6 (SPELL_EFFECT_APPLY_AURA) aura id 239 (SPELL_AURA_MOD_SCALE) base points = % увеличения/уменьшения размера / scale % target - 1 (self) Flying spell - такого рода спеллы сделать нельзя; Нужно скриптовать через ядро. / cant be done via dbc, you must script it in core Attach spell: effect 6 (SPELL_EFFECT_APPLY_AURA) aura id 4 (Dummy) (используется, как пустышка, не нужно скриптовать) target - 1 (self) spell visual = айди визуального эффекта, который ты заранее создал / id of visual effect Faction spell: effect 6 (SPELL_EFFECT_APPLY_AURA) aura id 139 (SPELL_AURA_FORCE_REACTION) target - 1 (self) base points - 4 misc value = айди фракции / faction id
  8. Grindi

    Flag Question

    You should use UNIT_FLAG_NON_ATTACKABLE, UNIT_FLAG_NOT_ATTACKABLE_1, UNIT_FLAG_IMMUNE_TO_PC, UNIT_FLAG_IMMUNE_TO_NPC. You can read more about this flags here - https://trinitycore.atlassian.net/wiki/display/tc/creature_template
  9. Grindi

    Instance Maps

    You dont need to create addon for it. Just use .dbc files. -WorldMapArea.dbc -DungeonMap.dbc -DungeonMapChunk.dbc
×
×
  • Create New...