public
Description: WoW Addon - Crowd control assistance
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/controlfreak.git
Click here to lend your support to: controlfreak and make a donation at www.pledgie.com !
ControlFreak - Adding random sheep/pig profile since turtle's kinda rare

git-svn-id: http://tekkub-wow.googlecode.com/svn/trunk/ControlFreak@690 
86fe6d9a-1522-0410-a387-bf9db416f0a0
tekkub (author)
Sun Nov 11 14:47:51 -0800 2007
commit  8ffe998a858ac05f315d30c181e957356a1e7a1e
tree    853d14d63521e7142d8c4c6c65abea93a0b8359a
parent  6ccd20ad6c1a56dd4f8579523995351c73dc5db7
...
43
44
45
46
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
49
50
...
43
44
45
 
 
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
0
@@ -43,8 +43,26 @@ function ControlFreak:LoadDefaultMacros()
0
     self.db.profile.targtypes = {Beast = true, Humanoid = true}
0
   end
0
 
0
- -- Mage - Random Polymorph --
0
- self.db:SetProfile("Mage - Random Polymorph")
0
+ -- Mage - Random Sheep/Pig --
0
+ self.db:SetProfile("Mage - Random Sheep/Pig")
0
+ if self.db.profile.macrotext == "/freak" then
0
+ self.db.profile.macrotext = [[
0
+/clearfocus [modifier:shift]
0
+/stopmacro [modifier:shift]
0
+/castrandom [target=focus,exists,nodead,harm] Polymorph, Polymorph: Pig
0
+/stopmacro [target=focus,exists,nodead,harm]
0
+/castrandom [combat,harm,exists,nodead] Polymorph, Polymorph: Pig
0
+/focus [exists,harm,nodead] target
0
+/clearfocus [target=focus,dead]
0
+/stopmacro [button:1/3/4/5] [combat]
0
+/freak
0
+]]
0
+ self.db.profile.spellname = "Polymorph, Polymorph: Pig, Polymorph: Turtle"
0
+ self.db.profile.targtypes = {Beast = true, Humanoid = true}
0
+ end
0
+
0
+ -- Mage - Random Sheep/Pig/Turtle --
0
+ self.db:SetProfile("Mage - Random Sheep/Pig/Turtle")
0
   if self.db.profile.macrotext == "/freak" then
0
     self.db.profile.macrotext = [[
0
 /clearfocus [modifier:shift]

Comments

    No one has commented yet.