![]() |
the
Code:
<Data Name="Button2" Macro="useabilityonplayer Parent.Target "Elegy of Awakening"also tried Code:
<Data Name="Button2" Macro="useabilityonplayer Parent.Target "Elegy of Awakening"any ideas? |
I currently don't use the quickraid buttons but would like to start to clear up some hotbar space. All of the buttons work but I can't get the text to show for /raid, /say or /tell.
Code:
<Page Name="Dirge"> |
This won't fix your ' problems but " is written " not &qout; in XML.
The next update may give us a better way to encode some of those characters. |
Ok so I went back and correct all my spelling mistakes...any other clues as to why the chat text isn't coming through?
|
Yes, you must not enclose the Parent.Target into the " as well. The correct code would be like this (this is SOE's strange notion of correct XML encoding... let's hope they really fix it due to recent discussions):
<Data Name="Button5" Macro="useabilityonplayer Parent.Target Elegy of Awakening |
Thanks I will give that a try. Also i don't know a thing about XML coding unless i copy and paste. but woudln't
say Group Rezzing Parent.Target"'"s group" Tooltip="Group"/> come out looking like Parent.target" 'S " group ? So now it looks like this. Code:
<Page Name="Dirge"> |
No, it will come out fine, that's why I said it's SOE's strange way of doing it. The outer " serves as an indicator not to parse the ' within as code, but rather as text. You could also theoretically not encode the ' but I prefer to do it.
Another strange things is that if you put the " directly after the ' then the game will add a space after the ' during runtime, which is why I put the " only after the 's. Not saying it makes any sense, just coping with how it works here. :p |
Ok tried the quick buttons listed above on tonights raid, the buttons themselves work. But i still can't get the text to work.
|
It worked in my testing. Try to copy&paste exactly like above. I changed it back to raidsay what you originally wanted so you won't have to change anything (or keep the say for testing purposes).
|
<Data Name="Button2" Macro="useabilityonplayer Parent.Target Elegy of Awakening
raidsay Group Rezzing Parent.Target"'s" group" Tooltip="Group"/> Didn't work HOWEVER <Data Name="Button2" Macro="useabilityonplayer Parent.Target Elegy of Awakening raidsay Group Rezzing Parent.Target "'s" group" Tooltip="Group"/> Did Thanks for all the help |
Ah hmm, where have I lost that space - thanks!
|
Level Specific skills
would it be possible to set these buttons up with if then variables lets say for a guardian it would be if player level = or < 70 cast interceed if player level = or < 60 cast such and such on the same button would make this a nice way of not having to do so much editing for alts :) any feed back would be appreciated
|
Yes it works
Good question. Was going to post this for RoK next week when everybody moves into T8 and gets shiny new spells, but I guess I can post it right now. This is also a FAQ entry, hence you get some nice coloring. :)
|
guess i should have dug a little deeper for the info thank ya for the quick response now time to incorporate it into the quick raid :)
|
okay a slight twist for ya got the level dependant spell to work fine, but seems a waste to have 5 hotbars on your own name you can't use, so is it possible to do dual cond macro's for the same button to lets say cond group0.member = parent.target then possibly setup self buffs on it using again level dependant codin lol extravagant i know but still something i'd like to try :)
thanks in advance |
At the rate you are going I'll refer you to this thread. It explains all the operators.
To get your name you can refer to Parent.Parent.Parent.GroupMembers.GroupMember0.MemberInfoPage.Name.Text. So you would add a line at the beginning ITSME=(Parent.Parent.Parent.GroupMembers.GroupMember0.MemberInfoPage.Name.Text== Parent.Target) and then add a line SpellForMyLevel=ITSME ? BuffForLevel56 : SpellForMyLevel for each level. :) |
I finally got my quick raid buttons to work except for one small problem ( and it's probably something i'm doing wrong). What i'm running into is my first chat text will work but my second does not. I thought it might be the sequence so I tried putting the /tell before /raidsay, now i get the tells to work but not the other.
Quote:
|
Quote:
|
I'm having a bit of a different problem. Mainly, I want to keep the 1st button from fading out and have tried to alter the code without success. Help appreciated.
|
Quote:
|
That fixed mine.
Thanks |
I realize you probably have a new Quick Raid buttons file in the works but...
here is what I have.. Code:
<Page Name="Dirge">I also tried < but that did nothing Still new to Xml -.- Thanks |
You must enclose it in '
|
Lol that's so nuts because in the line of code above is ' is surrounded by " O.o I'll give it a try.
|
Thanks man worked great
|
| All times are GMT -5. The time now is 01:57 AM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI