A player remade her character on the server I LETO for but was accidentally raised to high. Upon fixing that issue the maneuvers she gained were not removed. She asked me to remove them, but whenever I click the feats button I get "List index out of bounds (-1)"
I tried going into the advanced editor options, but the maneuvers do not have entries in the feats section's listed numbers. The last entry is 24111: Master of Nine.
I am looking for the numbers of:
Disrupting Blow
White Raven Tactics
Pearl of Black Doubt
Halp =/
That's... a bit complicated. Step by step how to do that:
[olist=1]open the character file in Leto,
go to advanced editor
find 'Equip_ItemList' node - expand it
find entry with 'base_prc_skin' tag
search for 'ItemList' node in that entry
find entry with 'HideToken' tag
expand 'VarTable' node in that entry[/olist]
...that was the easy part
[olist=1]open cla_move_*.2da file for the class from which you would like to remove the maneuver
find the correct maneuver - remember 'SpellID' value
go back to Leto
in 'VarTable' search for entry with 'PRC_ManeuverList_xxxx_ManeuversKnownLevelArray_x_x' name (x are integers representing class, level, list type etc.) and value = SpellID
delete that entry
save the file[/olist]
after you do that, the maneuvers should be removed next time character rests.