Everything posted by pmpaul
-
[Shai]MutilateRogue
-
WRobot and WOW 1.12?
are any versions of wrobot working on a 1.12 Vanilla Private server?
-
use item lua in fightclasses still working?
Perfect, thanks!
-
use item lua in fightclasses still working?
It used to work on when stunned it would trigger itemslot 14 and I also had a useitem lua that would trigger to use my agility flask. neither do anymore. AssRogue.xml
-
use item lua in fightclasses still working?
Anyone else having issues getting your pvp trinket or bag items to trigger with the new update? I dont even seen it trying to use item slot 14 in the logs when stunned anymore.
-
WRobot 1.1.0 bugs reports
N] 18:22:47 - Download map "NorthrendBG\NorthrendBG_31_32.tile" [E] 18:22:47 - DownloadThread()#1: System.Net.WebException: The remote server returned an error: (404) Not Found. at System.Net.WebClient.DownloadFile(Uri address, String fileName) at System.Net.WebClient.DownloadFile(String address, String fileName) at robotManager.Helpful.Others.XPABGSFLWCUBYFXPCEMUFA() StackTrace: WriteError( text = 134217887, skipThreadAbortExceptionError = 134217888, ) XPABGSFLWCUBYFXPCEMUFA()
-
PET TARGETING
Great news! Keep up the good work!
-
Target management
Which makes for the old vanish escape trick really hard to do, I have the same problems
-
[Shai]MutilateRogue
Thanks for your efforts, amazing profile! Only thing I've added is "Shadow Walk": <FightClassSpell> <SpellName>Shadow Walk</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Stealth</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Shadow Walk</Name> </Param> </FightClassCondition> </FightClassConditions> <Priority>7</Priority> <IsBuff>true</IsBuff> <Timer>6000</Timer> </FightClassSpell> To enable increased stealth when available.