• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Removing Racial traits

When you say Racial Traits do you mean "Racial Abilities" gained from being a specific race (ie Dwarves get Hardy)? Or you talking about race traits gained on the Feats tabs?

Assuming you mean "Racial Abilities" then you can't remove a Thing that is bootstrapped to a race. You can disable the ability though. Similar to what happens when you take an ART (Alternate Racial Trait).

In that case you need a script to apply the Helper.SpcDisable tag:

First/10000:
Code:
perform hero.childfound[XXXXXXX].assign[Helper.SpcDisable]
Replace XXXXXXX with the 10 character Unique ID of the racial ability you want to disable.
 
Thanks ShadowChemosh, yeah I meant racial abilities. Trying to script the various "clans" of dwarves from Dragonlance. I had no trouble with the hill dwarves (neidar), mountain dwarves (daewar, hylar & klar), and dark dwarves (duergar and their at) but the gully dwarves lack pretty much all standard racial abilities but I couldn't figure out how to disable the unneeded abilities.
 
Last edited:
If you use the Alternate Racial Traits to create your "ethnicity" there's a button for "Ability Replaced" as well as the ability to put the ethnicity before or after the race proper, as well as after with a comma and after in parenthesizes.

Which is what I did for my dwarves from WoW.:D
 
Back
Top