EQ2Interface

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

TalTal 04-20-2010 11:32 AM

Updated Warlock, Dirge, and Shadownight.

Silat

This Version is the most current as of 4/20/10

jheidecker 05-07-2010 08:57 AM

Dirge "Confront Fear" = 3601331586

rxspace 05-09-2010 10:38 AM

Amends Please Add
 
is there any way you can add Amends to slot 4 of a palley

Papabard 05-09-2010 11:18 AM

<Data Name="Button4" Macro="SpellForMyLevel='Amends III'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 49)
SpellForMyLevel=COND ? 'Amends II' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 35)
SpellForMyLevel=COND ? 'Amends' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(1) Amends
(35) Amends II
(49) Amends III"/>

If you're on an international I have no idea what the ID numbers for each of those are.

rxspace 05-09-2010 03:52 PM

Thank you
 
Thanks so much

jheidecker 05-18-2010 08:14 AM

I can't figure out what I'm doing wrong here. The ability is working properly and the mouse-over label is correct but I can't get the 'say' or 'raidsay' etc to work for some reason. I think I followed the instruction properly - edited to:

</Page>
<Page Name="Dirge">
<Data Name="Button1" Macro="SpellForMyLevel='1033316620'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(44) Elegy at Death&apos;s Door"/>
raidsay Rezzing Parent.Target
<Data Name="Button2" Macro="SpellForMyLevel='3390154729'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(58) Elegy of Awakening"/>
raidsay Rezzing Parent.Target GROUP
<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"/>
raidsay say Here Parent.Target I'm giving you some of my life - stifled for a few seconds...
gsay say Here Parent.Target I'm giving you some of my life - stifled for a few seconds...
<Data Name="Button4" Macro="SpellForMyLevel='3677033782'
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(80) Gravitas"/>
raidsay Gravitas on Parent.Target
<Data Name="Button5" Macro="SpellForMyLevel='3601331586'
useabilityonplayer Parent.Target Confront Fear" Tooltip="Confront Fear"/>
raidsay Removing Rez Sickness or some other effect from Parent.Target
</Page>


The ability works on the intended target but the say or raidsay lines are ignored. I don't have to tell you that overlapping rezzes due to inadequate communication can severaly hinder a raids efficiency. Targeting the player and rezzing with a hotbutton is fine but takes longer. Can anyone tell me what I'm doing wrong here?

Thanks so much.

lordebon 05-18-2010 09:52 AM

Your raidsay lines are in the wrong place. You have them completely outside the tags, which makes them malformed information (ie ignored).

You need to put them right after the actual spell cast. Try this:

</Page>
<Page Name="Dirge">
<Data Name="Button1" Macro="SpellForMyLevel='1033316620'
useabilityonplayer Parent.Target SpellForMyLevel
raidsay Rezzing Parent.Target" Tooltip="(44) Elegy at Death&apos;s Door"/>
<Data Name="Button2" Macro="SpellForMyLevel='3390154729'
useabilityonplayer Parent.Target SpellForMyLevel
raidsay Rezzing 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
raidsay Here Parent.Target I'm giving you some of my life - stifled for a few seconds...
gsay say Here Parent.Target I'm giving you some of my life - stifled for a few seconds..." Tooltip="Oration of Sacrifice Line"/>
<Data Name="Button4" Macro="SpellForMyLevel='3677033782'
useabilityonplayer Parent.Target SpellForMyLevel
raidsay Gravitas on Parent.Target" Tooltip="(80) Gravitas"/>
<Data Name="Button5" Macro="SpellForMyLevel='3601331586'
useabilityonplayer Parent.Target Confront Fear
raidsay Removing Rez Sickness or some other effect from Parent.Target" Tooltip="Confront Fear"/>
</Page>

Note that the new commands are inside the quote, with each command starting on a new line.

jheidecker 05-18-2010 03:27 PM

Thanks a lot! Works perfectly. :nana:

Ashrym 05-19-2010 07:11 PM

Swashbucker LvL 90 Sleight of Hand
 
Swashbuckler
Sleight of Hand (90)
1283334309

Edit:

PS - Swarthy Deception IV is max lvl and is still LvL 62 and works fine (ability did not upgrade)

g0dless420 06-17-2010 04:56 PM

Necromancer
(18) Dark Heart - No upgrade
Transfer Life Line - (84) Transfer Life V "487128566"
(48) Revivication - No Upgrade
"(80) Vampirism - (90) Vampirism II "1726439588"

These numbers are currently working, I just put them into my quickraid file the other day.

g0dless420 06-17-2010 06:49 PM

I want to change ...

<Data Name="Button5" Macro="tell Parent.Target Shard please" Tooltip="Shard request"/>

to ...

<Data Name="Button5" Macro="tell Parent.Target Lifeburning if you can spare a heal" Tooltip="Lifeburning"/>


Yet every time I do..the button in game ceases to function. The tooltip is changed, I was also able to change 2 quick spell cast abilities so they properly use T9 spells, and add a gsay message to my rez spell.

This just has me stumped though, I've tried putting tell Parent.Target Lifeburning if you can spare a heal" on its own line even, with no result.

One time during my tries, I made it simply say "Heal?" ..thinking perhaps my text was too long, and loaded the game again and my guinea pig only got the ? part...so I'm getting closer..


edit # 89... got it working finally, still not a damn clue what I had wrong but the message is now appropriate (Perhaps the ? mark was a mistake).

TalTal 06-24-2010 10:59 AM

Updated file to include the necromancer buffs listed a few posts back.

Silat

Nikar 06-29-2010 11:40 PM

Its been so long now can we add this fille to the updater for those of us who took the time to add our spells

TalTal 06-30-2010 11:13 AM

I have no problem with it but it is ultimately up to the gentleman who maintains the auto updater, kaldran. ;)

Silat

raveneye_pl 07-03-2010 03:34 PM

Conjuror - T9 spells

Flameshield VI 4285749358
Fire Seed vi 3842085846

TalTal 07-03-2010 05:18 PM

File is updated for conjuror.

Silat

azraelteir 07-13-2010 01:10 PM

I have been working on reconfiguring raid button #5 for my Necromancer to use my AA ability heal (Animist's Transference). I have tried a few variations to get this to work but each time it tells me that the ability no longer available.

I followed the steps to find the spell ID which gave me "0 0 inventory_hotkey 2372375520 3084" however when I try to use this as the ability it still gives me the same results. Below are my attempts to get it to function, any help that could be offered would be appreciated, thank you.

<Data Name="Button5" Macro="useabilityonplayer Parent.Target Animist&apos;s Transference" Tooltip="Animists Transference"/>

<Data Name="Button5" Macro="useabilityonplayer Parent.Target 2372375520" Tooltip="Animists Transference"/>

Papabard 07-13-2010 02:18 PM

What I am seeing shouldn't be the case. It looks like your id is incorrect as its using the id of an inventory item. Should be the id of a spell. If you have potions on your hotbars thats what that id is for. What I would do is /savehotkeys necro.key then in game move your animal transference to hotbar 1 slot 1 and then /savehotkeys necro2.key then open that file. Your animal transfereance will be the id in 0 0 and should say 0 0 spell then the number.

After you get the number /loadhotkeys necro.key to restore you old hotkeys setup or just put attack back from your knowledge book

azraelteir 07-13-2010 02:45 PM

I had moved Animist's Transference to the #1 position in hotbar 1 and when I output to a hotkey file that is what it had showing for the 0 0 position. I think thats why I am so confused by this because it is acting as if the spell is an item and not a spell. I will try it again tonight when I get home, check it against a couple different hotbars and see what comes up. Thank you for the response.

azraelteir 07-14-2010 09:34 AM

I finally got it to work last night. It turns out that "0 0" on my hotbars is actually located on hotbar #2, not #1 as indicated in the walkthrough. Not sure why and I havent seen anybody else bring this up before, but I thought it was interesting. Thank you again for the input and help.

Papabard 07-15-2010 01:39 AM

just noticed the file on the updater is seriously out of date. I had an issue where I couldn't figure out why Nature's Renewal wasn't working so I opened my file and found the spell id wasn't input into the 1st usabilityonplayer command but was for the rest. So I looked to see what the default unedited file was and see it has only spells to level 80 in it. Where the one here as an attachment is correct. Anyway so we have an edit to Nature's Renewal line and also the need for the updated buttons to get pushed to the updater.

Papabard 07-15-2010 03:44 AM

Nature's Renewal V Level 90 3013922856

Zuzul 07-31-2010 03:29 AM

How can I use a item?
I try this command line, but don't work

Code:

<Data Name="Button5" Macro="use_itemvdl Parent.Target -661875382" Tooltip="(Item) Nekrotischer Knallmix"/>

Drumstix42 07-31-2010 03:31 AM

There is no way to cast an item on a specific person without targeting them first. This is a game limitation.

azraelteir 08-17-2010 09:59 AM

Is there any way to add a group/raid say to the Quick Curse Cure button? I would like to set it up for my Mystic to say who I am curing in Raid/Group as I am casting. Is this part of the same .xml file?


All times are GMT -5. The time now is 10:51 PM.

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