What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Please remove stampede from BM singular rotation

ZidaneT

New Member
Joined
Feb 13, 2012
Messages
27
Reaction score
0
ok, i know it's cool to have all your pets go running off and aggro everything, but if you do this in mop zones, it comes with a very high cost, they aggro *everything* and singular doesn't have time to stop combat and heal up. pretty much every single time this fires off in a mop zone, it results in player death.

please either remove stampede from the default rotation, or add it as an optional spell (like disengage).

it just pulls too much aggro.

--
yes, i am aware that i can edit it out of singular myself, i have already done this, but it's a pain in the ass to have to find and edit the code when it could be just a toggle like disengage
--
 
I came upon this thread due to a similar problem ...

Stampede doesn't really aggro for me, but last night my hunter was pulling it out to kill one turtle. This looked highly suspicious if anyone was watching. Can we edit anything to block it from happening?

Thanks!
 
I agree, blizzard screwed up the stampede
 
I came upon this thread due to a similar problem ...

Stampede doesn't really aggro for me, but last night my hunter was pulling it out to kill one turtle. This looked highly suspicious if anyone was watching. Can we edit anything to block it from happening?

Thanks!

yes

in your honourbuddy folder -> routines -> singular -> classspecific -> hunter -> beastmastery.cs

search for: Spell.Cast("Stampede"),

change to: // Spell.Cast("Stampede"),

this will comment out the spell from the rotation and prevent it from being cast by singular. it should appear three times in the file, so use your text editors search function.

pro tip: this will probably be overwitten the next time you update/redownload hb.

< subtle hint for the devs>
Gee, it sure would be nice if this spell was optional and had a toggle in the config box, just like disengage... if only a super awesome dev like natfoth were around to help out us mere mortals... ;)
</subtle hint>
 
yes

in your honourbuddy folder -> routines -> singular -> classspecific -> hunter -> beastmastery.cs

search for: Spell.Cast("Stampede"),

change to: // Spell.Cast("Stampede"),

this will comment out the spell from the rotation and prevent it from being cast by singular. it should appear three times in the file, so use your text editors search function.

pro tip: this will probably be overwitten the next time you update/redownload hb.

< subtle hint for the devs>
Gee, it sure would be nice if this spell was optional and had a toggle in the config box, just like disengage... if only a super awesome dev like natfoth were around to help out us mere mortals... ;)
</subtle hint>
This isn't working for me :( Could a dev help me out possibly?
 
This isn't working for me :( Could a dev help me out possibly?

singular just had a huge update, so any changes you have made have probably been overwritten.

i'll have a look tomorrow after work, it's past midnight now so it's sleepy-time for me :)
 
Here's the Singular BM version without Stampede, just replace your old one with this.
 

Attachments

AW: Please remove stampede from BM singular rotation

Noted and forwarded to become optional
 
Back
Top