View Single Post
  #5  
Old 12-30-2006, 08:38 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

I was actually writing something out for AAs as I stumbled across this
This assumes the AA has no actual prereq skill:

If you want a generic AA (level 51):

set prereq_skill: 0 and set class_type: 51

if you want an archtype skill (level 55):

set prereq_skill: 4294967295 and set class_type: 55

if you want a class skill or beyond:

set prereq_skill: 4294967294 and set class_type 59/61/whatever level req
Reply With Quote