vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 SpellAlert (modified again) commandline options.
2  
3 /spellalert -- open options window
4  
5 /spellalert on -- turn on SA
6 /spellalert off -- turn off SA
7 /spellalert offonrest -- auto disable SA while resting (inside taverns or main cities)
8 /spellalert reset -- reset setting and alertframes position to default
9 /spellalert help -- display the (messy) help
10  
11  
12 /spellalert {alert_type_number} {option}
13 Alert type numbers are:
14  
15 1 -- heal, healing spell with cast time
16 2 -- buff-gain, buff just gained
17 3 -- buff-gone, buff just worn off of ANY nearby player/mob/pet not in your party/raid
18 4 -- totem, shaman's totems
19 5 -- mob emote
20 6 -- periodic, beneficial effect of healing over time spells or berserker rage or so
21 7 -- istant, spells with no cast time
22 8 -- crowd control, spells with a cast time that make you unable to move/act
23  
24 Options are:
25 on -- turn on this alert type
26 off -- turn off this alert type
27 goto {num} -- display this alert type in the alertframe number {num} (min:1 max :3)
28 short -- short alert display for this alert type (see below)
29 to -- toggle, you will receive warns for this type of alert for your current target only
30  
31 ex. /spellalert 0 off -- turn off damage spells alert
32 ex. /spellalert 3 goto 3 -- redirect spammy buff-gone alert to a separate alertframe
33  
34  
35 /spellalert {alertframe_number} {option} [value]
36 There are three alertframes available, alert1, alert2 and alert3 they are equivalent.
37  
38 Options are:
39 ht {num} -- set time this alertframe is visible before starting to fade (min:0 max:5)
40 lines {num} -- set number of lines for this alertframe to display (min:1 max:20)
41 alpha {num} -- set transparency for this alertframe (min:0 max:1)
42 size {num} -- set text size for this alertframe (min:1 max:50)
43 ft {num} -- set fade duration for this alertframe (min:0 max:5) 0 = DISABLE FADING!
44 lock -- toggle dragging for this alertframe
45  
46 ex. /spellalert alert1 size 20 -- set text size for alert1 to 20
47 ex. /spellalert alert3 lock -- hide/unhide dragging tab for alert3
48  
49  
50 Customization "via notepad"
51 --TODO--