Back to "codex" tags

Stance switching with 2 different weapon types by Eaos

Description: script to handle codex stances when using more than one weapon type this script is swords/archery but can easily be modified for other weapon combinations

if mana >= 3 if findtype 'viking sword' righthand or findtype 'halberd' lefthand or findtype 'cutlass' righthand or findtype 'katana' righthand or findtype 'scimitar' righthand or findtype 'broadsword' righthand or findtype 'longsword' righthand or findtype '3909' lefthand or findtype 'battle axe' lefthand or findtype 'two handed axe' lefthand or findtype 'double axe' lefthand or findtype 'large battle axe' lefthand or findtype 'axe' lefthand or findtype 'bardiche' lefthand if findtype "sword codex" backpack as jodex getlabel jodex desc wait 200 if "Flaying" in desc break else say "[SwordsStance5" endif endif endif if findtype 'crossbow' hand or findtype 'bow' hand or findtype 'heavy crossbow' hand if findtype "archery codex" backpack as jodex1 getlabel jodex1 desc wait 200 if "Maiming" in desc break else say "[ArcheryAmmunition5" endif endif endif endif