So someone passed me an updated version of Dorn's limb counter. It's pretty reliable but the small table on the upper right where all the numbers are found is driving me up the wall and hissing like a disturbed cat. I can't stare at the table while maintaining any kind of defense at all. Is there any chance there's anyone with enough familiarity with the counter who can help me set up an echo similar to what SVO's limb counter shows every time a hit connects?
0
Comments
That's an interesting idea, though. I'll take a crack at it.
1) Remove the svo.adddefinition() function call.
2) Change BM_prompttag() (and rename it, probably) to cecho the results instead of returning them.
3) Call the updated method in Dorn's provided triggers for slashes. The copy I had was missing entries for compassslash so I had to add those myself.
I'd recommend doing so for both successful and failed limb slashes. I don't know what other functionality SVO's limb counter has as I only play BM -- if there's something else you need please provide an example.