Help with a pet inspiration bind.


Descend

 

Posted

Hello,
I was hoping a bind guru could help me out with an inspiration bind for my henchman. I am trying to get this bind to make my highest bot eat a red starting with the lowest one in my inventory. Although this bind I have come up with only makes them eat the lowest level red and not the higher ones. Ive done quite a bit of searching and this bind is the best I can come up with. is this even possible? any help is appreciated!

/bind F1 "inspexec_pet_name Righteous Rage Bot$$inspexec_pet_name Focused Rage Bot$$inspexec_pet_name Enrage Bot"

I also tried this,

/bind F1 "inspexec_pet_name Bot Righteous Rage$$inspexec_pet_name Bot Focused Rage$$inspexec_pet_name Bot Enrage"


 

Posted

I tried a bunch of variations on this, once upon a time (all of which *looked* like they should have worked) -- I ended up binding z/shift+z/ctrl+z to feed them to my pets (lowest to highest).

In all fairness, I quickly got used to it and haven't revisited this in at least a year or two; something may have changed in the interim.


 

Posted

May I ask the full bind that you use?


 

Posted

Quote:
Originally Posted by Descend View Post
May I ask the full bind that you use?
I'll have to dig it out when I get home -- I'll try to remember to put it up later tonight.


 

Posted

Well, I already wrote this once, and then the forums went nutty on me, so this is a quick re-type. I will say that now that I'm used to this solution, I actually like it better -- I can save my big reds for when I need them, but don't have to burn through all the others for quick access.

From my Ninjas/FF (the Oni's name is "Oni Automaton"):

/bind z inspexecpetname "Enrage" Auto
/bind shift+z inspexecname "Focused Rage" Auto
/bind ctrl+z inspexecname "Righteous Rage" Auto



Here's a slightly different play on this from my Necro/Dark, who uses bind files to alternate damage inspirations between his Grave Knights:

c:\binds\prae\reds1.txt:

Code:
ctrl+z bindloadfilesilent c:\binds\prae\reds2.txt$$inspexecpetname "Righteous Rage" Ulrich
shift+z bindloadfilesilent c:\binds\prae\reds2.txt$$inspexecpetname "Focused Rage" Ulrich
z bindloadfilesilent c:\binds\prae\reds2.txt$$inspexecpetname "Enrage" Ulrich
c:\binds\prae\reds2.txt:
Code:
ctrl+z bindloadfilesilent c:\binds\prae\reds1.txt$$inspexecpetname "Righteous Rage" Hammett
shift+z bindloadfilesilent c:\binds\prae\reds1.txt$$inspexecpetname "Focused Rage" Hammett
z bindloadfilesilent c:\binds\prae\reds1.txt$$inspexecpetname "Enrage" Hammett