lootable or skinnable mob? menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    Mr.Sergey's Avatar Contributor
    Reputation
    117
    Join Date
    Apr 2009
    Posts
    201
    Thanks G/R
    6/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    lootable or skinnable mob?

    Hi all!

    I’ve made a bot that walks along the given path killing mobs, then looting and skinning them. While doing that I can not access any info if mob can be looted or skinned and I’m forced to scan some screen area with mouse cursor analyzing MouseStat and rightclick if it turns to 12 or 16 in some point.
    That’s why my bot requires the WoW window to be active preventing me from using computer for any other purposes. Then I decided to ask you to help.
    Please could some one advise me how could I define if corpse is lootable or skinnable without checking MouseStat? And how could I coplete looting/skinning with memory injection or alike? Code examples with real memory addresses would be incredibly great.

    Thanks in advance!

    lootable or skinnable mob?
  2. #2
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your answer lies in one of the stickied threads.

    For the love of god, do search before asking questions.
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  3. #3
    Mr.Sergey's Avatar Contributor
    Reputation
    117
    Join Date
    Apr 2009
    Posts
    201
    Thanks G/R
    6/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Robske, I have found many themes with the answers similar to yours "use search" and "use google", but have not found any theme with example of a working source code.

    If you saw such themes at this forum give me the link pls, if is not, then do not send me to use search pls.

  4. #4
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    check the descriptors for gods sake...the flags in particular. Take a look here

    Code:
            public long DynamicFlags
            {
                get
                {
                    return (uint)EntryPoint.Memory.Read<uint>(DescriptorFields + (uint)Offsets.UnitFields.UNIT_DYNAMIC_FLAGS * 4);
                }
            }
    and since you seem to be really really lazy...


    Code:
            /// <summary>
            /// Returns true if the unit is lootable
            /// </summary>
            public bool IsLootable
            {
                get
                {
                    return Convert.ToBoolean(DynamicFlags & (uint)Helper.UnitDynamicFlags.Lootable);
                }
            }

  5. #5
    audible83's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <TrollStart>
    Achmed and muhammed and god and whats below. Search.
    </TrollEnd>

  6. #6
    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)
    Your one and only warning. If you fail to do your own basic research again, you'll have a 2 week vacation.

Similar Threads

  1. Nuke Silithus Mobs
    By Matt in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 05-16-2020, 04:12 PM
  2. Get to a boss without having to kill trash mobs
    By Matt in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 06-14-2006, 11:11 AM
  3. Walk through any area/portal/mob without any Aggro!
    By Matt in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 05-22-2006, 04:55 AM
  4. Walk through mobs without aggroing
    By Cyboi in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 04-06-2006, 06:46 PM
  5. Replies: 1
    Last Post: 03-20-2006, 12:16 AM
All times are GMT -5. The time now is 11:10 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