Locking Specific Main Weapon |
||
|
Locking specific main weapon
Offline
Posts: 52
Trying to get sc to lock weapon swaps when i have lux equipped, but unable to get it to work properly. it does lock while engaged but changes when i disengage.
I haven't used it in awhile, but I think the problem is
<main lock="true">item name</main> Phoenix.Kirana
Offline
Probably doesn't matter, but do you need the mode="or" in that if tag? You are only checking one thing.
edit: Or maybe it's meant to be there and you forgot to add the second condition status="idle" Offline
Posts: 52
got it to work
Code <if EquipMain="Lux Pugio"> <equip when="all"> <main lock="true">Lux Pugio</main> <sub lock="true" /> </equip> </if> needed to add <equip when="all"> also ty |
|
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|