Locking Specific Main Weapon

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » Spellcast Scripting » Bard » Locking specific main weapon
Locking specific main weapon
Offline
Posts: 52
By Xnite 2013-03-19 20:00:18  
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.
 Siren.Kalilla
VIP
Offline
サーバ: Siren
Game: FFXI
user: Kalila
Posts: 14552
By Siren.Kalilla 2013-03-19 20:15:28  
I haven't used it in awhile, but I think the problem is

<main lock="true">item name</main>
 Phoenix.Kirana
Offline
サーバ: Phoenix
Game: FFXI
Posts: 2025
By Phoenix.Kirana 2013-03-19 20:46:09  
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
By Xnite 2013-03-19 21:10:44  
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
Log in to post.