Quantcast
Channel: Recent Additions to 'SPELLCAST_STOP Need help!'
Browsing latest articles
Browse All 7 View Live

forums/development/603/1

> Greetings everyone. >> I'm working at creating SnD timer AddOn , I used SPELLCAST_STOP event for tracking SnD "cast". Every time I use any spell I got an UI error "string not found">>...

View Article



forums/development/603/2

> Yes, you call `string.find("Slice and Dice")`, but the `string.find` function takes two arguments, as indicated in the [documentation][1]. Also, please do NOT paraphrase errors that you get, it...

View Article

forums/development/603/3

First, it's the FIRST argument you need, not the second. The message is sent with SPELLCAST_STOP. Figure out which one it is, and use it. You can't just pick arbitrary names. The chapter of the book...

View Article

forums/development/603/4

Maybe I'm blind, but I didn't found anything... :-( So, I decided to move in other way: `` if (event == "SPELLCAST_STOP") then if (arg2 == ("Slice and Dice")) then Event() end But its still not working...

View Article

forums/development/603/5

1. There is no `SPELLCAST_STOP` event. Nor is there a `SPELL_CAST_STOP` sub-event for the combat log system. 2. You are severely misunderstanding the way these events work. 3. Chapter 21 has an example...

View Article


forums/development/603/6

I just want to track cast of instant spells like Renew, Hunters mark, Slice and Dice and start some events (bars, warning, timers etc) Found this method in this hunter's timer addon...

View Article

forums/development/603/7

That event hasn't existed for quite some time. There is a `UNIT_SPELLCAST_STOP` event which gives them for other units as well as yours. Perhaps you can use that. If you haven't purchased the book,...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images