EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
Thread Tools Search this Thread Display Modes
  #126  
Unread 08-07-2008, 10:26 AM
ToejaMtbh ToejaMtbh is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 10
Default

Cheers again. Right so now:

Code:
	<Page Name="Troubador">
		<Data Name="Button1" Macro="useabilityonplayer Parent.Target &quot;Jester&apos;s Cap&quot;
raidsay oOO Parent.Target OOo you have a new cap, isnt it pretty!
groupsay oOO Parent.Target OOo you have a new cap, isnt it pretty!" Tooltip="Jester&apos;s Cap"/>
Is what I have and it works and goes on the right target, it says the right name in raid but two things:

One the group macro isn't working (I mainly want that cos most jesters cap goes on my group in raids and secondly for when I'm just grouping)

Two: It always puts a space like this: oOO Parent.Target OOo you have a new cap, isnt it pretty !

See the space between the y of pretty and the !? lol - minor thing I know, just strange I guess. Would it do the same if it was a . ?
Reply With Quote
  #127  
Unread 08-07-2008, 10:36 AM
ToejaMtbh ToejaMtbh is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 10
Default

Oh ok, I've changed it.. and I think I moved the " closer and fixed it:

Code:
	<Page Name="Troubador">
		<Data Name="Button1" Macro="useabilityonplayer Parent.Target &quot;Jester&apos;s Cap&quot;
raidsay oOO Parent.Target OOo you have a new cap, isnt it pretty. 
gsay oOO Parent.Target OOo you have a new cap, isnt it pretty." Tooltip="Jester&apos;s Cap"/>
This works fine, it doesn't like using a ! for some reason it always puts a space, maybe you need that &quote; thing round it I'm not sure I didn't test it.

I was tempted to try a - and some (( to make things stand out but I decided against it lol.
Reply With Quote
  #128  
Unread 11-18-2008, 05:26 PM
Samedai Samedai is offline
A Young Mystail Rat
 
Join Date: Mar 2008
Server: Antonia Bayle
Posts: 3
Default Confront Fear?

Hey GM9, I've been trying to replace the heart/shard request with Confront Fear for the dirge setup, but everytime I do that it goes back to the default. I'm using the Notepad++ that you recommended, but still no luck. Any chance you could post what changing button 5 to Confront Fear should look like, so that I don't butcher it anymore? Thanks much.
Reply With Quote
  #129  
Unread 11-18-2008, 05:57 PM
Samedai Samedai is offline
A Young Mystail Rat
 
Join Date: Mar 2008
Server: Antonia Bayle
Posts: 3
Default

nevermind on the above post. i was able to get confront fear to work on button 5. however, i'm not getting any of the tells, raidsay, or gsay to come out when i activate them. here's what my dirget page looks like

<Page Name="Dirge">
<Data Name="Button1" Macro="SpellForMyLevel=&quot;Elegy at Death&apos;s Door&quot;
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(44) Elegy at Death&apos;s Door"/>
raidsay Rez on Parent.Target
gsay Rez on Parent.Target
<Data Name="Button2" Macro="SpellForMyLevel='Elegy of Awakening'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(58) Elegy of Awakening"/>
raidsay Group Rez on Parent.Target
gsay Group Rez on Parent.Target
<Data Name="Button3" Macro="SpellForMyLevel='Speech of Sacrifice'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 78)
SpellForMyLevel=COND ? 'Oration of Sacrifice' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(65) Oration of Sacrifice
(78) Speech of Sacrifice"/>
tell Parent.Target Lifetapping to you
<Data Name="Button4" Macro="SpellForMyLevel='Gravitas'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(80) Gravitas"/>
tell Parent.Target Hey Parent.Target You have Gravitas now
<Data Name="Button5" Macro="useabilityonplayer Parent.Target Confront Fear" Tooltip="Confront Fear"/>
tell Parent.Target Your Rez Effects are Removed
say Rez Effects Removed from Parent.Target
</Page>

any idea why it's not working?
Reply With Quote
  #130  
Unread 11-18-2008, 06:07 PM
Samedai Samedai is offline
A Young Mystail Rat
 
Join Date: Mar 2008
Server: Antonia Bayle
Posts: 3
Default

well now i just feel silly. third and final post. i figured out the problem and it's all taken care of. great UI gm9...just a bunch of operator error going on here.
Reply With Quote
  #131  
Unread 11-19-2008, 03:44 PM
ijoodunk ijoodunk is offline
A Coastal Crab
 
Join Date: Nov 2006
Server: Antonia Bayle
Posts: 1
Default making gravitas timeable

Hey, first post here, and i just wanna say that i really love the UI, it rocks and i have never had any problems with it.

The question i have is that i wanna be able to use the UI to time gravitas using ACT, is this even possible???

I have seen posts on eq2 flames about the subject, and iv tried to get something similar going but to no success. I am new to all the UI modding stuff and i really dont have a clue about any of it, which is probably why i have had no success. the code i use for my buttons at the moment is:

</Page>
<Page Name="Dirge">
<Data Name="Button1" Macro="useabilityonplayer Parent.Target &quot;Gravitas&quot;
tell Parent.Target You now have Improved Healing
gsay Improved Healing for Parent.Target" Tooltip="Gravitas"/>
<Data Name="Button2" Macro="useabilityonplayer Parent.Target &quot;Elegy at Death&apos;s Door&quot;
tell Parent.Target &quot;Inc Rez &quot;
raidsay Rezzing Parent.Target" Tooltip="Single Rez"/>
<Data Name="Button3" Macro="useabilityonplayer Parent.Target Elegy of Awakening
raidsay Group Rezzing Parent.Target &quot;&apos;s&quot; group
say Group Rezzing Parent.Target &quot;&apos;s&quot; group" Tooltip="Group"/>
<Data Name="Button4" Macro="useabilityonplayer Parent.Target Speech of Sacrifice" Tooltip="Heal"/>
<Data Name="Button5" Macro="tell Parent.Target Heart&apos;/&apos;Shard please" Tooltip="Heart/Shard request"/>

Im really not sure if this is possible, and i would really appreciate any help at all plz
Reply With Quote
  #132  
Unread 11-19-2008, 06:07 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

you need to configure your ACT to do that, this has nothing to do with the UI
__________________
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
  #133  
Unread 01-13-2012, 06:59 PM
doubl-a_ron's Avatar
doubl-a_ron doubl-a_ron is offline
A Brown Bear
 
Join Date: Jun 2006
Server: Nagafen
Posts: 12
Default

I need help i canot get this to work it only want to cast nature's Elixir and ignors the rest....

<Data Name="Button3" Macro="
useabilityonplayer Parent.Target Back into the Fray III" Macro="
useabilityonplayer Parent.Target &quot;Nature&apos;s Slave&quot;" Macro="
useabilityonplayer Parent.Target &quot;Nature&apos;s Elixir&quot;" Tooltip="HEAL!"/>
i have trouble with spells that have an apostrophe in them
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 05:48 AM.


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