• 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

component.aaFavEnemy

Frodie

Well-known member
Looking to select from the Favorite Enemy list. Any ideas where to find the correct component?

Thank you
 
I don't recall off the top of my head. My advice is to add a ranger and then go through the debug list and find something called "Favored Enemy". Pretty sure thats how I found it before...
 
Yea, I was doing that. Do you think it's a tag or a field? Trying something like:
component.Ability & Helper.resEnemSel
but no go.
 
Last edited:
IDK, I am at component.Ability & (thingid.resEnemSel), but no go. I guess I could just put in each type.
 
Boots of friendly terrain select between ranger favored terrains. The candidate expression for them is:

Code:
component.BaseCustUs & Helper.Secondary

I think looking at the other list should be as simple as adding a ! before Helper.Secondary. Give that a try.
 
Cool, close, it shows fav terrain. Need Fav enemy. Let me see if primary will work.
Sorry my bad, I forgot the !
component.BaseCustUs & !Helper.Secondary

You are the man! Thank you!
 
Last edited:
Back
Top