This time I have ^_^

All your scripts are updated, other peoples scripts I care less about. And I ordered them after I got tons of addons, that thread showed main at the bottom, all of your scripts after that with tons of addons at the very top just above the cms, and everyone elses scripts above that, and all the game scripts above that...
thats correct right?
The whole thing is working, i set up the database, the ring has the right spell, the troops are giving the right ap, its just that equipting the ring learns the spell perminetly even without gaining ap and the skill doesnt show how much ap is gained, it just says 0/10 all the time.
i dont know what else to say besides spamming all my configs
MAXAP Database
when 10 then return 10
when 20 then return 10
10 is another spell i was testing, 20 is the fire spell
GAINAP Database
1 is my test monsters
EQ Database
if weapon
case id
when 1 # weapon ID
skill_ids.push(10) # EQUAP skill ID
when 995
skill_ids.push(8)
skill_ids.push(12)
when 999
skill_ids.push(1)
skill_ids.push(3)
end
else
case id
when 5 # armor ID
skill_ids.push(10) # EQUAP skill ID
when 12
skill_ids.push(20)
when 995
skill_ids.push(15)
when 998
skill_ids.push(32)
skill_ids.push(29)
when 9913
skill_ids.push(2)
skill_ids.push(25)
when 9918
skill_ids.push(27)
when 9919
skill_ids.push(25)
when 9929
skill_ids.push(10)
end
I made all the default items 9900 so they wouldnt interfear with my items, the armor 12 is the ring and 20 is the fire spell