EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
Thread Tools Search this Thread Display Modes
  #26  
Unread 04-20-2010, 11:32 AM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Send a message via Yahoo to TalTal
Default

Updated Warlock, Dirge, and Shadownight.

Silat

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

Last edited by TalTal : 06-05-2010 at 12:01 PM.
Reply With Quote
  #27  
Unread 05-07-2010, 08:57 AM
jheidecker jheidecker is offline
A Young Mystail Rat
 
Join Date: Mar 2006
Server: Antonia Bayle
Posts: 7
Default

Dirge "Confront Fear" = 3601331586
Reply With Quote
  #28  
Unread 05-09-2010, 10:38 AM
rxspace rxspace is offline
A Forest Scavenger
 
Join Date: Oct 2005
Server: Antonia Bayle
Posts: 18
Default Amends Please Add

is there any way you can add Amends to slot 4 of a palley
Reply With Quote
  #29  
Unread 05-09-2010, 11:18 AM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

<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.
Reply With Quote
  #30  
Unread 05-09-2010, 03:52 PM
rxspace rxspace is offline
A Forest Scavenger
 
Join Date: Oct 2005
Server: Antonia Bayle
Posts: 18
Default Thank you

Thanks so much
Reply With Quote
  #31  
Unread 05-18-2010, 08:14 AM
jheidecker jheidecker is offline
A Young Mystail Rat
 
Join Date: Mar 2006
Server: Antonia Bayle
Posts: 7
Default

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.
Reply With Quote
  #32  
Unread 05-18-2010, 09:52 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

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.
__________________
Reply With Quote
  #33  
Unread 05-18-2010, 03:27 PM
jheidecker jheidecker is offline
A Young Mystail Rat
 
Join Date: Mar 2006
Server: Antonia Bayle
Posts: 7
Default

Thanks a lot! Works perfectly.
Reply With Quote
  #34  
Unread 05-19-2010, 07:11 PM
Ashrym Ashrym is offline
A Coastal Crab
 
Join Date: May 2010
Server: Unkown
Posts: 1
Default 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)

Last edited by Ashrym : 05-19-2010 at 07:15 PM. Reason: PS - Swarthy Disorder
Reply With Quote
  #35  
Unread 06-17-2010, 04:56 PM
g0dless420's Avatar
g0dless420 g0dless420 is offline
Dyadem @ Zam.com
Premium Member
 
Join Date: Jul 2008
Server: Everfrost
Posts: 31
Send a message via AIM to g0dless420 Send a message via Yahoo to g0dless420 Send a message via Skype™ to g0dless420
Default

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.
Reply With Quote
  #36  
Unread 06-17-2010, 06:49 PM
g0dless420's Avatar
g0dless420 g0dless420 is offline
Dyadem @ Zam.com
Premium Member
 
Join Date: Jul 2008
Server: Everfrost
Posts: 31
Send a message via AIM to g0dless420 Send a message via Yahoo to g0dless420 Send a message via Skype™ to g0dless420
Default

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).

Last edited by g0dless420 : 06-17-2010 at 07:19 PM.
Reply With Quote
  #37  
Unread 06-24-2010, 10:59 AM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Send a message via Yahoo to TalTal
Default

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

Silat
Reply With Quote
  #38  
Unread 06-29-2010, 11:40 PM
Nikar Nikar is offline
A Crazed Gnoll
 
Join Date: Mar 2005
Server: Unrest
Posts: 24
Default

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
Reply With Quote
  #39  
Unread 06-30-2010, 11:13 AM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Send a message via Yahoo to TalTal
Default

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

Silat
Reply With Quote
  #40  
Unread 07-03-2010, 03:34 PM
raveneye_pl raveneye_pl is offline
A Brown Bear
 
Join Date: Dec 2006
Server: Antonia Bayle
Posts: 13
Default

Conjuror - T9 spells

Flameshield VI 4285749358
Fire Seed vi 3842085846
Reply With Quote
  #41  
Unread 07-03-2010, 05:18 PM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Send a message via Yahoo to TalTal
Default

File is updated for conjuror.

Silat
Reply With Quote
  #42  
Unread 07-13-2010, 01:10 PM
azraelteir azraelteir is offline
A Brown Bear
 
Join Date: Dec 2005
Server: Antonia Bayle
Posts: 8
Default

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"/>
Reply With Quote
  #43  
Unread 07-13-2010, 02: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

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
Reply With Quote
  #44  
Unread 07-13-2010, 02:45 PM
azraelteir azraelteir is offline
A Brown Bear
 
Join Date: Dec 2005
Server: Antonia Bayle
Posts: 8
Default

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.
Reply With Quote
  #45  
Unread 07-14-2010, 09:34 AM
azraelteir azraelteir is offline
A Brown Bear
 
Join Date: Dec 2005
Server: Antonia Bayle
Posts: 8
Default

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.
Reply With Quote
  #46  
Unread 07-15-2010, 01:39 AM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

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.
Reply With Quote
  #47  
Unread 07-15-2010, 03:44 AM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

Nature's Renewal V Level 90 3013922856
Reply With Quote
  #48  
Unread 07-31-2010, 03:29 AM
Zuzul Zuzul is offline
A Coastal Crab
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 1
Question

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"/>
Reply With Quote
  #49  
Unread 07-31-2010, 03:31 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Send a message via AIM to Drumstix42 Send a message via MSN to Drumstix42 Send a message via Yahoo to Drumstix42
Default

There is no way to cast an item on a specific person without targeting them first. This is a game limitation.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #50  
Unread 08-17-2010, 09:59 AM
azraelteir azraelteir is offline
A Brown Bear
 
Join Date: Dec 2005
Server: Antonia Bayle
Posts: 8
Default

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?
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 11:51 PM.


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