Read KnownSpell Array from memory menu

Shout-Out

User Tag List

Results 1 to 3 of 3
  1. #1
    Edder's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2008
    Posts
    77
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Read KnownSpell Array from memory

    Hi guys,

    how do I read array out of memory?
    I'm talking about this address:
    Code:
    KnownSpell = 0x00BE5D88,                    // 3.3.5a 12340
    If I'm right, there is an array beginning at this location, holding all known spell id's.
    But how to read that?

    Any help would be greatly appreciated.

    Read KnownSpell Array from memory
  2. #2
    haku43's Avatar Member
    Reputation
    3
    Join Date
    Sep 2009
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    public List<uint> GetKnownSpells()
    {
    var list = new List<uint>();
    for (int i = 0; i < 1000; i++)
    {
    var id = ClientManager.Memory.ReadInt((uint)(Pointers.LocalPlayer.KnownSpell + 4 * i));
    if (id == 0) break;
    list.Add((uint)id);
    }
    return list;
    }

  3. #3
    Edder's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2008
    Posts
    77
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Surprisingly easy, thank you.

Similar Threads

  1. Reading scene information from memory
    By darthsidious in forum Diablo 3 Memory Editing
    Replies: 7
    Last Post: 10-12-2012, 03:26 PM
  2. AutoIT Example - Reading a value from memory
    By mechtn in forum SWTOR Bots and Programs
    Replies: 10
    Last Post: 02-01-2012, 11:48 AM
  3. [Question] Reading DBC's from memory?
    By -Ryuk- in forum WoW Memory Editing
    Replies: 7
    Last Post: 09-05-2011, 04:52 PM
  4. [Guide][VB.NET] Read a string from memory
    By Gothian in forum Programming
    Replies: 14
    Last Post: 08-18-2008, 04:39 PM
  5. [Guide][VB.NET] Reading a String From Memory
    By Gothian in forum WoW Memory Editing
    Replies: 14
    Last Post: 01-18-2008, 12:08 PM
All times are GMT -5. The time now is 07: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