Fires of Heaven Guild Message Board  

Go Back   Fires of Heaven Guild Message Board > Fires of Heaven Related Forums > MMORPG General Discussion
User Name
Password
ForumSpy Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-25-2006, 11:10 AM   #1 (permalink)
Kreugen
Fires of Heaven Ancient
 
Join Date: Jan 2002
Posts: 2,740
+45 Internets
Warcraft Mods

I'm looking for replacements for two mods that are handy but haven't been updated.

First is PVPBandage, which provides a /slash command for picking the best bandage you have depending on what battleground you are in. I don't use/like autobar, I believe that's what most people use for this function.

Second is a simple assist mod, now that AssistbyName() is gone they've all been nuked. I don't need ten assists with their names on my screen and their targets and their targets target and loads of other shit that only healers and MT's need. I just mean the type where you push one hotkey to pick an assist, then another hotkey to assist that person. I saw a macro to do it on EJ but never could get it to work and their website never emails me my confirmation info.

I've been able to find everything else I need (mostly ACE) and build a UI I'm happy with after catching up with all the new shit that's come out during my year hiatus.
Kreugen is offline   Reply With Quote
Old 12-25-2006, 11:21 AM   #2 (permalink)
Derketo
Salty Lumberjack
 
Join Date: Jul 2005
Posts: 181
+0 Internets
A simple assist macro seems to be all you're looking for? No need to get a mod to do that for you
__________________
I'll be alright when we get to pass out time.
Derketo is offline   Reply With Quote
Old 12-25-2006, 12:07 PM   #3 (permalink)
Deris
Banned
 
Deris's Avatar
 
Join Date: Feb 2002
Location: Rochester, NY
Posts: 1,628
-7 Internets
Can even set your focus to be the MA
Deris is offline   Reply With Quote
Old 12-25-2006, 01:09 PM   #4 (permalink)
Loads
Registered User
 
Join Date: Dec 2003
Location: Austin, Tx
Posts: 8
+0 Internets
Thanks to Gello for this.

Quote:
Set Assist:
/script local n=UnitName("target") if n and not InCombatLockdown() then EditMacro(GetMacroIndexByName("Assist"),"Assist",nil,"/assist "..n) DEFAULT_CHAT_FRAME:AddMessage("Assist set to "..n) end

Assist:
/assist (anything -- above macro edits this one)
Loads is offline   Reply With Quote
Old 12-26-2006, 05:19 AM   #5 (permalink)
Kreugen
Fires of Heaven Ancient
 
Join Date: Jan 2002
Posts: 2,740
+45 Internets
MainAssist (wowace.com) is working well enough for me I guess.

Still can find nothing to replace PVPBandage, though.
Kreugen is offline   Reply With Quote
Old 12-26-2006, 07:23 AM   #6 (permalink)
Sinzar
Registered User
 
Join Date: Nov 2002
Posts: 27
+0 Internets
I'm fairly sure it's no longer possible to let the game or a mod choose which bandage to use for you with a single button. Closest you could do is a macro which randomly uses one of your bandages using the /userandom command, which of course really isn't all that useful.

Then again, there are UI coders that find unique ways around everything, so where there's a will, there's a way!
Sinzar is offline   Reply With Quote
Old 12-26-2006, 08:05 AM   #7 (permalink)
FuckYou
snape kills razorgore
 
FuckYou's Avatar
 
Join Date: Jun 2002
Posts: 2,702
+0 Internets
autobar really is (was?) the best solution. though not necessarily intuitive you can make it into a single button bandage rig.
__________________
vagoo - belf paladin - black dragonflight
armory profile
get hooked on on the patchtimer.org forums
http://forums.patchtimer.org
FuckYou is offline   Reply With Quote
Old 12-26-2006, 08:07 AM   #8 (permalink)
Chaotic
You are not damn right
 
Chaotic's Avatar
 
Join Date: Mar 2003
Location: NYC
Posts: 1,496
Send a message via AIM to Chaotic
While we are on the topic of macros, anyone have something for feral druid?

Like, (check for DoT) true = rake not true = DoT

Rinse repeat.
__________________
Imscared - Orc Hunter - Rivendare (WoW)
Rhllor - Orc Warlock - Rivendare (WoW)
Marked - Stygian Herald of Xotli - Deathwhisper (AoC)
Panic - Lesser Giant Dread Knight - Flamehammer (Vanguard) retired
Arrogant - High Elf Sorcerer - Flamehammer (Vanguard) retired
Visvires - Dark Elf Shadow Knight - Drinal (Everquest) retired
Chaotic is offline   Reply With Quote
Old 12-26-2006, 08:16 AM   #9 (permalink)
yknits
eats paste
 
Join Date: Apr 2002
Location: fresno, ca
Posts: 215
+0 Internets
Send a message via ICQ to yknits Send a message via AIM to yknits Send a message via Yahoo to yknits
Quote:
Originally Posted by Sinzar View Post
I'm fairly sure it's no longer possible to let the game or a mod choose which bandage to use for you with a single button. Closest you could do is a macro which randomly uses one of your bandages using the /userandom command, which of course really isn't all that useful.

Then again, there are UI coders that find unique ways around everything, so where there's a will, there's a way!

Depends on what he is asking. If he is asking how to let a macro choose which size of bandage to use, it is not possible anymore.

If, on the other hand, he wants to say let the macro run through a cast sequence, it is entirely possible.

Say he loads up on 3 types of BG specific bandages. Then he can cast sequence the bandages which will proceed after failure to the next line. Being that the bandages are BG specific, he can use 1 macro for all 3. If he's in AV and tries to use a WSG bandage it will fail. ETC...
__________________
Booking West Coast Bands
http://www.wizardsound.com
yknits is offline   Reply With Quote
Old 12-26-2006, 09:02 AM   #10 (permalink)
Lweniel
Registered User
 
Join Date: Mar 2002
Posts: 93
+1 Internets
Quote:
Originally Posted by Chaotic View Post
While we are on the topic of macros, anyone have something for feral druid?

Like, (check for DoT) true = rake not true = DoT

Rinse repeat.
I believe that's impossible now, you can't change the ability on a button in combat. Best you could do is have 2 buttons and have the correct one light up.
Lweniel is offline   Reply With Quote
Old 12-26-2006, 09:16 AM   #11 (permalink)
FuckYou
snape kills razorgore
 
FuckYou's Avatar
 
Join Date: Jun 2002
Posts: 2,702
+0 Internets
staring at buttons is a fun mini game
__________________
vagoo - belf paladin - black dragonflight
armory profile
get hooked on on the patchtimer.org forums
http://forums.patchtimer.org
FuckYou is offline   Reply With Quote
Old 12-26-2006, 10:17 AM   #12 (permalink)
Zamar
Registered User
 
Join Date: Dec 2004
Posts: 142
+0 Internets
It'd be actually useful to have a macro topic imo.

One thing I'd love to know, is it possible anymore to cast 2 spells at once when the first doesn't activate global cooldown? it used to be possible with /script SpellStopCasting(); but now when I use it it says the macro used a command reserved to blizzard UI :/
Zamar is offline   Reply With Quote
Old 12-26-2006, 11:08 AM   #13 (permalink)
Trifle
Registered User
 
Join Date: Aug 2005
Posts: 32
+0 Internets
you can just use /stopcast now or some such (I forget the exact slash command) to do the same thing. Works pretty much the same way.
Trifle is offline   Reply With Quote
Old 12-26-2006, 11:13 AM   #14 (permalink)
NeuadvenBonechillerr
Banned
 
Join Date: Jul 2003
Posts: 368
-7 Internets
Quote:
Originally Posted by Lweniel View Post
I believe that's impossible now, you can't change the ability on a button in combat. Best you could do is have 2 buttons and have the correct one light up.
Well I have one on my druid that if I'm stealthed it ambushes, if I'm not it mangles.

also stealth = pounce nostealth=backstab. . .but I don't know about checking debuffs such as dots.
NeuadvenBonechillerr is offline   Reply With Quote
Old 12-26-2006, 11:24 AM   #15 (permalink)
Loads
Registered User
 
Join Date: Dec 2003
Location: Austin, Tx
Posts: 8
+0 Internets
Quote:
Originally Posted by Kreugen View Post
MainAssist (wowace.com) is working well enough for me I guess.

Still can find nothing to replace PVPBandage, though.
Bandage Pro might work for you. I've yet to play around with it much.
World of Warcraft Addons: Bandage Pro | World of Warcraft @ Curse
Loads is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On
uberguilds network



All times are GMT -7. The time now is 04:31 AM.


Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 RC6