• 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

Xill and Dual Longbows

Xills have the ability to use two longbows simultaneously with their 4 arms. I've coded this to work, but feel it is not the best option. Is there a tag that will make the use of both valid?
 
Barring that tag, is there a tag that can be assigned to the longbow that will make it valid (instead of being invalid and showing up highlighted red in the weapons tab with both equipped)?
 
I'm not aware of any tags. Is there a way for a script to ignore that a weapon is already equipped? Or a way to add a 3rd and 4th hand?
 
You could try deleting the Hero.EquipMain tag before the validation script runs at Final 10000
 
I think you mean Hero.MainHand, not sure there is an EquipMain, but I'll take a look. I've tried a few manipulation of tags, nothing has seemingly worked to get the red highlight to go away unless I remove both the Helper.Always2H and the wCategory.TwoHanded. Let me see what I can do.

@Sendric, I have added 4 hands, but I can't have more than one thing in the main hand, which is impossible to do with two longbows without tag manipulation, or an exclusive tag.
 
Nice, that worked. I never thought to look at the tags on the hero. It makes sense now as a validation flag. Thanks Aaron, working to perfection.
 
Back
Top