EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 09-30-2009, 06:58 PM
ucellin ucellin is offline
A Crazed Gnoll
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 22
Default 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.
Reply With Quote
  #2  
Unread 09-30-2009, 07:09 PM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

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
Reply With Quote
  #3  
Unread 10-03-2009, 11:56 AM
timberbtc timberbtc is offline
A Brown Bear
 
Join Date: Oct 2006
Server: Antonia Bayle
Posts: 10
Default

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"/>
Reply With Quote
  #4  
Unread 10-03-2009, 08:37 PM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

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
Reply With Quote
  #5  
Unread 10-03-2009, 10:55 PM
timberbtc timberbtc is offline
A Brown Bear
 
Join Date: Oct 2006
Server: Antonia Bayle
Posts: 10
Default

thank you i had it read only lol
Reply With Quote
  #6  
Unread 10-04-2009, 11:03 AM
timberbtc timberbtc is offline
A Brown Bear
 
Join Date: Oct 2006
Server: Antonia Bayle
Posts: 10
Default

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
Reply With Quote
  #7  
Unread 10-04-2009, 12:18 PM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

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>
Reply With Quote
  #8  
Unread 10-05-2009, 10:14 AM
ucellin ucellin is offline
A Crazed Gnoll
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 22
Default

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
Reply With Quote
  #9  
Unread 10-05-2009, 10:41 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by ucellin View Post
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.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 06:16 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI