wow, that one isn't working for me, for some reason :/
thx man, been searching for target base yesterday with no succes , can u tell me how found thatQuote:
To make me own bot works again had to find the new offsets for Aion 3.5 eu. Thought maybe can help some people out here, so here is a list of some offsets that i found so far.
CharCurHPOffset = 0xFA4980
CharMaxHpOffset = 0xFA497C
CharCurMPOffset = 0xFA4988
CharMaxMpOffset = 0xFA4984
CharHasTargetOffset = 0xB303A4
TargetBase = 0xB3039C
TargetOffset = 0x254
TargetXOffset = 0x38
TargetYOffset = 0x34
TargetZOffset = 0x3C
TargetLevelOffset = 0x36
TargetNameOffset = 0x3a
TargetHPOffset = 0x11d4
TargetMaxHPOffset = 0x11d0
It is pretty easy. First you find the target offset. You can find that be selecting a target and search for the value 1 and than unselect the target and search for 0 etc.Quote:
thx man, been searching for target base yesterday with no succes , can u tell me how found that
Does that hold true after major updates? I mean sure anything can change, but for the most part does that rule hold true? Same question for target HP and whatnot.Quote:
It is pretty easy. First you find the target offset. You can find that be selecting a target and search for the value 1 and than unselect the target and search for 0 etc.
The TargetBase is always 8 - the target offset.
Hex (B303A4 - 8) = B3039C :)
Well look to the first post on this topic. It has been made in 2009.Quote:
Does that hold true after major updates? I mean sure anything can change, but for the most part does that rule hold true? Same question for target HP and whatnot.
I found that while the address does show the cameras actual X position it won't change the X position if you edit the value.Quote:
Camera
Camera X Game.dll+FAD0A0 Float
Editing this addresses value will turn your camera in game.Quote:
Game.dll+FAD094
It depends where new data is introduced/removed after you consider many factors. If only a 4-byte val is introduced and its in the middle, then half will not shift and half will shift 4 bytes.Quote:
quick question, i noticed usually offsets just shift an X amount every time new offsets come out, its not true for all offsets amirite? :D