Thread: Editing AAs
View Single Post
  #3  
Old 09-30-2011, 07:05 PM
Caryatis
Dragon
 
Join Date: May 2009
Location: Milky Way
Posts: 539
Default

Just a side note, the refresh time in altadv_vars is the time displayed to the client and the one in aa_actions is what the server uses, so when the button refresh doesnt match the red text thats where the problem is.

The trickiest thing about AAs is they use 2 different storage methods. In aa_actions, it lists the ID(this corresponds to altadv_vars.skill_id) and rank separately. However in aa_effects it uses an absolute ID(this is altadv_vars.skill_id+rank... so rank 3 of AA #100 would be aaid 102).

If you have specific questions, ask away.
Reply With Quote