GameItems in Memory menu

Shout-Out

User Tag List

Results 1 to 5 of 5
  1. #1
    falkor's Avatar Corporal
    Reputation
    7
    Join Date
    Feb 2010
    Posts
    23
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    GameItems in Memory

    Hey Guys,

    I'm not asking for "How" but rather "Can It Be Done" on this post.

    Is it possible to for example have an application keep track of all the ores I'm collecting by name.

    So as an example app I would be tracking [Saronite Ore] and [Titanium Ore]
    The program will run out of process and keep track of how many of the above I have in my bags....

    Purpose of this is to submit the data to Prowl on the iPhone every hour for general information and stats.

    Thanks in Advance
    Falkor

    GameItems in Memory
  2. #2
    Scorpiona's Avatar Active Member
    Reputation
    17
    Join Date
    Mar 2009
    Posts
    42
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, it can.

  3. #3
    falkor's Avatar Corporal
    Reputation
    7
    Join Date
    Feb 2010
    Posts
    23
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Scorpiona View Post
    Yes, it can.
    Many thanks for the confirmation, I will continue to investigate this
    If anyone wants to put forward some hints feel free.

    I've already managed to write an app to pull the usual stuff like name hp mana etc but now looking to write something in C# that has a valid use.

    Falkor.

  4. #4
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look at objects and bags

  5. #5
    DEMON_PK's Avatar Member
    Reputation
    2
    Join Date
    Mar 2009
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This function i use for out of process read num of items in bags. It uses item Id to count not a name.
    Code:
    Func GetNumItemsByID($id)
    Local $Scount=0
    $s_curMgrlvl1Pointer = _MemoryRead($OM_CLIENT_CONNECTION,$handle,'ptr')	;(p)
    	$s_curMgr = _MemoryRead($s_curMgrlvl1Pointer + $OM_OFFSET_1,$handle,'ptr')	;(p)
    	$curObj = _MemoryRead($s_curMgr + $OM_OFFSET_FIRST_OBJ,$handle,'ptr')
    	For $i=0 To 1000
    		$cTYPE = _MemoryRead($curObj + $OBJECT_OFFSET_TYPE,$handle,'int')
    		If $cTYPE = 1 Then
    		 $ofield = _MemoryRead($curObj + 0x8,$handle,'ptr')
    		 $ItemID = _MemoryRead($ofield + 0x3*4, $handle,'Int')
    	  If $ItemID=$id Then
    		 $Scount+= _MemoryRead($ofield + 0x38, $handle,'Int')
    	  EndIf
    		 EndIf 
    		$nextObj = _MemoryRead($curObj + $OM_OFFSET_NEXT_OBJ,$handle,'ptr')
    		if $nextObj = $curObj then
    			ExitLoop 
    		else
    			$curObj = $nextObj
    		endif
    	 Next
    return $Scount
    EndFunc
    Shoud be simple convert it into another language
    By the way how do you plan to transmit information to a cell?
    Last edited by DEMON_PK; 03-11-2010 at 06:08 PM.

Similar Threads

  1. where is that guide to finding the memory-address which Enables model editing
    By mikesanders in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 07-12-2007, 11:19 PM
  2. MK Memorial (idk I thought it was appropriate)
    By Dhorak in forum Community Chat
    Replies: 14
    Last Post: 07-08-2007, 09:17 PM
  3. [AutoIT3] WoW Cordinator (X,Y,MapID and rotation memory reading)
    By Vladinator in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 05-15-2007, 03:26 AM
  4. Tsearch / whatever other memory hacker
    By Beastslayer in forum World of Warcraft Guides
    Replies: 5
    Last Post: 04-09-2007, 07:39 PM
  5. How do you find memory offsets in the game?
    By koalaz2004 in forum World of Warcraft General
    Replies: 0
    Last Post: 08-18-2006, 09:40 PM
All times are GMT -5. The time now is 01:05 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