EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   Raid Quick Buttons (https://www.eq2interface.com/forums/showthread.php?t=13423)

ucellin 09-30-2009 06:58 PM

Raid Quick Buttons
 
Trying to attach two raidsay commands to the dirge rez quick buttons as its changed since gu53



Was the old form for creating a raidsay macro for rezzes, however this no longer works and corrupts the UI. Does anyone know what the new text/code might be? Any help is appreciated, thanks in advance.

Papabard 09-30-2009 07:09 PM

I have had no problem with my quick buttons heres the ones I use

<Page Name="Dirge">
<Data Name="Button1" Macro="useabilityonplayer Parent.Target &quot;Elegy at Death&apos;s Door&quot;
raidsay REZZING &lt;&lt;&lt; Parent.Target &gt;&gt;&gt;
tell Parent.Target &gt;&gt;&gt; Incoming Rez &lt;&lt;&lt;" Tooltip="(44) Rez"/>
<Data Name="Button2" Macro="SpellForMyLevel='Elegy of Awakening'
useabilityonplayer Parent.Target SpellForMyLevel
tell Parent.Target '>>> Incoming Rez >>>'
raidsay Group REZ Parent.Target" Tooltip="(58) Elegy of Awakening"/>
<Data Name="Button3" Macro="SpellForMyLevel='Oration of Sacrifice II'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 78)
SpellForMyLevel=COND ? 'Oration of Sacrifice' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel
gsay &gt;&gt;&gt;&gt; Dirge Heal on Parent.Target &lt;&lt;&lt;&lt;" Tooltip="(65) Oration of Sacrifice
(78) Oration of Sacrifice II"/>
<Data Name="Button4" Macro="useabilityonplayer Parent.Target Gravitas
tell Parent.Target &lt;&lt;&lt;&lt; Gravitas &gt;&gt;&gt;&gt;
gsay &gt;&gt;&gt; Gravitas on Parent.Target &lt;&lt;&lt;" Tooltip="(80) Gravitas"/>
<Data Name="Button5" Macro="useabilityonplayer Parent.Target Confront Fear
raidsay Curing Rez Sickness from &lt;&lt;&lt; Parent.Target &gt;&gt;&gt;
tell Parent.Target Rez Sick Cured" Tooltip="Cure Rez"/>
</Page>

veb edited after GU53

timberbtc 10-03-2009 11:56 AM

this is what mine looks like not real sure what the "for my level" thing is before the usability part. dosent seem to be on anyones but mine but when i try to edit this at all i cant save it. says...

cannot create the C:\Program Files\Sony\EverQuest II\UI\ProfitUI_QuickRaidButtons.txt file
make sure that the path and file name are correct


i dont know how the path or file name can be wrong since im just editing the file thats allready there



<Page Name="Dirge">
<Data Name="Button1" Macro="SpellForMyLevel='1033316620'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(44) Elegy at Death&apos;s Door"/>
<Data Name="Button2" Macro="SpellForMyLevel='3390154729'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(58) Elegy of Awakening"/>
<Data Name="Button3" Macro="SpellForMyLevel='1492846922'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 78)
SpellForMyLevel=COND ? '847451313' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="Oration of Sacrifice Line"/>
<Data Name="Button4" Macro="SpellForMyLevel='3677033782'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(80) Gravitas"/>
<Data Name="Button5" Macro="tell Parent.Target Heart&apos;/&apos;Shard please" Tooltip="Heart/Shard request"/>

Papabard 10-03-2009 08:37 PM

theres a directory missing unless of course you actually have profit ui installed into the root of the UI folder. C:\Program Files\Sony\EverQuest II\UI\Profit UI\ProfitUI_QuickRaidButtons.txt file

also make sure its not set to read only. Right click properties

timberbtc 10-03-2009 10:55 PM

thank you i had it read only lol

timberbtc 10-04-2009 11:03 AM

now when i edit it profit no longer works and im back to eq2ui
this is the changes i made


<Page Name="Dirge">
<Data Name="Button1" Macro="tell Parent.Target INc REZ
raidsay INC REZ on Parent.Target "SpellForMyLevel='1033316620'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(44) Elegy at Death&apos;s Door"/>
<Data Name="Button2" Macro="tell Parent.Target INC REZ
raidsay INC GRP REZ on Parent.Target"SpellForMyLevel='3390154729'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(58) Elegy of Awakening"/>
<Data Name="Button3" Macro="SpellForMyLevel='1492846922'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 78)
SpellForMyLevel=COND ? '847451313' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="Oration of Sacrifice Line"/>
<Data Name="Button4" Macro="SpellForMyLevel='3677033782'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(80) Gravitas"/>
<Data Name="Button5" Macro="tell Parent.Target Heart&apos;/&apos;Shard please" Tooltip="Heart/Shard request"/>


please if im doing it wrong let me know

Papabard 10-04-2009 12:18 PM

Remove the Quotes at Spellformylevel

<Page Name="Dirge">
<Data Name="Button1" Macro="SpellForMyLevel='1033316620'
useabilityonplayer Parent.Target SpellForMyLevel
raidsay Rez on Parent.Target" Tooltip="(44) Elegy at Death&apos;s Door"/>
<Data Name="Button2" Macro="SpellForMyLevel='3390154729'
useabilityonplayer Parent.Target SpellForMyLevel
raidsay Rez on Parent.Target Group" Tooltip="(58) Elegy of Awakening"/>
<Data Name="Button3" Macro="SpellForMyLevel='1492846922'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 78)
SpellForMyLevel=COND ? '847451313' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="Oration of Sacrifice Line"/>
<Data Name="Button4" Macro="SpellForMyLevel='3677033782'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(80) Gravitas"/>
<Data Name="Button5" Macro="tell Parent.Target Heart&apos;/&apos;Shard please" Tooltip="Heart/Shard request"/>
</Page>

ucellin 10-05-2009 10:14 AM

You may want to edit it with a program like notepad++ so it doesnt get corrupted

I went with this :



and I was able to get the grp res to work but not the single, no idea why

gm9 10-05-2009 10:41 AM

Quote:

Originally Posted by ucellin (Post 86388)
and I was able to get the grp res to work but not the single, no idea why

Because of the apostrophe, check the FAQ on that.


All times are GMT -5. The time now is 07:41 AM.

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