Fiddling with AAs on EQEMu
I've been doing a little fiddling around with the 'alt_adv' column (a.k.a. AAs) and have a bit of information to post.
This is what I've been able to figure out about the 'alt_adv' column so far.
|
Cool Mike thanks, I will mess around with this tonight when I get home. How exactly are you opening that column in the hex editor, are you opening character_.myd?
|
No, I'm pulling the contents of the column into a file (basically doing a "SELECT alt_adv FROM character_ WHERE id='1';" and then copying/pasting the output to a file), editing it using HexEditor, and then dumping it back into the database.
Of course, I'm doing all this through PHPMyAdmin (minus the hex editing part) so I don't know how hard it'll be to do using the MySQL commaind line. I'm gonna go ahead and look into some MySQL commands to try and make it a little easier for those of you who don't have a Web Server on your EQEMu box though! :P |
tell me if you need me to packet collect anything,I have access to eqlive :)
|
Really the only things that need packet collecting is gaining AA points and getting AA exp.
The rest looks like it already implemented. I have yet to really look through the different "active" abilities though so we might need packets from some of them being activated and running out. |
That field is a dump of PlayerAA_Struct. It's in eq_packet_structs.h. Two bytes unknown, then two bytes for each ability. They changed the struct on live and my attempts to correct it have so far been fruitless. What I need is:
1) Packetlog of someone buying an AA 2) What aa you bought, and at what level (e.g. I bought Innate Run Speed, level 3) 3) A list of all AAs and their level previous to buying that AA. |
All times are GMT -4. The time now is 10:40 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.