EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   Quick Raid buttons issue for apply poison (https://www.eq2interface.com/forums/showthread.php?t=16454)

Papabard 05-13-2012 01:25 PM

Quick Raid buttons issue for apply poison
 
am trying to help a friend who is a 92 assassin this in theory should work

Code:

<Page Name="Assassin">
                <Data Name="Button1" Macro="SpellForMyLevel='705062542'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 53)
SpellForMyLevel=COND ? '3598453043' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 39)
SpellForMyLevel=COND ? '4115775947' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 25)
SpellForMyLevel=COND ? '1939112048' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="Murderous Design Line"/>
                                <Data Name="Button2" Macro="SpellForMyLevel='Apply Poison IV'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 92)
SpellForMyLevel=COND ? 'Apply Poison III' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 82)
SpellForMyLevel=COND ? 'Apply Poison II' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 72)
SpellForMyLevel=COND ? 'Apply Poison' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(52) Apply Poison
(72) Apply Poison II
(82) Apply Poison III
(92) Apply Poison IV"/>
                <Data Name="Button3" Macro="tell Parent.Target Heart&apos;/&apos;Shard please" Tooltip="Heart/Shard request"/>
                <Data Name="Button4" Macro="NONE" Tooltip="NO MACRO CONFIGURED"/>
                <Data Name="Button5" Macro="assist Parent.Target" Tooltip="Assist Target"/>
        </Page>

for the apply poison line however he says its not applying IV of it. I don't have the spell code to change them to spell ID so not sure if thats the issue.

drof 05-14-2012 02:24 PM

yep you need to get the spell id.. easiest way to do it is to cast the spell and then look in ur log files. It will list the ID # in the log file. Place the ID file in the correct place in the file there and it will work.

rdwngsfn26 05-15-2012 01:06 AM

quick question
 
I want to add a groupsay and raidsay command to my ProfitUI quick raid buttons for my Dirge's Rezzes. What do I add to the code to make it Groupsay and Raidsay? sorry noob question I know.....I just don't want to do something wrong and it not work

Ixoa 05-15-2012 06:30 AM

Quote:

Originally Posted by rdwngsfn26 (Post 100286)
I want to add a groupsay and raidsay command to my ProfitUI quick raid buttons for my Dirge's Rezzes. What do I add to the code to make it Groupsay and Raidsay? sorry noob question I know.....I just don't want to do something wrong and it not work


In this very forum under FAQ section..very easy to do

http://gm9.eq2interface.com/portal.p...a=faq&faqid=35


So for Example this taken from my Defiler ProfitUI_QuickRaidButtons.txt

<Data Name="Button5" Macro="SpellForMyLevel='2975222284'
useabilityonplayer Parent.Target SpellForMyLevel
Gsay Parent.Target Has 33% Increased Casting,Reuse And Recovery Speed Boost" Tooltip="(AA) Ritual of Alacrity"/>

:)


All times are GMT -5. The time now is 12:05 PM.

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