[C#] Enigma.D3 menu

User Tag List

Page 56 of 63 FirstFirst ... 6525354555657585960 ... LastLast
Results 826 to 840 of 940
  1. #826
    d2k2's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2015
    Posts
    130
    Thanks G/R
    57/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by prrovoss View Post
    are the offsets of the two functions you posted still up-to-date? and how would the GetMeshMaxX and GetMeshMaxY look like?
    yes they will not change so fast

    Code:
            
            public static float GetMeshMinX(this Enigma.D3.MemoryModel.Core.Scene scene)
            {
                return scene.PlatformRead<float>(0x0FC, 0x0FC + 4);
            }
    
            public static float GetMeshMinY(this Enigma.D3.MemoryModel.Core.Scene scene)
            {
                return scene.PlatformRead<float>(0x100, 0x100 + 4);
            }
    
            public static float GetMeshMaxX(this Enigma.D3.MemoryModel.Core.Scene scene)
            {
                return scene.PlatformRead<float>(0x174, 0x174 + 4);
            }
    
            public static float GetMeshMaxY(this Enigma.D3.MemoryModel.Core.Scene scene)
            {
                return scene.PlatformRead<float>(0x178, 0x178 + 4);
            }

    [C#] Enigma.D3
  2. Thanks prrovoss (1 members gave Thanks to d2k2 for this useful post)
  3. #827
    perp|ex's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im trying to find a way to identify the NPC with the quest icon above him. I've tried comparing different ACD attributes but there either the same as the other NPCs or inconsistent between runs. I have also tried comparing fastAttribuGroupIDs to AttributeID enums which also failed. If anybody has any advise on where I should be looking I would really appreciate it, thanks.

    [C#] Enigma.D3-questnpc-gif
    Last edited by perp|ex; 12-28-2017 at 06:06 AM.

  4. #828
    ZenDraL's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by perp|ex View Post
    Im trying to find a way to identify the NPC with the quest icon above him. I've tried comparing different ACD attributes but there either the same as the other NPCs or inconsistent between runs. I have also tried comparing fastAttribuGroupIDs to AttributeID enums which also failed. If anybody has any advise on where I should be looking I would really appreciate it, thanks.

    [C#] Enigma.D3-questnpc-gif
    Does it not have a unique ActorSNO ?

  5. #829
    perp|ex's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Adam2132 View Post
    Does it not have a unique ActorSNO ?
    Unfortunately this is the same for all npcs in the area.

    [C#] Enigma.D3-actorsno-png

  6. #830
    ZenDraL's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is his position always the same? Maybe you could look for a npc close enough to the location.

  7. Thanks perp|ex (1 members gave Thanks to ZenDraL for this useful post)
  8. #831
    perp|ex's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    His position is static but it would mean searching from a hard coded position and I want to avoid hard coding as much as possible. I'm trying to find this npc as soon as I enter the area or as soon as he is loaded into memory. If this turns into an impossible task then I'll go with this suggestion, thank you.

  9. #832
    Dolphe's Avatar Contributor
    Reputation
    97
    Join Date
    Oct 2012
    Posts
    614
    Thanks G/R
    0/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I am not mistaken "Quest" has a ACDId property which should point to the ACD Actor ( Not sure if it points to the ACD (player) that started it or the ACD Id for the NPC).
    Otherwise the ACD should have a flag / property in Actor or ACDActor indication a QuestSno or something ( or SnoId for the NPC that has a Quest Sno linked )

  10. #833
    perp|ex's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was able to confirm that something is added to "Quest" once I accept the quest from the quest giver, but I am not sure if this is relates to the npc. Before I accept the quest there are 8 items in questmanager and after I accept it there are 9, but it remains nine throughout the run even past the npc the I wish to find. Also if I leave the quest area it still remains nine. I would like to able to check this additional quest but I cant seem to find a break down of the Quest objects attributes. If anybody could provide a link or some resource, even if its old, detailing how the quest object is structured it would be very helpful. In the mean time I will try looking into Dolphes second suggestion of a flag/property in Actor or ACDActor.

  11. #834
    ZenDraL's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last edited by ZenDraL; 01-11-2018 at 12:06 AM.

  12. #835
    perp|ex's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you this is very helpful. I was able to see the values of all the quests in the Questmanger but only the first quest had values the rest were filled with zeros. The first quest has a -1 at 0xC which doesn't appear to equate to anything so Im not sure as to what it is.

  13. #836
    Dolphe's Avatar Contributor
    Reputation
    97
    Join Date
    Oct 2012
    Posts
    614
    Thanks G/R
    0/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by perp|ex View Post
    Thank you this is very helpful. I was able to see the values of all the quests in the Questmanger but only the first quest had values the rest were filled with zeros. The first quest has a -1 at 0xC which doesn't appear to equate to anything so Im not sure as to what it is.
    QuestStates
    Code:
       public enum QuestState : short 
        {
            NotStarted = -1, // QuestStep = -1, rest QS = 1
            Started = 1,
            KillBoss = 3,
            KilledBoss = 10,
            ClosingRift = 5 // QuestStep  = 2
        }
    If you didn't find anything in Quests or ACD ( of the NPC ) . I think you need to read the SNO files and get the ActorId from the QuestSNO and map it to the ACD actor / Actor.
    Last edited by Dolphe; 01-11-2018 at 01:19 PM.

  14. #837
    perp|ex's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It looks like the the Quest is always -1. I'm assuming this relates to the main quest line as the npc exists in a Templar side quest. I'll try looking into the SNO files next.

  15. #838
    Sorco's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    6
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My recent find for x64 D3 (2.6.1.48432)
    Code:
    [141D6FEF0] + 828
    holds the ActorID of the clickable object that's currently under cursor; -1 when none.

    ----

    Guys, can you actually get fast attributes of a shrine or a pool? To, say, define if it was taken or not. I'm doing it all low-level without using a framework and when I get to a FastAttribGroup that belongs to a shrine or pool, the PtrMap is always 0.
    Last edited by Sorco; 02-11-2018 at 07:16 PM.

  16. #839
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bad news
    PTR based encryption, and can not debug
    Do you have a way of doing it?

  17. #840
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    190
    Join Date
    Aug 2012
    Posts
    424
    Thanks G/R
    0/132
    Trade Feedback
    66 (98%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SeaDragon View Post
    Bad news
    PTR based encryption, and can not debug
    Do you have a way of doing it?
    we would need addresses or some patterns of those encryption methods so we can patch it

    OR just some other ways to get the base pointers we need ^^

Similar Threads

  1. [Hack] Enigma TriggerBot - AutoIT
    By Zolyrica in forum Overwatch Exploits|Hacks
    Replies: 9
    Last Post: 09-12-2016, 02:37 PM
  2. [Release] [C#] 1.0.8.16603 Enigma.D3
    By enigma32 in forum Diablo 3 Memory Editing
    Replies: 33
    Last Post: 05-16-2015, 01:40 PM
  3. Enigma's Smartcast Manager
    By da_bizkit in forum League of Legends
    Replies: 3
    Last Post: 10-22-2012, 02:11 PM
  4. request Blue suede boots -> enigma boots
    By Geico in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-27-2007, 05:40 AM
All times are GMT -5. The time now is 06:15 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