any chance you could get the rogues to use Hemo instead of SS, i would personally edit it if i knew how, thanks
Look in the combat section of the code. There is probably some sort of thing like... "HonorBuddy.SpellManager.Cast("Sinister Strike");" (Obviously wrong syntax, just an example) Just change that to whatever you would like. (A quick find would be to search for "Sinister Strike" in a text editor)
yes, i tried this, and im still trying this using visual C# didnt work the first time but ill try and figure it out and post if i am succesful, thanks for the advice![]()
And then i changed all the places it says "Evasion" to "Vanish".// Evasion
void Evasion()
{
if (Me.GotTarget &&
targetDistance <= 5 &&
SpellManager.CastSpell("Evasion"))
{
slog("Evasion.");
}
}
Maybe if Hemo is not added under the spells section it can't find and use it.
This is what i did to add Vanish:
I copied one of the existing spells in the spell section.
EX.
And then i changed all the places it says "Evasion" to "Vanish".
Try doing that. And then what Forb1d said. Maybe it will work
Im also fiddling with and slowly learning.
Lasmigos!! You are THE BEST!! did what you said and my rogue is hemo'ing like there is no tomorrow, thanks A LOT mate
Edit: Also made it use Kidney Shot instead of Evi, this is great!
Can anyone of you that have fixed the Rogue.cc to do a bit smarter spells upload it?![]()
I'm glad i could help!!
Does your CC engage the enemy with stealth? - if not how did you change it so it does not?
What exactly did you change to make it open with Hemo?
I would love to, but right know it seems that it doesn't work for me. I get the "Can't start - No combat class is loaded!" error. It's so annoying.
Can anyone of you that have fixed the Rogue.cc to do a bit smarter spells upload it?![]()
Now i have gotten it to work right.
I've just edited Jordan's rogue profile so now it stealths - opens with "Garrote" and closes with "Kidney Shot" (for survival - thanks ikyprianou69)
By using it i have increased my XP/h - but that could just be me and the way i have organized the talent tree.
So if it anyone would want it, here it is: