when I open the program hurts my fps
100% correct. As soon as they fix the offsets, I can throw it into the radar and patch a new release.Quote:
I assume whats needed is a refresh on the Aion Memory Project to be released and incorporated into Pete's tool.
I haven't played AION very much these days. In fact, not at all in the last week solid, but I still intend to add support for the latest client as long as the Aion Memory project continues.Quote:
I dont know the status of development atm given it has been put into open source.
Me neither. Try running as an Administrator? Maybe it doesn't have write-access to its program folder.Quote:
Also dont know why my auto updater is stuck at 1.2.
Public Enum Main
entry = &H62EB7C
targetptr = &H1C4
End Enum
Public Enum PlayerOffsets
mana = &HA27728 '0x4- integer
mana_max = &HA27724 '0x4- integer
hp = &HA27720 '0x4- integer
hp_max = &HA2771C '0x4- integer
exp = &HA27710 '0x4- integer
exp_max = &HA27700 '0x4- integer
casting = &HA1D4D0 '0x4 - integer
casting_time = &HA1D4D4 '0x4 - integer
x = &HA1F158 '0x4 - float
y = &HA1F15C '0x4 - float
z = &HA1F160 '0x4 - float
rotation = &HA1C8C8 '0x4 - float
id = &HA1CC58 '0x4 - integer
flight_status = &HA27738 '0x4 - integer
flight_time_max = &HA27730 '0x4 - integer
flight_time = &HA27734 '0x4 - integer
Gather_status = &HA1EDA1 '0x1 - integer
name = &HA5E718 '0x64 - string
level = &HA276F8 '0x1 - integer
dp = &HA2772E '0x2 - integer
dp_max = &HA2772E '0x2 - integer
End Enum
Public Enum SkillTree
treeptr = &HA1C13C
End Enum
Public Enum Hotbar
entry = &HA5BB94
End Enum
Public Enum Entities
EntityMap = &HA279A8
EntityArray = &H48
EntityArrayCount = &H58
End Enum
Public Enum TargetOffsets
attitude = &H1C
rotation = &H8
id = &H20
target_id = &H284
name = &H36
guid = &H8
level = &H32
legion = &HB0
health = &H34
state = &H20C
quest = &H160
type = &H168
pclass = &H19C
x = &H28
y = &H2C
z = &H30
End Enum