WoW Combat Assister menu

User Tag List

Page 27 of 69 FirstFirst ... 232425262728293031 ... LastLast
Results 391 to 405 of 1023
  1. #391
    Zazazu's Avatar Contributor
    Reputation
    191
    Join Date
    Jun 2016
    Posts
    390
    Thanks G/R
    5/143
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tsanomy View Post
    Hi,

    This application is amazing, but i have a problem when i try to modify my rotation as Paladin. I'm trying to add a spell from a specific race, but with your exemple i don't find any solution to make it work:

    PHP Code:
                    Rotation_AddSpell(ClassSpell.ArcaneTorrent, new[] {
                        
    Criteria(SpellCriteriaType.Combopoint02CriteriaTarget.MeCriteriaCondtion.Have), // Count = count Combopoint/Shards/Runes or anyelse count-resource
                        
    Criteria(SpellCriteriaType.Level01CriteriaTarget.MeCriteriaCondtion.Have)
                    }); 
    Can i find a solution to do this ? The spell is displayed on the screen but in grey (so he's like inactive)
    ArcaneTorrent = 155145

    If spell is gray -- WoW.CA can't find spell in spellbook. Perhaps set wrong spell id for ArcaneTorrent (For detect spell id y can use addon idTips or use debug mod WoW.CA and look ActionBar list).

    WoW Combat Assister
  2. Thanks Tsanomy (1 members gave Thanks to Zazazu for this useful post)
  3. #392
    Zazazu's Avatar Contributor
    Reputation
    191
    Join Date
    Jun 2016
    Posts
    390
    Thanks G/R
    5/143
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by palmundo View Post
    GREAT WORK!!!!

    But i have the issue, when the program takes an action from another actionbar than actionbar 1, then it switches the bar, but does not switch back or to any other bar after that. so eg: it uses bar1 attack, then switches to bar 2 for another attack, and then nothing happens. its trying to use some attack from bar 1 after that but cant switch it back. when i switch it back manually, then it keeps going. could you help me with that?


    btw i play ret pala
    Not sure understud.. WoW.CA tracking active ActionBar... and when WoW.CA need set Bar2 assister send hotkey to set new bar and press key in Bar2. Y can switch into Bar1, but when need press Bar2 Key2 -- WoW.CA switch back to Bar2 and press Key2

  4. #393
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    426
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My Aff lock works great but my WW monk stops and spams Blackout kick, I dont know whats up

  5. #394
    Tsanomy's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    34
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your Bot is outdated since 30min, he crash when trying to Attach with Wow..

    I can't share you the logs, it's in french and not in english

  6. #395
    Zazazu's Avatar Contributor
    Reputation
    191
    Join Date
    Jun 2016
    Posts
    390
    Thanks G/R
    5/143
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tsanomy View Post
    Your Bot is outdated since 30min, he crash when trying to Attach with Wow..

    I can't share you the logs, it's in french and not in english
    What version of WoW y started? Actual version 24015. WoW.CA support 24015

  7. #396
    Tsanomy's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    34
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He's working right now, i don't change anything but it works again, it's all good, it was probably my game who was outdated

  8. #397
    Darkuz's Avatar Member
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    17
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zazazu View Post
    Not sure understud.. WoW.CA tracking active ActionBar... and when WoW.CA need set Bar2 assister send hotkey to set new bar and press key in Bar2. Y can switch into Bar1, but when need press Bar2 Key2 -- WoW.CA switch back to Bar2 and press Key2
    same problem to me when I play ret pala, i also play with monk and it works great.

  9. #398
    Zazazu's Avatar Contributor
    Reputation
    191
    Join Date
    Jun 2016
    Posts
    390
    Thanks G/R
    5/143
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Darkuz View Post
    same problem to me when I play ret pala, i also play with monk and it works great.
    For not change Active Bars set hotkey for skills into bar3-bar6. Hotkey have more prio then bar-action. If spell have hotkey -- WoW.CA used hotkey. If spell not have hotkey -- switching bars.
    I'm re-write keysender module for returning into bar1 (its not optimal and can bit slowly, but its be better for some situations, when player intervene into executing routine)

  10. #399
    Darkuz's Avatar Member
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    17
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zazazu View Post
    For not change Active Bars set hotkey for skills into bar3-bar6. Hotkey have more prio then bar-action. If spell have hotkey -- WoW.CA used hotkey. If spell not have hotkey -- switching bars.
    I'm re-write keysender module for returning into bar1 (its not optimal and can bit slowly, but its be better for some situations, when player intervene into executing routine)
    I got it work now. It's my bad that I use SHIFT+1, 2, 3 ... for my key bindings. Should avoid using SHIFT+1,2 ... since they are default key bindings for switching action bar. Thanks.

  11. #400
    Zazazu's Avatar Contributor
    Reputation
    191
    Join Date
    Jun 2016
    Posts
    390
    Thanks G/R
    5/143
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Darkuz View Post
    I got it work now. It's my bad that I use SHIFT+1, 2, 3 ... for my key bindings. Should avoid using SHIFT+1,2 ... since they are default key bindings for switching action bar. Thanks.
    Y can set any hotkeys for this actions (Changing active bar). Like Alt-Ctrl-Shift-PgUp -- WoW.CA pressed this hotkey same as Shift-1

  12. #401
    ARSCHEKUN's Avatar Member
    Reputation
    14
    Join Date
    May 2016
    Posts
    34
    Thanks G/R
    3/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Zazazu,

    I know you're working on some new rotation for some classes. I'm just curious how's the progress going?



    Sent from my iPhone using Tapatalk

  13. #402
    xithejokerix's Avatar Member
    Reputation
    2
    Join Date
    Feb 2007
    Posts
    29
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Zazazu, first of all thank you for the great work you do and keep it up!
    We all love and appreciate your product.

    On a side note, on my Beast Master hunter, it seems that if the pet is not out or is already dead, it will just try and spam Kill Command and wont rez or call a pet out. Anything on this?

  14. #403
    Zazazu's Avatar Contributor
    Reputation
    191
    Join Date
    Jun 2016
    Posts
    390
    Thanks G/R
    5/143
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xithejokerix View Post
    Hey Zazazu, first of all thank you for the great work you do and keep it up!
    We all love and appreciate your product.

    On a side note, on my Beast Master hunter, it seems that if the pet is not out or is already dead, it will just try and spam Kill Command and wont rez or call a pet out. Anything on this?
    I know this problem. Now i'm ready for release new version with correct working with pet. I thin in thin week i'm released new version.

  15. #404
    swartgolf's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi ...there is no resto druid rotation ???

  16. #405
    Tsanomy's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    34
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,
    This tool is not usefull against other people when they're in the same faction, can this became possible ?
    And what are the best addons to optimize the velocity of all spells?

Page 27 of 69 FirstFirst ... 232425262728293031 ... LastLast

Similar Threads

  1. [Selling] Loads of WOW Combat Routines
    By Glete in forum World of Warcraft Buy Sell Trade
    Replies: 2
    Last Post: 03-24-2015, 04:04 PM
  2. Rift Combat Assistant
    By Hetoius in forum Rift
    Replies: 18
    Last Post: 04-27-2011, 01:32 PM
  3. [general wow] Combat Logic : LF comments
    By abuckau907 in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 12-23-2009, 03:39 PM
  4. WoW Glider 1-70 Profiles + Goto's and special combat!!!
    By tom123h in forum WoW Bot Maps And Profiles
    Replies: 6
    Last Post: 11-25-2007, 01:04 AM
  5. WoW non-combat pets
    By ugotnubed in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-06-2007, 02:37 AM
All times are GMT -5. The time now is 10:38 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