Thread Tools Display Modes
Prev Previous Post   Next Post Next
07-26-20, 12:29 PM   #1
Frogdog76
A Defias Bandit
Join Date: Jul 2020
Posts: 3
Dynamic Cam Custom Situation Question

Hello. I am trying to make custom situations in dynamic cam so it will zoom out slightly when I am doing some of my more impact-full abilities kind of like it does in the newest god of war. I can get it to work on channeled spells like this...

-Events-
UNIT_SPELLCAST_START, UNIT_SPELLCAST_STOP, UNIT_SPELLCAST_SUCCEEDED, UNIT_SPELLCAST_CHANNEL_START, UNIT_SPELLCAST_CHANNEL_STOP, UNIT_SPELLCAST_CHANNEL_UPDATE, UNIT_SPELLCAST_INTERRUPTED

-Condition-
return UnitChannelInfo("player") == GetSpellInfo(111111)

And on non channeled, casted spells like this.

-Events-
UNIT_SPELLCAST_START, UNIT_SPELLCAST_STOP, UNIT_SPELLCAST_SUCCEEDED, UNIT_SPELLCAST_INTERRUPTED

-Condition-
return UnitCastingInfo("player") == GetSpellInfo(111111)

I am trying to figure out a way to do Instant Cast Spells such as Chi Torpedo, or Serpent Kick, and I can't find any info about what I need to modify to make that happen. I know nothing about LUA so I am just basically trying things I can google or copying from other custom situations that I can find. Any ideas I could try would be appreciated.

Thanks in advance!

Last edited by Frogdog76 : 07-27-20 at 10:52 AM. Reason: Got some responses
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Dynamic Cam Custom Situation Question

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off