Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 04:59

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



How to find target info memory.

Discussion on How to find target info memory. within the Aion forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2013
Posts: 4
Received Thanks: 0
How to find target info memory.

Long time lurker, first time poster. Hello.

I am an experienced programmer, but a little new to the bot scene. I have developed one bot in the past and though I'd do a small project for Aion. So I am in the middle of my programming and I have not been able to get the memory offset for my target's hp (or any other target info).

I am not sure if these are already out there, but I'd prefer to know how to figure it out so that I can update without waiting for anyone to post offsets.

I use cheat engine and was able to get my health, mana, etc etc. However, I'm not sure how you would determine the target's hp. It seems a little tricky as aion seems to treat NPCs and PCs a little differently in that targeting myself isn't yielding a viable "target".

Any direction would be helpful.

Furthermore, I'm a little curious when some people post the offsets they find, they have several offsets. Are these due to memory pointers?
lostDev is offline  
Old 08/29/2013, 03:10   #2
 
elite*gold: 0
Join Date: Aug 2013
Posts: 4
Received Thanks: 0
I am able to find the target pointer's address. However, I am having trouble following the pointer and finding the next offset in order to get to the actual Health value. Any direction where to go once you find the target's pointer, would be helpful. Thanks.
lostDev is offline  
Old 08/29/2013, 03:13   #3
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1
Received Thanks: 0
halo
ahmadhyajneh is offline  
Old 08/31/2013, 16:23   #4
 
elite*gold: 0
Join Date: Aug 2013
Posts: 4
Received Thanks: 0
Well I found a sure fire way of finding the offset values. Here is a C++ example. You must already have the target pointer, which really is not difficult to find. I used lucid's suggestion here:

Code:
static void getTargetMemoryOffsets(int baseAddr, int val, HANDLE iHandle, int &offset1, int &offset2)
{
	int base = getMemoryAddressValue(baseAddr, iHandle);
	// find the offsets.
	for(int i = 0;i < 0x1000;i++)
	{
		int offset_1 = getMemoryAddressValue(base + i, iHandle);
		if(offset_1)
		{
			for(int k = 0;k < 0x5000;k++)
			{
				int offset_2 = getMemoryAddressValue(offset_1 + k, iHandle);
				if(offset_2 && offset_2 == val)
				{
					printf("OFFSETS FOUND 0x%0X and 0x%0X\n", i, k);
					offset1 = i;
					offset2 = k;
					return;
				}
			}
		}
	}
};
lostDev is offline  
Reply


Similar Threads Similar Threads
Cannot find target
07/06/2010 - SRO Private Server - 2 Replies
Hello guys. After bot teleported to ht becuase he hasn't potions I stoped him. Then I put items to storage myself, bought drugs etc. Then I started bot and used return scroll. After teleport it cannot find target every four seconds. I stop bot and unchecked loop but it still says that and I can't walk and I don't want to relog. How to make him loop again?
[Help] Invalid Target/Cannot find Target(ZSZC)
05/29/2010 - SRO Private Server - 4 Replies
Some write they have Problems with ZSZC SRO-DB, by mobs for example "Ishade/Penon/Ujigi(lvl50-56)", in the Textbox right side down a message: "Invalid Target" or " Cannot Find Target", All have this Problem, a good message, i have the solution! You need Use SRO-DB Bot V0.8 and NOT V0.9a! +++Use this and you will have Fun by Botting+++
[Question Memory editing]Choose target
11/08/2009 - Aion - 0 Replies
Hello, I have question. I have all offsets (player, target and so on). Can i choose target using memory write only? Or i need dll inject ? thx.
Cannot find a target ??? WTF ??!!!
08/25/2007 - Silkroad Online - 4 Replies
Hmm so my bot works corectly but i have 1 problem :P When my char is on a spot he wait about 5 sec for attack monster and 4 sec for take a drop ... WTF ??? aaa my char is a bowman if it's help :P



All times are GMT +1. The time now is 04:59.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.