Thread: EQ Editor 1.20
View Single Post
  #14  
Old 09-18-2008, 03:04 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by cybernine186 View Post
I think I may have the pointer wrong that it is looking in the profile for the AA structure.
I definitely can't hold this against you, even though it's (buried, hardcore style) in the Wiki (I put it there for this exact reason ), but this should answer this issue:
Quote:
aa_array

Even though the source says this starts at 0432, it actually starts at 0428 (item_tint: 0392 + 36).

struct AA_Array
{
int32 AA;
int32 value;
};
I think what ended up happening when I first read the AA info in my PHP tool I started a while back was it had things a little backwards (indexes were the values, and they were off by 1 set I think).

Hope this helps.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote