Spellcast: <addtochat>

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » General » Spellcast: <addtochat>
Spellcast: <addtochat>
 Bismarck.Cerelyn
Offline
Server: Bismarck
Game: FFXI
Posts: 365
By Bismarck.Cerelyn 2011-04-17 19:20:02
Link | Quote | Reply
 
How do I add <addtochat color="121">Uggalepih Pendant active</addtochat>

I got this from Aikar's BLM XML
Code
<if MPPAfterCastLT="50" Advanced="$UggPendant==1">
<equip when="midcast">
<neck lock="yes">Uggalepih Pendant</neck>
</equip>
</if>
</else>


All getting errors or not showing up.
 Bismarck.Maxse
Offline
Server: Bismarck
Game: FFXI
user: maxse
Posts: 1197
By Bismarck.Maxse 2011-04-17 19:24:22
Link | Quote | Reply
 
make sure you have <var name="UggPendant">1</var> inside of your <variables> </varibles>

No idea about the text thing though.
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2011-04-17 19:25:19
Link | Quote | Reply
 
Code
<if MPPAfterCastLT="50" Advanced="$UggPendant==1">
<equip when="midcast">
<neck lock="yes">Uggalepih Pendant</neck>
</equip>
<addtochat color="121">Uggalepih Pendant active</addtochat>

</if>
</else>
 Bismarck.Cerelyn
Offline
Server: Bismarck
Game: FFXI
Posts: 365
By Bismarck.Cerelyn 2011-04-17 19:27:22
Link | Quote | Reply
 
Bismarck.Maxse said:
make sure you have <var name="UggPendant">1</var> inside of your <variables> </varibles>

No idea about the text thing though.
The rule for Ugg Ped. work just fine, just wanted a echo text telling me its active.

Sylph.Hitetsu said:
Code
<if MPPAfterCastLT="50" Advanced="$UggPendant==1">
<equip when="midcast">
<neck lock="yes">Uggalepih Pendant</neck>
</equip>
<addtochat color="121">Uggalepih Pendant active</addtochat>

</if>
</else>


Hitetsu, you're awesome as always <3
 Carbuncle.Kyofooyo
Offline
Server: Carbuncle
Game: FFXI
user: Kyofooyo
Posts: 126
By Carbuncle.Kyofooyo 2011-04-17 19:34:13
Link | Quote | Reply
 
Bismarck.Maxse said:
make sure you have <var name="UggPendant">1</var> inside of your <variables> </varibles>

No idea about the text thing though.

I don't think you necessarily have to have it as a variable unless you intend on actually using the variable instead of the full name.
Log in to post.