View Single Post
  #263  
Old 06-28-2016, 07:53 PM
Tempten
Fire Beetle
 
Join Date: Dec 2011
Location: United States
Posts: 1
Default

I haven't seen any other tools on the forums for editing AA data, and custom AAs are one of my favorite things to happen on servers, so I decided to try to fix this part of the editor up, to help me learn php and other stuff. Is anybody else currently working on it? From what I saw on github, not much of anything has been done in terms of editing AAs (the only case that works is the view AA case)

I've got the search functionality working a bit better (mainly just search by ID and name, search by expansion or class is a little bit more complex), and I've got the case for the form for creating the base aa data (for the table aa_ability) working, along with the case for pushing that form's data to the database, and finally the case for deleting the base aa data (the aa_ability row where id=$aaid, and $aaid=$_GET['aaid']), which leaves all the base rank data (from aa_ranks), rank effect data (from aa_rank_effects), and rank prerequisite data (from aa_rank_prereqs)

I'm somewhat new to coding (I started learning HTML about two months ago, and php around a month ago, and only had some rudimentary knowledge of C before that) so it's somewhat slow going. Is there a good place to go to ask questions about the editor and the SQL tables for the AA data? The forums at peqtgc.com don't seem to be letting me register.

Thanks for your time,

-Tempten
Reply With Quote