Get Experience and Gold (ACD) menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Chumbax's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Get Experience and Gold (ACD)

    Hi ,
    I've been searching everywhere on how to get the players Gold (total) and Experience ( Paragon lvl etc).
    I was thinking about writing a program that would keep track of gold + exp, but I can't find the right offsets. (I'll be using loot alert as "base").

    I tried getting the offset using Cheat Engine, but with no luck.
    I would appreciate if someone could guide me in the right direction on where to look.

    Thanks

    Get Experience and Gold (ACD)
  2. #2
    iamclint's Avatar Master Sergeant
    Reputation
    14
    Join Date
    Aug 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe experience is an attribute?

  3. #3
    Chumbax's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iamclint View Post
    I believe experience is an attribute?
    I tried getting experience from attr, but it didn't display the correct data. (Tried all three , Experience, Experience_Gained, don't remember the last one)

  4. #4
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3693
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3335
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    gold is a separated actor, it's itemstackquantitylow attribute is your total gold

    experience (and all of your stats) is your own attribute


    please don't forget that every attribute slot is a linked list!
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  5. #5
    Chumbax's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KillerJohn View Post
    gold is a separated actor, it's itemstackquantitylow attribute is your total gold

    experience (and all of your stats) is your own attribute


    please don't forget that every attribute slot is a linked list!
    Hey , thanks for the help.

    But when I try and get the gold amout (using Loot alert source), it gets the wrong value.
    Now I am using
    Code:
    if (a.Name.Contains("GoldCoins"))
                        {
                             MessageBox.Show(a.GetFloat(Attrib.ItemStackQuantityLo).ToString()); // 1.401298E-12 is the returned value
                        }

  6. #6
    Evozer's Avatar Contributor
    Reputation
    150
    Join Date
    Jan 2011
    Posts
    214
    Thanks G/R
    1/15
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use GetInt

  7. #7
    Chumbax's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Evozer View Post
    use GetInt
    I tried that, but I got "1" as result. Have I missed something?

  8. #8
    g4b51l's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can not compile the source since I do not have the tools at hand but it looks to me that you can not read acd actor without actor but the gold you are looking for is an acd actor rather than an actor on screen...hope this helps

  9. #9
    iamclint's Avatar Master Sergeant
    Reputation
    14
    Join Date
    Aug 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
            Public Shared Function GetGold() As Long
                Dim c As Integer = cMem.MemoryHelpers.readPtr(Enums.ObjectManager.ObjectManager, Enums.ObjectManager.ACDContainer, 0)
                Dim count As Integer = cMem.MemoryHelpers.readInt(c + &H108)
                Dim current As Long = cMem.MemoryHelpers.readPtr(c + Enums.ObjectManager.ObjectStart, 0)
                Dim item_count As Integer = 0
                For i = 0 To count
                    Dim en As New Entity(current - 4, current)
                    If InStr(en.GenericName, "GoldCoin") Then
                        Dim attr As New AttributeReader(current)
                        Dim gcount As Single = cMem.MemoryHelpers.readInt(attr.GetAttribute(Enums.Attrib.ItemStackQuantityLo))
                        Console.WriteLine(en.GenericName)
                        Return gcount
                    End If
                    current += &H2D0
                Next
            End Function

Similar Threads

  1. [Selling] Buy diablo 3 Items (BoA) to get free Experience and gold ***** exclusive ******
    By candicesue in forum Diablo 3 Buy Sell Trade
    Replies: 10
    Last Post: 07-17-2014, 09:46 PM
  2. [Trading] [H]Gw2acc-80 necro-Gear and gold-You get the mail too.[W]Dayz standalone gift
    By Ravilion in forum GW2 Buy Sell Trade
    Replies: 0
    Last Post: 04-10-2014, 04:59 AM
  3. Replies: 10
    Last Post: 06-11-2012, 08:18 AM
  4. [Selling] Help you get items and game gold easily
    By Sarah36 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 11-20-2011, 05:23 AM
  5. Get money and gold
    By m0rbidang3l in forum WoW Scam Prevention
    Replies: 7
    Last Post: 09-10-2007, 12:36 PM
All times are GMT -5. The time now is 03:31 PM. 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