MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Discussions > UI & Macro Discussions
Reload this Page AutoMacro discussion
UI & Macro Discussions Talk about User Interface upgrades and World of Warcraft Macros here.
[Questions allowed here]

Reply
 
LinkBack Thread Tools
(#16)
Old
vince0001's Avatar
vince0001 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 3
vince0001 is an unknown quantity at this point
 
Posts: 65
Join Date: May 2008
05-25-2008

very helpfull post thanks
Reply With Quote

Donate to remove ads.
(#17)
Old
Twolf is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Twolf is an unknown quantity at this point
 
Posts: 12
Join Date: Mar 2007
05-26-2008

i just get addon errors only this addon was running at the time as well
Reply With Quote
(#18)
Old
Lemonnns is Offline
Corporal
Rep Power: 2
Reputation: 22
Lemonnns is on a distinguished road
 
Posts: 31
Join Date: Mar 2007
05-26-2008

I was trying to make a macro for shadow priests similar to the one for afflic warlocks, but I ran into a problem. I wanted to make it so that you could spam it, without interrupting MF with other casts, but if I use [nochanneling:Mind Flay], it wont fit into a macro. Anyone good with macros know how to fix it?

Code:
/ifaddtb Vampiric Touch
  /cast [nochanneling:Mind Flay] Vampiric Touch
/end 
/ifaddtb Vampiric Embrace 
  /cast [nochanneling:Mind Flay] Vampiric Embrace
/end 
/ifaddtb Shadow Word: Pain 
  /cast [nochanneling:Mind Flay] Shadow Word: Pain 
/end
/ifcast Devouring Plague
  /ifaddtb Devouring Plague
    /cast [nochanneling:Mind Flay] Devouring Plague
  /end
/end
/ifcast Mind Blast
  /cast [nochanneling:Mind Flay] Mind Blast
/end
/ifcast Shadow Word: Death
  /cast [nochanneling:Mind Flay] Shadow Word: Death
/end
/cast [nochanneling:Mind Flay] Mind Flay
Reply With Quote
(#19)
Old
gosp's Avatar
gosp is Offline
Corporal
Rep Power: 2
Reputation: 13
gosp is on a distinguished road
 
Posts: 21
Join Date: Apr 2007
05-26-2008

/if UnitCastingInfo("target") or UnitChannelInfo("target") This would return 'true' if you're casting or channeling something. I'm not sure how to add NOT to that command, but... /if UnitCastingInfo("Player") or UnitChannelInfo("Player") /else would at least allow you to take out all the nochanneling:mindflays
Reply With Quote
(#20)
Old
Twolf is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Twolf is an unknown quantity at this point
 
Posts: 12
Join Date: Mar 2007
05-26-2008

anyone know why this thing just calls up errors?

AutoMacro\AutoMacro.lua:304: in function <Interface\AddOns\AutoMacro\AutoMacro.lua:302>
(tail call): ?:
(tail call): ?:
(tail call): ?:
AutoMacro\AutoMacro.lua:461: in function <Interface\AddOns\AutoMacro\AutoMacro.lua:440>
(tail call): ?:
(tail call): ?:
AutoMacro\AutoMacro.lua:547: in function <Interface\AddOns\AutoMacro\AutoMacro.lua:544>
<in C code>: in function `securecall'
Interface\FrameXML\ChatFrame.lua:2987: in function `ChatEdit_ParseText':
Interface\FrameXML\ChatFrame.lua:2732: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:1883: in function <Interface\FrameXML\ChatFrame.lua:1876>:
<in C code>: ?
<in C code>: in function `UseAction'
Interface\FrameXML\SecureTemplates.lua:266: in function `SecureActionButton_OnClick':
Interface\FrameXML\ActionButton.lua:36: in function `ActionButtonUp':
<string>:"ACTIONBUTTON1":4: in function <[string "ACTIONBUTTON1"]:1>
Reply With Quote
(#21)
Old
gosp's Avatar
gosp is Offline
Corporal
Rep Power: 2
Reputation: 13
gosp is on a distinguished road
 
Posts: 21
Join Date: Apr 2007
05-26-2008

I've never had any errors, and normal macros still work for me, so it's probably user error (or a corrupt file).
Reply With Quote
(#22)
Old
Lemonnns is Offline
Corporal
Rep Power: 2
Reputation: 22
Lemonnns is on a distinguished road
 
Posts: 31
Join Date: Mar 2007
05-26-2008

Thanks, this one should work.
Code:
/if UnitChannelingInfo("player")
/else
/ifaddtb Vampiric Touch
  /cast Vampiric Touch
/end 
/ifaddtb Vampiric Embrace 
  /cast Vampiric Embrace
/end 
/ifaddtb Shadow Word: Pain 
  /cast Shadow Word: Pain 
/end
/ifcast Devouring Plague
  /ifaddtb Devouring Plague
    /cast Devouring Plague
  /end
/end
/ifcast Mind Blast
  /cast Mind Blast
/end
/ifcast Shadow Word: Death
  /cast Shadow Word: Death
/end
/end
/cast [nochanneling:Mind Flay] Mind Flay
Reply With Quote
(#23)
Old
adonis912 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
adonis912 is an unknown quantity at this point
 
Posts: 6
Join Date: May 2007
05-26-2008

Can someone tell us how to get it working already? Where do we copy the files to, and how do we activate it in game?
Reply With Quote
(#24)
Old
drastickog is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
drastickog is an unknown quantity at this point
 
Posts: 5
Join Date: Jan 2008
05-27-2008

Just install it like a normal addon, and make a normal macro
Reply With Quote
(#25)
Old
adonis912 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
adonis912 is an unknown quantity at this point
 
Posts: 6
Join Date: May 2007
05-27-2008

I think I figured out why this isn't working for me, I was trying to use it on a private server. Something tells me Burlex hasn't programmed macros to function quite the same as they do on blizz servers.
Reply With Quote
(#26)
Old
sekke is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
sekke is an unknown quantity at this point
 
Posts: 1
Join Date: Sep 2006
05-27-2008

Anyone have any tips on how to use this to cast heals on players who have a certain debuff? ie the macro would prioritize heals if the person had Mortal Strike or some other, non-dispellable buff.
Reply With Quote
(#27)
Old
Twolf is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Twolf is an unknown quantity at this point
 
Posts: 12
Join Date: Mar 2007
05-27-2008

dont know how it would be user error if its a normal addon it goes in like any other addon. perhaps its the code for the locks i tried both macros exactly copied and pasted from here and other auto macro posts. none work , no other addons were on and the same error pops up everything you hit the macro, i play on live the addon folder was clean just auto macro and the WTF and Cache folders were both clean. so unless its shitty code for the locks i dont know where USER error would come from. its not that hard to install a addon into wow .... this
Quote:
Originally Posted by gosp View Post

Code:
/ifaddtb Unstable Affliction 
   /cast Unstable Affliction 
/end 
/ifaddtb Siphon Life 
   /cast Siphon Life 
/end 
/ifaddtb Curse of Agony 
   /cast Curse of Agony 
/end 
/ifaddtb Corruption 
   /cast Corruption 
/end 
/if UnitHealth("player")<80% 
   /cast Drain Life 
   /elseif UnitHealth("player")>80% 
   /cast Shadowbolt 
/end
/if UnitMana("player")<25% 
   /if UnitHealth("player")>80% 
      /cast Life Tap 
   /end 
/end 
/if UnitMana("player")<25% 
   /if UnitHealth("player")<80% 
      /cast Dark Pact 
   /end 
/end
Be warned, there is a 256 char limit on macros.
doesnt work on my lock all it does is error i used super macro to extend the macro and some people will bitch its outdated so any locks here care to tell me how they got this to work ? all normal macros work nothing else calls up errors i download the one in big red letters from the dude with the orange name and also ones i found from google thinking that might be an old version EACH time i clear my addon folder and WTF folder so please dont say its addon conflicts thats horse shit, user error ..... unless that macro is wrong or the one with CoS and SB is also wrong. thats the only part USER ERROR would come into play.

Last edited by Twolf; 05-27-2008 at 01:23 PM.
Reply With Quote
(#28)
Old
kibry is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
kibry is an unknown quantity at this point
 
Posts: 5
Join Date: Mar 2007
05-27-2008

I've also been trying to do a few macro's with it, here's a few examples that I've made for my warrior:

The Bloodthirst-WW-Rampage button smasher:

/startattack
/skipif IF_CSPELL("Bloodthirst")
/cast [:r35] Bloodthirst
/skipif IF_CSPELL("Whirlwind")
/cast [:r35] Whirlwind
/skipif (UnitHasSpellEffect("player","Rampage") or 0) > 1
/cast [nomodifier] Rampage;

Comment: starts attack- cast's bloodthirst when it's possible and I have 35rage or more. - cast's whirlwind when it's possible and I have over 35 rage. Cast's rampage if it's possible and wont cast it if it's active.

-

Interrupter:

/if UnitCastingInfo("target") or UnitChannelInfo("target")
/cast [stance:3] Pummel
/cast [stance:2] Shield Bash
/end

Comment: Casts pummel when in berserk and shield bash when in def stance.

-

Battleshout, Heroic Strike, Victory Rush, Trinket button smasher:

/skipif (UnitHasSpellEffect("player","Battle Shout") or 0) > 1
/cast Battle Shout
/cast [:r45] Heroic Strike;
/cast [nomodifier] Victory Rush;
/use 13
/use 14

Comment: Buffs myself with Battle Shout when its run out/possible. Casts Heroic Strike when I have over 45 rage. Casts Victory Rush when its possible. Uses trinkets whenever they are usable.

-

Debuffer:

/skipif (UnitHasSpellEffect("target","Thunder Clap") or 0) > 2
/cast Thunder Clap
/skipif (UnitHasSpellEffect("target","Demoralizing Shout") or 0) > 1
/cast Demoralizing Shout

I'm guessing that this would work also:

/ifaddtb Thunder Clap
/cast Thunder Clap
/end
/ifaddtb Demoralizing Shout
/cast Demoralizing Shout
/end

Comment: If the target doesn't have these debuff's it cast's em.

Last edited by kibry; 05-27-2008 at 02:44 PM. Reason: adding comments
Reply With Quote
(#29)
Old
Custer is Offline
Corporal
Rep Power: 2
Reputation: 10
Custer is on a distinguished road
 
Posts: 18
Join Date: May 2007
05-27-2008

Can anyone help me make a macro so my warlock only tries to cast shadow bolt when nightfall is active?

Using 2 accounts. My warlock is boosting my alt and im using auto hotkey to have the warlock kill my alts target. Its great when you can limit your spells to one button instead of having many different hotkeys assigned.
Reply With Quote
(#30)
Old
gosp's Avatar
gosp is Offline
Corporal
Rep Power: 2
Reputation: 13
gosp is on a distinguished road
 
Posts: 21
Join Date: Apr 2007
05-28-2008

I've recently been looking through the WoW API, for code I can use in these macros, and I found UnitBuff().

If you count the number of buffs you have on yourself (warlock), and never change that number while grinding (remember to refresh, of course), it could work.

If you have 5 buffs normally, then a nightfall proc would be 6, so
Code:
/if UnitBuff("Player",6)
/cast Shadowbolt
/end
Reply With Quote
Reply

Donate to remove ads.

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On




Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341