• 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

pCandExpr help

Mergon

Well-known member
I am trying to create a pCandExpr.

I want to select from non-magical armor or shield. I want it to ingore Natural armor. And lastly, I want a specific armor added to the dropdown list (thingid.ma5CArRArcArm)

I've tried every combo I can think of. It works fine without the tingid tag, but I can't get the thingid part to work. :(

Help! :confused:
 
You mean like:

(component.BaseArmor & !component.BaseMagicI) | thingid.ma5CArRArcArm

That would produce a list of all armors that aren't included in the magic items portion and append the thing into the list.

Make sure you're looking at the right scope though, like All Things or All Picks on Hero because All Things will look for things the hero doesn't necessarily have on them and All Picks on Hero will only find the armors that you've purchased.
 
<sigh>

I catch a nasty flu bug Thursady night. Saturday, while watching Netflix, my video card on my main system decideds to tank . . .

I have a new one coming Wednesday, but until it arrives I have no access to my the HL files I've been working on . . .

Just not my week.
 
Back
Top