I put together a site for Arcane Mage macros. They do auto targeting and avoid sheep. menu

User Tag List

Results 1 to 5 of 5
  1. #1
    GlittPrizes's Avatar Active Member CoreCoins Purchaser Authenticator enabled
    Reputation
    58
    Join Date
    Nov 2019
    Posts
    104
    Thanks G/R
    53/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I put together a site for Arcane Mage macros. They do auto targeting and avoid sheep.

    The site is spellbinder.gg

    The home page is a little excessive for a simple macros site, but it's because I was originally doing all classes. However, I figure people can figure that out on their own using the Mage as a template. This is what these macros will do:

    - Auto target
    - Avoid attacking sheep unless it's the only target
    - Maintain sheep by remembering it as your focus for damage/sheep multi-tasking
    - Raid icons on sheep if solo and announcement emotes for sheeping
    - Attack mouseover without changing targets
    - Confine mana drinking/conjuring to one button
    - Multifunctional keybinds by using modifiers on spells

    Also, I'm not making ad revenue off sending you there. The site just has the default Wordpress ads for a basic account, so I'm linking the site but will post the macros here too.

    Preview:
    page copy smaller.png

    Code:
    Arcane Barrage (Arcane Explosion)
    /targetenemy [noexists]
    /tar focus
    /click MultiBarLeftButton12
    /stopmacro [exists]
    /tar focus
    /targetenemy
    /use [mod]Arcane Explosion;[nomod]Arcane Barrage
    
    Arcane Barrage Continued
    /targetlasttarget [@focus,exists]
    /cleartarget [dead];[help];[noharm]
    /stopcasting [nochanneling:Arcane Barrage]
    /use [@mouseover,harm,nodead,mod][mod,exists]Arcane Explosion;[@mouseover,harm,nodead,nomod][exists,nomod]Arcane Barrage
    
    Arcane Blast (Arcane Power)
    /use [mod:shift]Arcane Power
    /targetenemy [noexists]
    /tar focus
    /targetlasttarget [@focus,exists]
    /cleartarget [dead];[noharm]
    /use [@mouseover,harm,nodead][exists]Arcane Blast
    /stopmacro [exists]
    /tar focus
    /targetenemy
    /use Arcane Blast
    
    Arcane Missiles (Counterspell)
    /targetenemy [noexists]
    /tar focus
    /click MultiBarLeftButton11
    /stopmacro [exists]
    /tar focus
    /targetenemy
    /use [mod]Counterspell;[nomod]Arcane Missiles
    
    Arcane Missiles Continued
    /targetlasttarget [@focus,exists]
    /cleartarget [dead];[help];[noharm]
    /stopcasting [nochanneling:Arcane Missiles]
    /use [@mouseover,harm,nodead,mod][mod,exists]Counterspell;[@mouseover,harm,nodead,nomod][exists,nomod]Arcane Missiles
    
    Blink (Displacement)
    /use [nomod] Blink
    /use [mod:shift] Displacement
    
    Conjured Mana Bun (Conjure Refreshment)
    #showtooltip  Conjure Refreshment
    /stopcasting
    /use [nomod,group]Conjured Mana Bun;[nomod,nogroup]Conjured Mana Bun;[mod]Conjure Refreshment
    
    Evocation (Healthstone, Time Warp, Greater Invisibility)
    /use [nomod] Evocation
    /use [mod:shift] Healthstone
    /use [mod:alt] Time Warp
    /use [mod:ctrl]Greater Invisibility
    
    Frost Nova (Slow)
    /use [mod:ctrl]Charged Up
    /targetenemy [noexists]
    /tar focus
    /click MultiBarLeftButton10
    /stopmacro [exists]
    /tar focus
    /targetenemy
    /use [mod]Slow
    /use [nomod]Frost Nova
    
    Frost Nova Continued
    /targetlasttarget [@focus,exists]
    /cleartarget [dead];[noharm]
    /stopcasting
    /use [@mouseover,harm,nodead,mod][mod,exists]Slow;[nomod,exists]Frost Nova
    
    Honorable Medallion (Neck, Arcane Barrage, Frost Nova)
    /use Honorable Medallion
    /use [mod:alt]2
    /tar [@mouseover,nodead,harm]
    /use [mod:shift]Arcane Barrage;[mod:ctrl]Frost Nova
    
    Ice Block (Cancel Ice Block)
    #showtooltip  Ice Block
    /stopcasting
    /cancelaura Ice Block
    /cast Ice Block
    
    Necklace (Trinkets)
    #showtooltip  2
    /use [nomod]2
    /use [mod:shift]13;[mod:ctrl]14
    
    Polymorph
    /cleartarget [dead];[help];[noharm]
    /targetenemy [noexists]
    /tar [@mouseover,harm,nodead,nomod];[@focus,nomod]
    /clearfocus
    /focus target
    /use [mod]Polymorph;[@focus]Polymorph
    /click MultiBarLeftButton9
    
    Polymorph Continued
    /stopmacro [noexists]
    /e is sheeping %f
    /stopmacro [group]
    /run local sheep=7; if sheep~=GetRaidTargetIndex(“target”) then SetRaidTarget(“target”,sheep)end
    
    Presence of Mind + Prismatic Barrier (Remove Curse, Spellsteal)
    /use [nomod] Presence of Mind
    /use [nomod] Prismatic Barrier
    /use [mod:alt] Remove Curse
    /use [mod:ctrl] Shadowmeld
    /use [mod:shift] Spellsteal
    
    Stop Casting (Clear Focus)
    /stopcasting [nomod]
    /cleartarget [mod:alt]
    /run local sheep=7;if IsShiftKeyDown() then SetRaidTarget(“focus”,sheep)end
    /clearfocus [mod:shift]
    
    Target Enemy
    /targetlasttarget [mod:alt]
    /stopmacro [mod:alt]
    /cleartarget [dead];[noharm];[mod:shift]
    /targetenemy [mod:ctrl]1
    /targetenemy [mod:shift];[nomod]

    Barrage, Poly, and Missiles need two macros to function, so you have to make sure to either edit the macro or place the second macro on the correct action bar slot.
    Last edited by GlittPrizes; 04-28-2020 at 01:02 PM. Reason: add more info

    I put together a site for Arcane Mage macros. They do auto targeting and avoid sheep.
  2. Thanks Dupheadss, Spleenventor (2 members gave Thanks to GlittPrizes for this useful post)
  3. #2
    Dupheadss's Avatar Contributor CoreCoins Purchaser
    Reputation
    98
    Join Date
    Aug 2015
    Posts
    147
    Thanks G/R
    38/61
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Very nice, I will be reading over these in detail shortly.

    Thanks for the great work keep it up !

  4. #3
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I'll play around with these. it would be helpful if there was instructions included as to how the bar setup should be.

    edit: I'll wait on more explanation of your setup before i start playing with things. TBPH i generally just macro two abilities to a button with an alt mod so classes become a four-button rotation.
    Last edited by TehVoyager; 04-28-2020 at 06:58 PM.


    (don't post things I post to Patreon.)

  5. #4
    GlittPrizes's Avatar Active Member CoreCoins Purchaser Authenticator enabled
    Reputation
    58
    Join Date
    Nov 2019
    Posts
    104
    Thanks G/R
    53/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehVoyager View Post
    I'll play around with these. it would be helpful if there was instructions included as to how the bar setup should be.

    edit: I'll wait on more explanation of your setup before i start playing with things. TBPH i generally just macro two abilities to a button with an alt mod so classes become a four-button rotation.

    I forgot to add that part to the guide. Right now this is how it is, but it can be edited by changing the /click section of the first macro that calls the "Cont'd" macro part.

    Code:
    Polymorph  = /click MultiBarLeftButton9
    Frost Nova = /click MultiBarLeftButton10
    Missiles = /click MultiBarLeftButton11
    Barrage = /click MultiBarLeftButton12
    This is the bottom of the left/right MultiBars - it starts at 1 at the top and ends with 12:
    MultiBarRight.jpg
    Last edited by GlittPrizes; 04-28-2020 at 10:45 PM.

  6. Thanks Spleenventor (1 members gave Thanks to GlittPrizes for this useful post)
  7. #5
    GlittPrizes's Avatar Active Member CoreCoins Purchaser Authenticator enabled
    Reputation
    58
    Join Date
    Nov 2019
    Posts
    104
    Thanks G/R
    53/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The site is down, but I updated the macros for twinks (all classes) on the repo. Check Spellbinder Macros. It includes a text file of each macro as well as the macro cache files.

    Update (5.23.2020) - I did a major rework regarding focus/mouseover behavior. The macros have improved a lot so check them out. Now it will always maintain the main target even when healing your focus or using spells on the mouseover.
    Last edited by GlittPrizes; 05-31-2020 at 04:43 AM.

Similar Threads

  1. [Request] Arcane Mage profile for 5.2
    By misterneko in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 03-19-2013, 08:20 PM
  2. Anyone Up for Putting Together a Revised Cooking Guide?
    By offshore33 in forum Guild Wars 2
    Replies: 3
    Last Post: 09-09-2012, 05:59 PM
  3. [Gold] Solo ICC Trash for BoE Epics as an Arcane Mage
    By xxreaper008 in forum World of Warcraft Guides
    Replies: 27
    Last Post: 09-22-2010, 08:51 PM
  4. Replies: 3
    Last Post: 07-07-2009, 12:39 AM
  5. Replies: 11
    Last Post: 10-18-2006, 12:23 AM
All times are GMT -5. The time now is 05:41 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search