EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 03-19-2008, 03:31 PM
zabom zabom is offline
A Berserk Golem
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Antonia Bayle
Posts: 55
Default quick cure macros

is there a way to tie a chat macro into the click to cures? in t8 raids, there is a lot of need for cooperative curing. I find that i wast a lot of time curing arcane (im a wizzy) at the same time another group members cure the same person. if a macro something like /gs curing %t arcaine could be added, it would make using it more efficiant.
Reply With Quote
  #2  
Unread 03-19-2008, 04:19 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

open _ProfitUI_CuresCode.xml in a text editor.

Find on the third line:
<Button Name="CureSpell" OnActivate="useabilityonplayer Parent.Target Parent.Cure
Activated=false"/>
replace with
<Button Name="CureSpell" OnActivate="useabilityonplayer Parent.Target Parent.Cure
groupsay Casting Parent.Cure on Parent.Target
Activated=false"/>
__________________
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
  #3  
Unread 03-20-2008, 09:31 AM
zabom zabom is offline
A Berserk Golem
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Antonia Bayle
Posts: 55
Talking

Thank you soooo much. This will be a big help.
Reply With Quote
  #4  
Unread 03-21-2008, 08:42 AM
zabom zabom is offline
A Berserk Golem
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Antonia Bayle
Posts: 55
Default

unfortuntly this doesn't seem to work. I copied and pasted, so i know it went in correctly. The cures still work fine, but the groupsay does not happen. after it didn't work on the first test. I used the autoloader to get a clean copy and replaced the line a second time. Still no luck.

any suggestions?
Reply With Quote
  #5  
Unread 03-21-2008, 09:50 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

There is no reason why it would not work. Make sure you are in a group and using a spell to cure someone else (the code I posted won't work if you cure yourself using potions).

If you want to test this on yourself without a group you can of course change groupsay -> say.
__________________
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
  #6  
Unread 03-23-2008, 08:41 AM
robertgrode's Avatar
robertgrode robertgrode is offline
A Young Mystail Rat
 
Join Date: Aug 2006
Server: Antonia Bayle
Posts: 2
Default raid cures

i thought that at one time i saw, or was asked how to handle the group or raid cures....quey them, or cancil the current spell... for the life of me, i cant find this setting, and looking at the xml i have no idea what all that sufff is... can you help me...

I want to have cures cancil whatever i'm casting
Reply With Quote
  #7  
Unread 03-23-2008, 10:17 AM
zabom zabom is offline
A Berserk Golem
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Antonia Bayle
Posts: 55
Default

Quote:
Originally Posted by gm9 View Post
open _ProfitUI_CuresCode.xml in a text editor.

Find on the third line:
<Button Name="CureSpell" OnActivate="useabilityonplayer Parent.Target Parent.Cure
Activated=false"/>
replace with
<Button Name="CureSpell" OnActivate="useabilityonplayer Parent.Target Parent.Cure
groupsay Casting Parent.Cure on Parent.Target
Activated=false"/>
I tested this in both group and raid. I had a few guildies try it as well to make sure it wasn't just me. For som reason it just doesn't work.
Reply With Quote
  #8  
Unread 03-23-2008, 10:20 AM
zabom zabom is offline
A Berserk Golem
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Antonia Bayle
Posts: 55
Default

Quote:
Originally Posted by robertgrode View Post
i thought that at one time i saw, or was asked how to handle the group or raid cures....quey them, or cancil the current spell... for the life of me, i cant find this setting, and looking at the xml i have no idea what all that sufff is... can you help me...

I want to have cures cancil whatever i'm casting
just to the right of your name in the group window are 2 buttons that are invisable till you mouse over them. I believe thats what you aer looking for.
Reply With Quote
  #9  
Unread 03-23-2008, 11:19 AM
robertgrode's Avatar
robertgrode robertgrode is offline
A Young Mystail Rat
 
Join Date: Aug 2006
Server: Antonia Bayle
Posts: 2
Default thanks

thanks zabom, i will look for the button.

on the abova thing, my code already says whats listed above, but i have never seen the cures in group.

Last edited by robertgrode : 03-23-2008 at 11:23 AM.
Reply With Quote
  #10  
Unread 03-23-2008, 01:28 PM
sorinth sorinth is offline
A Griffon
 
Join Date: Jun 2006
Server: Najena
Posts: 160
Default

Quote:
Originally Posted by zabom View Post
just to the right of your name in the group window are 2 buttons that are invisable till you mouse over them. I believe thats what you aer looking for.
zabom are you getting any error messages or any rouge windows opening up when you do the macro above? Does the cure still work just your chat doesnt say anything?

What text editor are you using? Wordpad seems to break the code.

Follow this Link http://www.eq2interface.com/forums/s...hlight=notepad
and use notepad++ for your editing needs.

Notepad++ can be found here http://notepad-plus.sourceforge.net/uk/site.htm
Reply With Quote
  #11  
Unread 03-23-2008, 05:00 PM
zabom zabom is offline
A Berserk Golem
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Antonia Bayle
Posts: 55
Default

Quote:
Originally Posted by sorinth View Post
zabom are you getting any error messages or any rouge windows opening up when you do the macro above? Does the cure still work just your chat doesnt say anything?

What text editor are you using? Wordpad seems to break the code.

Follow this Link http://www.eq2interface.com/forums/s...hlight=notepad
and use notepad++ for your editing needs.

Notepad++ can be found here http://notepad-plus.sourceforge.net/uk/site.htm
No error messages, and the cures still work....just no text in chat. I edit everything with notepad.
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 09:20 PM.


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