Ok, if anyone wants to do the dirty work for me as I'm not going to be doing LFR Throne of Thunder for another week in case I decide to do it for rep. I need the npcID's of all the trolls that come out so I can add them to a table and then a function to only Ferocious Bite on instead of Rip. This way, we can at least get some reasonable DPS on them pesky trolls instead of wasting those Combo Points on a FAIL Rip that will only do like 50k DPS before the unit dies.
Use this to find out the npcID of the target you are wanting:
PHP Code:
/dump tonumber(UnitGUID("Target"):sub(-13, -9), 16)
P.S. If you can, also put, the name of the troll with it as well because I might have to add something in to possibly interrupt the target as well for certain spells as I know we need to interrupt a lot of things on this boss.