Auras and CDs menu

User Tag List

Results 1 to 7 of 7
  1. #1
    waskas's Avatar Member
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    6
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auras and CDs

    I've a private rotation bot, and although is mainly working, I've some problems with auras and CDs.

    CDs are working fine, except for spells with charges. I can't seem to get remaining time correctly for those spells, and I can't find the remaining charges...
    Auras are working fine too, can see all my auras and target's too, but I can't find my debuffs in the target. For example when I cast judgement on an enemy, I can't find the judgement debuff in his auras...

    Maybe someone can point me in the right direction to solve this issues?

    Auras and CDs
  2. #2
    aeo's Avatar Contributor
    Reputation
    135
    Join Date
    Apr 2007
    Posts
    286
    Thanks G/R
    97/68
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Then you are not finding them all, the aura list in memory has many Ids even hidden ones that you don't see on the screen,

    Code:
     public List<Aura> Auras        {
                get
                {
                    var auraTable = BaseAddress + Pointers64.Unit.AuraTable;
                    var auraCount = Read<int>(Pointers64.Unit.AuraCount);
    
    
                    if (auraCount == -1)
                    {
                        auraCount = Wow.Memory.Read<int>(auraTable);
                        auraTable = Wow.Memory.Read<IntPtr>(auraTable + 8);
                    }
                    var nativeUnitAuras = Wow.Memory.ReadArray<Aura>(auraTable, auraCount);
                    return nativeUnitAuras.ToList();
                }
            }

  3. Thanks waskas (1 members gave Thanks to aeo for this useful post)
  4. #3
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last edited by lolp1; 10-24-2016 at 08:46 AM.

  5. Thanks waskas (1 members gave Thanks to lolp1 for this useful post)
  6. #4
    waskas's Avatar Member
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    6
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your help! I had an error in the < 16 case, was reading the address of the table in AuraTable offset instead of using it directly as an array base. Was working ok for the > 16 case, so that kinnda lost me.

    Any ideas on how to detect charges from spells in the CDs table?

  7. #5
    aeo's Avatar Contributor
    Reputation
    135
    Join Date
    Apr 2007
    Posts
    286
    Thanks G/R
    97/68
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by waskas View Post
    Thanks for your help! I had an error in the < 16 case, was reading the address of the table in AuraTable offset instead of using it directly as an array base. Was working ok for the > 16 case, so that kinnda lost me.

    Any ideas on how to detect charges from spells in the CDs table?
    There are a few ways, you can call the LUA function, you can read the spell struct( I think) or you cn pass the ID to the SPell_C_GetSpellCharges function that is found in the getspellcharges LUA function. I just use the LUA. After that is assume looking at the spell object in reclass or CE would be easy to see the charges.

    see:
    GetSpellCharges reversing

    for more info on the function call
    Last edited by aeo; 10-25-2016 at 09:35 AM.

  8. #6
    Durotar Heights's Avatar Member
    Reputation
    4
    Join Date
    May 2015
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are the 64 bit offsets any different?

  9. #7
    aeo's Avatar Contributor
    Reputation
    135
    Join Date
    Apr 2007
    Posts
    286
    Thanks G/R
    97/68
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Yes they differ from x86.

Similar Threads

  1. [Request] Shadowmourne Aura and How to
    By Delikvent in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 07-13-2010, 04:52 PM
  2. Fun auras and spells
    By tadpole in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 06-29-2008, 02:43 AM
  3. Easy trophies,stickers, and cds in ssbb!
    By gangstajosh55 in forum Gaming Chat
    Replies: 0
    Last Post: 04-06-2008, 09:39 PM
  4. BC Advanced coffee... Void and lock t4 aura
    By moreniu in forum World of Warcraft Model Editing
    Replies: 18
    Last Post: 09-30-2006, 07:32 AM
  5. BC Advanced coffee... Void and lock t4 aura
    By moreniu in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 09-28-2006, 12:54 AM
All times are GMT -5. The time now is 04:25 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search