Skip to content

Un-usability flag? For fighter/druid

Gel87Gel87 Member Posts: 331
edited March 18 in General Modding
Hello,
Im currently making a Kensai / Shapechanger multiclass.
But when it comes to this multiclass unusability flag i dno where to find it?

The plan was to use the usability flag of Fighter/Druid, and then manual restrict armor, and possible gloves(maby manually each AC boosting one). (I want helm for this kit).
But i cannot find this unusability flag in nearinfinity. Have been looking in the 2da files and the ini files.
I know class number is 16.
And i know 0x4000 TRUECLASS.
But dno what to put :P

Is this correct?
STR_VAR
kit_name = ~GelKenS~ // Set the kit name (Weidu will assign the kit_id)
unusable = ~0x00004000~ // The "unusable" flag (adjust as necessary)

Comments

  • Gel87Gel87 Member Posts: 331
    lol nvm. I see that fighter/dru cannot wield any relevant wepons outside of druid ones anyway.
    So i used the shapeshifter usability flag xD
  • jmerryjmerry Member Posts: 4,109
    edited March 20
    There are two groups of usability flags on each item. One (which is a single four-byte field) handles race, class, and alignment. The other (which is four one-byte fields scattered around) handles kits.

    You can't cross over and have a kit apply unusability flags in the race/class/alignment group.
Sign In or Register to comment.