EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Request

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 07-07-2010, 03:10 PM
Rhianna's Avatar
Rhianna Rhianna is offline
A Young Mystail Rat
 
Join Date: Sep 2006
Server: Antonia Bayle
Posts: 7
Default Click to use Necrotic Flashpot

On some raid fights its necessary to use an item to unstun/stifle a raid member and I thought about making this a bit easier.

To that end I've been trying to modify profits quick raid buttons to use items on raid members instead of spells / abilities.

Of course nothing is that easy and my attempts have all failed so far.

The code below should work...well...I thought it should....but i get the error message

"This spell or ability is no longer available"

<Data Name="Button5" Macro="SpellForMyLevel='-661875382' useabilityonplayer Parent.Target SpellForMyLevel "Tooltip="Necrotic Flashpot"/>

I would really appreciate any help on this as its driving me nuts trying to figure out what Im doing wrong.





thanks in advance...
Rhianna

Last edited by Rhianna : 07-13-2010 at 06:16 PM. Reason: Edited to better clarify what the problem is :/
Reply With Quote
  #2  
Unread 07-19-2010, 07:11 PM
Komeo Komeo is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 7
Default

I've also been trying to set this up...I've managed to get it to partially work... it still requires you to target the raid member in order for the item to be used....

<Data Name="Button3" Macro="use_itemvdl -661875382 Parent.Target" Tooltip="Necrotic Flashpot"/>

I'm a noob at this and I'm unsure on how to get it to where you don't have to target a player manually in order for it to work....Maybe this is not possible when it comes to using items on players?

Last edited by Komeo : 07-19-2010 at 07:16 PM.
Reply With Quote
  #3  
Unread 07-19-2010, 09:37 PM
Komeo Komeo is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 7
Default

See new post in the Profit Ui forum in regards to this Rhianna.....getting some responses there....
Reply With Quote
  #4  
Unread 07-20-2010, 02:23 PM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

Well, useitemvdl does not accept targeting parameters and useabilityonplayer doesn't accept item IDs because they are not abilities.

To state the obvious, the player must be targeted before you use the item. I'm not sure if adding a target command in the macro will be quick enough to actually target them before it uses the item. Target commands are historically slow because the server has to respond to the request.
Reply With Quote
  #5  
Unread 07-21-2010, 05:16 PM
ObsidianDragon ObsidianDragon is offline
A Berserk Golem
 
Join Date: Aug 2005
Server: Oasis
Posts: 57
Default

I used to do this with the salts in ToMC long, long ago. I made my profit button as follows
Code:
<Data Name="Button5" Macro="target Parent.Target
	do_file_commands raidcommand.txt" Tooltip="Target then raidcommand"/>
then in notepad I made raidcommand.txt in the root eq2 folder (not the ProfitUI folder!) with the following
Code:
use_itemvdl 691299720
assist mainassistguy
and I'd replace mainassistguy with whomever I wanted to switch back to assisting after salting. The advantage to this is that I could edit raidcommand.txt to change it even while the game was running. Thus, it would be easy to adjust it in run time to whatever item you want to use on the raidmember, and obviously you could replace "assist mainassistguy" with "target mobname" based on your needs for the particular fight.

use_itemvdl, at least when used in a do_file_commands, has been slow enough to hit after the initial target change, at least for me.
Reply With Quote
  #6  
Unread 07-22-2010, 11:37 AM
Rhianna's Avatar
Rhianna Rhianna is offline
A Young Mystail Rat
 
Join Date: Sep 2006
Server: Antonia Bayle
Posts: 7
Default

thats awesome ObsidianDragon, thanks for posting ! Off to try it out now
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 11:34 AM.


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