Auto Echo Drops (AutoExec & Spellcast)

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Auto Echo Drops (AutoExec & Spellcast)
Auto Echo Drops (AutoExec & Spellcast)
 Phoenix.Shiomi
Offline
Server: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2012-12-05 00:15:14
Link | Quote | Reply
 
Does anyone have a rule for automatically using Echo drops for when you are silenced for either Spellcast or AutoExec? Thanks!
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2012-12-05 00:19:59
Link | Quote | Reply
 
Spellcast:
Code xml
<if mode="and" skill="*Magic|Ninjutsu" buffactive="Silence">
		<cancelspell />
		<command>input /item "Echo Drops" <me></command>
	</if>


AutoExec:
Code xml
<register event="gainbuff_Silence">input /item "Echo Drops" <me></register>


I've never tried the AutoExec code, but it should work.
[+]
 Phoenix.Shiomi
Offline
Server: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2012-12-05 00:21:49
Link | Quote | Reply
 
Thanks man, appreciate it!
 Quetzalcoatl.Crystalchan
Leonardo da Clippi
Offline
Server: Quetzalcoatl
Game: FFXI
Posts: 1184
By Quetzalcoatl.Crystalchan 2012-12-05 00:28:06
Link | Quote | Reply
 
I'm getting error code for reading endtag, pretty sure I copied it right, let me double check :(
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2012-12-05 00:30:06
Link | Quote | Reply
 
That could be from <me>'s, XIAH automatically parses & lt; and & gt; as < >. Will likely need to change those around a bit.
 Quetzalcoatl.Crystalchan
Leonardo da Clippi
Offline
Server: Quetzalcoatl
Game: FFXI
Posts: 1184
By Quetzalcoatl.Crystalchan 2012-12-05 00:33:10
Link | Quote | Reply
 
If I just put my name instead of <me>, it'll work the same way right? Not sure how else I'd change this :<
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2012-12-05 00:36:05
Link | Quote | Reply
 
If you change it to & lt;me& gt; (without the spaces), it should be fine.

Using your name instead should work too though, but I've never tried it.
[+]
Log in to post.