Bloodrage/warcry Block

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » Windower » Spellcast Scripting » Warrior » bloodrage/warcry block
bloodrage/warcry block
 Phoenix.Gaiarorshack
Offline
Server: Phoenix
Game: FFXI
user: MiavPigen
Posts: 1245
By Phoenix.Gaiarorshack 2013-02-20 23:40:02
Link | Quote | Reply
 
i'm tryin to make spellcast block the usage of bloodrage and warcry in case any of those buffs are already up. btu it seems to not work and its probably because buff active name is wrong
Code
		<if spell="Blood Rage" BuffActive="Blood Rage|Warcry" >
		<cancelspell />
		</if>

		<if spell="Warcry" BuffActive="Blood Rage|Warcry" >
		<cancelspell />
		</if>


its late night and im tired so can someone please tell me where i F'ed up ?

--- update ---
nvm seesm to work i cant cast warcry under bloodrage effect.
Offline
Posts: 26
By Fodder 2013-02-21 10:05:22
Link | Quote | Reply
 
Code
<if mode="and" spell="Blood Rage|Warcry" BuffActive="Blood Rage|Warcry" >
	<cancelspell />
</if>
[+]
 Phoenix.Gaiarorshack
Offline
Server: Phoenix
Game: FFXI
user: MiavPigen
Posts: 1245
By Phoenix.Gaiarorshack 2013-02-21 23:11:13
Link | Quote | Reply
 
thank you looks even cleaner that way
Log in to post.