1. #1
    Deleted

    "Stance dance"-AddOn

    Heya,
    i was looking or a stance cycle addon that lets me bin two keys so that i can cycle through the stances up- or downwards. However, i haven't found anything on the usual UI-sites, so if u know one, let me know!

    as i couldn't find any addon that suited my needs i tried to create an addon on my own, more or less successful :

    atm the addon, wich is not much more than a frame (it exists, but does nothing yet) gets an error message in the AddOns-Window on the login screen
    after the Name there is written "\par", no clue where that came from, and the addon itself is disabled and labled as incompatible. apperently the Interface version number in the TOC file can be responsible for this error but it is set to 20400, wich is the current number afaik, and i don't know where the error could come from

    i have the common libs in the addon folder (according to the tutorial on wowace.com), and an empty core.lua.
    Atm, this is what is written in the TOC:

    Code:
    ## Interface: 20400
    ## Title: StanceSwap
    ## Notes: Cycle through your stances via keybindings
    ## Author: Jivo
    ## Version: 0.1
    ## X-Category: Interface Enhancements
    
    Libs\AceLibrary\AceLibrary.lua
    Libs\AceOO-2.0\AceOO-2.0.lua
    Libs\AceAddon-2.0\AceAddon-2.0.lua
    Libs\AceDB-2.0\AceDB-2.0.lua
    Libs\AceConsole-2.0\AceConsole-2.0.lua
    Libs\AceEvent-2.0\AceEvent-2.0.lua
    
    Core.lua
    hope somebody knows whats going wrong here, thanks!

  2. #2

    Re: "Stance dance"-AddOn

    Well, it's not in the SVN anymore, so I think you got yourself a broken abandoned addon :-)

  3. #3

    Re: "Stance dance"-AddOn

    What class are you stance dancing with exactly?

    Macros can quite easily do what you are asking, without the need to load yet ANOTHER addon.


  4. #4
    Deleted

    Re: "Stance dance"-AddOn

    i made that crap up myself^^

    im a warrior. what i want is to press button A and i go from Battle, to Defensive, to Berserk, to Battle... , and vice versa in the other direction dor button B -> battel, berserk, defensive, battle...

    yeah there are macros, but i'd rather have an addon so i can change the buttons in he keybindings without having to search on wich bar i dropped the buttons

  5. #5

    Re: "Stance dance"-AddOn

    Just Bind the stances Oo

  6. #6

    Re: "Stance dance"-AddOn

    Quote Originally Posted by Jivo
    i made that crap up myself^^

    im a warrior. what i want is to press button A and i go from Battle, to Defensive, to Berserk, to Battle... , and vice versa in the other direction dor button B -> battel, berserk, defensive, battle...

    yeah there are macros, but i'd rather have an addon so i can change the buttons in he keybindings without having to search on wich bar i dropped the buttons
    Make the macros, put them on a bar somewhere, bind them to the keys you want to use. Same exact effect.
    Actually, Mr. Lennon, I CAN imagine a world with no hatred, religion, war, or violence.
    I can also imagine attacking such a world, because they would never see it coming.

    http://mhkeehn.tripod.com/trashcan.jpg
    http://politicalhumor.about.com/libr...s/carville.jpe

    For once, Carville was a man ahead of his time.

  7. #7

    Re: "Stance dance"-AddOn

    L2Macro.

    /cast [stance:1] Defensive Stance
    /cast [stance:2] Berzerker Stance
    /cast [stance:3] Battle Stance

    And another macro. For your other button "B".

    /cast [stance:1] Berzerker Stance
    /cast [stance:3] Defensive Stance
    /cast [stance:2] Battle Stance

    Way more efficient then an addon.
    BT/MH/SWP Player.
    http://eu.wowarmory.com/character-sheet.xml?r=Ravenholdt&n=Internullo
    http://eu.wowarmory.com/character-sheet.xml?r=Ravenholdt&n=Martha

  8. #8

    Re: "Stance dance"-AddOn

    I'm guesing the easiest thing would be to just have two certain positions in your main action bar where the left one is up and the right one is down

    Battle Stance:
    (keybinding,
    spell)

    AB
    Berserker StanceDefensive Stance


    Defensive Stance:
    (keybinding,
    spell)

    AB
    Battle StanceBerserker Stance


    Berserker Stance:
    (keybinding,
    spell)

    AB
    Defensive StanceBattle Stance

  9. #9

    Re: "Stance dance"-AddOn

    #showtooltip Berserker Rage
    /cast [stance:3] Berserker Rage; Berserker Stance
    /cast [noequipped:shield] Battle Stance; Defensive Stance


    used it with my warri twink @ encounters like nightbane

    System: i7 @ 8x4.5ghz / 8 GB Ram / Win7 64bit / ATI 6950 / 128GB Samsung 840 SSD
    TheIceMan Hunter H@Eredar
    Zôhan DK A@Frostwolf
    Ices Warri A@Frostwolf
    BamFixOida Schaman A@Frostwolf
    Achillees Druid A@Frostwolf

  10. #10

    Re: "Stance dance"-AddOn

    Or make spammable macros that would change you to the correct stance and perform the intended action on two button presses.

    If you are already in the correct stance, you only press the button once.

    Keybinding the stances themselves is pretty simple.

    Z - Battle Stance
    X - Defensive Stance
    C - Berzerker Stance


  11. #11

    Re: "Stance dance"-AddOn

    Quote Originally Posted by theiceman
    #showtooltip Berserker Rage
    /cast [stance:3] Berserker Rage; Berserker Stance
    /cast [noequipped:shield] Battle Stance; Defensive Stance


    used it with my warri twink @ encounters like nightbane
    if you are in def/battle you have to press the button 3x (1 -> berserker, 2 action (in this case berserker rage), 3 battle stance(if you wear no shiled) or def if you currently wear a shiled.

    if you are already in berserkerstance you have to press the button / macro once -> action, if you press it again ... battle stance(if you wear no shiled) or def if you currently wear a shiled.



    you can edit the stances / requierments / casts like you want i hope its now clear

    (sry 4 my english xD)

    System: i7 @ 8x4.5ghz / 8 GB Ram / Win7 64bit / ATI 6950 / 128GB Samsung 840 SSD
    TheIceMan Hunter H@Eredar
    Zôhan DK A@Frostwolf
    Ices Warri A@Frostwolf
    BamFixOida Schaman A@Frostwolf
    Achillees Druid A@Frostwolf

  12. #12
    Deleted

    Re: "Stance dance"-AddOn

    Quote Originally Posted by Internullo
    L2Macro.

    /cast [stance:1] Defensive Stance
    /cast [stance:2] Berzerker Stance
    /cast [stance:3] Battle Stance

    And another macro. For your other button "B".

    /cast [stance:1] Berzerker Stance
    /cast [stance:3] Defensive Stance
    /cast [stance:2] Battle Stance



    Way more efficient then an addon.
    okay i'll try this, thanks anyone!

    turns out to be broken as well :|

  13. #13
    Deleted

    Re: "Stance dance"-AddOn

    im still searching for an addOn, or macros that do the same, need help!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •