Runes and Runic Power menu

Shout-Out

User Tag List

Results 1 to 5 of 5
  1. #1
    violentmagician's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Runes and Runic Power

    umm a real noob question maybe...but can i pls have offsets for this....i tried both energy+combopoints offsets as well as rage but no luck...

    any help appreciated

    Runes and Runic Power
  2. #2
    Zombie911's Avatar Member
    Reputation
    11
    Join Date
    Mar 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    enum WoWUnitFields{
    ...
    UNIT_FIELD_POWER7     = 0x1E //Current unit runic power
    UNIT_FIELD_MAXPOWER7  = 0x26 //Maximun unit runic power
    ...
    };

  3. #3
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think he was talking about the static addresses. How about you try opening up the lua functions in IDA and see for yourself? It's not too hard.

  4. #4
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
            private uint GetCurrentPower(WoWPowerType power)
            {
                switch (power)
                {
                    case WoWPowerType.Health:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_HEALTH);
                    case WoWPowerType.Mana:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_POWER1);
                    case WoWPowerType.Rage:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_POWER2);
                    case WoWPowerType.Energy:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_POWER3);
                    case WoWPowerType.Focus:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_POWER4);
                    case WoWPowerType.Happiness:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_POWER5);
                    //case WoWPowerType.Runes: // TODO: What the hell is this one?
                    //    return GetStorageField<uint>(UnitFields.UNIT_FIELD_POWER6);
                    case WoWPowerType.RunicPower:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_POWER7);
                    default:
                        throw new ArgumentOutOfRangeException("power");
                }
            }
    
            private uint GetMaxPower(WoWPowerType power)
            {
                switch (power)
                {
                    case WoWPowerType.Health:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_MAXHEALTH);
                    case WoWPowerType.Mana:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_MAXPOWER1);
                    case WoWPowerType.Rage:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_MAXPOWER2);
                    case WoWPowerType.Energy:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_MAXPOWER3);
                    case WoWPowerType.Focus:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_MAXPOWER4);
                    case WoWPowerType.Happiness:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_MAXPOWER5);
                    //case WoWPowerType.Runes: // TODO: What the hell is this one?
                    //    return GetStorageField<uint>(UnitFields.UNIT_FIELD_MAXPOWER6);
                    case WoWPowerType.RunicPower:
                        return GetStorageField<uint>(UnitFields.UNIT_FIELD_MAXPOWER7);
                    default:
                        throw new ArgumentOutOfRangeException("power");
                }
            }

  5. #5
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You're a very kind person, Apoc. Lol. Got any code for hooking warden while you're at it?

Similar Threads

  1. get and mantain 100 Runic Power
    By comanderx14 in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 04-16-2009, 05:31 PM
  2. Custom DK trainer to get the Runic Power to work!
    By emil090 in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 12-21-2008, 03:12 PM
  3. Skypvp and Brogame Power Leveling
    By Æiden in forum World of Warcraft Gold Seller Reviews
    Replies: 7
    Last Post: 08-24-2008, 05:57 PM
  4. [FIX] Runic Power
    By Moffeman in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 06-04-2008, 09:54 AM
All times are GMT -5. The time now is 09:40 PM. 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