EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   onpress tellchannel ? (https://www.eq2interface.com/forums/showthread.php?t=12541)

Vex 03-18-2009 07:41 PM

onpress tellchannel ?
 
I have a raid window that clicks and sends tell to the person in raid, but i'd rather send it to a channel for ACT.

Currently it says /tell player "Jester's cap" but i need to
/tellchannel jestertimer <%T> has been capped."

any way i can do that? Its the JC timer raid mod.

Drumstix42 03-19-2009 01:43 AM

just use /# where # is the channel number you want to send it to.

ex: /1 sends it to the first channel you are in.

gm9 03-19-2009 04:59 AM

Quote:

Originally Posted by Vex (Post 81527)
I have a raid window that clicks and sends tell to the person in raid, but i'd rather send it to a channel for ACT.

Currently it says /tell player "Jester's cap" but i need to
/tellchannel jestertimer <%T> has been capped."

any way i can do that? Its the JC timer raid mod.

well you posted the solution there already, now you only need to open your raid window in a text editor, find the code where it does the tell and replace it by your tellchannel code. Instead of the %t use whatever the current code uses after the tell to indentify the player.

Vex 03-19-2009 01:23 PM

Code:

<Button LocalTooltip="Jester's Cap" Location="0,2" MaximumSize="20,20" MinimumSize="20,20" Name="M1H1" OnPress="/2 Parent.Member1.Name.LocalText has been capped.
                useabilityonplayer Parent.Member1.Name.LocalText Parent.Parent.Parent.HealSpells.HealSpell1.SpellName" RStyleDefault="Heal1Style" ScrollExtent="20,20" Size="20,20" Tooltip="Jester's Cap"/>

or

Code:

<Button LocalTooltip="Jester's Cap" Location="0,2" MaximumSize="20,20" MinimumSize="20,20" Name="M1H1" OnPress="/tellchannel kittjestertimer Parent.Member1.Name.LocalText has been capped.
                useabilityonplayer Parent.Member1.Name.LocalText Parent.Parent.Parent.HealSpells.HealSpell1.SpellName" RStyleDefault="Heal1Style" ScrollExtent="20,20" Size="20,20" Tooltip="Jester's Cap"/>

doesn't print to the channel.

gm9 03-19-2009 02:19 PM

second version but without the /

Vex 03-19-2009 02:30 PM

yay it works =D

now i just need to add it to the groupwindow somehow lol


All times are GMT -5. The time now is 07:59 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI