
bael666
Members-
Posts
41 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by bael666
-
C_Timer.After Equivalent
bael666 replied to bael666's topic in WRobot for Wow The Burning Crusade - Help and support
Sure! EDIT: For some reason my comment won't save when I add an attachment or insert the xml as code :s -
C_Timer.After Equivalent
bael666 replied to bael666's topic in WRobot for Wow The Burning Crusade - Help and support
I got the following error when I tried to add that script to my fightclass; http://i.imgur.com/p6WjLEB.png Thanks. -
C_Timer.After Equivalent
bael666 replied to bael666's topic in WRobot for Wow The Burning Crusade - Help and support
Cool, will that into a spell field on the fightclass editor or will I need to add it some other way? Cheers. -
Hi all, In TBC a Hunter's disengage didn't do what it does now, so it can't be used to create distance between the hunter and a mob in melee range. Instead I'm currently using a MoveBackwardStart() and MoveBackwardStop() function in my FightClass. However, this looks really choppy as it executes a 1 frame key press repeatedly, I want it to move backward smoothly to make it less obvious I'm botting, but the C_Timer.After function didn't exist in TBC. So I can't do; MoveBackwardStart() C_Timer.After(200, function() MoveBackwardStop() end) So, how can I have my FightClass stop moving backward on a timer? Thanks.
-
No profiles around?
bael666 replied to doped0c's topic in WRobot for Wow The Burning Crusade - Help and support
Make your own - it takes 5 mins. I've just leveled my first char 1-70 using only self made grinder profiles - I'm not keen on the idea of sharing as it can only lead to people following the same paths making it obvious we're botting. It takes 5 mins to make your own profile. -
You could try; RunMacroText("/Cast Frost Bolt") or you can also use the command you found but instead of spellid use the position in your spellbook, eg; CastSpell(1,"spell") will cast the first spell in your spellbook; CastSpell(1,"pet") will cast the first spell in your pet's spellbook. Hope that helps.
-
Could we have a way to force the bot to go back to town and buy ammo on hunters in the tbc client, please? Thanks
-
Please give us a "pet happiness* condition for fight classes to determine when to feed our pets. Thanks
-
Whenever the WhisperScreenshot plugin is enabled in the tbc wrobot version the client crashes sd soon as I hit the start button.
-
FightClass Condition help
bael666 replied to bael666's topic in WRobot for Wow The Burning Crusade - Help and support
Seems that's not true as I now have it working (without C#). -
Hello all, I'm trying to setup my hunter fightclass to use freezing trap when my player char has aggro when fighting more than 1 mob. The xml section currently looks like this: <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>HaveTarget</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>HavePet</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetDistance</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>BiggerOrEqual</Type> <Value>6</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>DistanceMeToPet</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>BiggerOrEqual</Type> <Value>6</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>UnitAttackPlayerNear</ContionType> <Param xsi:type="FightClassConditionUnitNear"> <Number>1</Number> <Type>BiggerOrEqual</Type> <Radius>5</Radius> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Freezing Trap</SpellName> <Priority>2</Priority> <CheckSpellDistance>false</CheckSpellDistance> <CheckIfView>false</CheckIfView> <CanMoveDuringCast>Yes</CanMoveDuringCast> </FightClassSpell> Basically what I want it to do is cast freezing trap if there is 1 or more hostile units within 5 yards of my hunter, and my target and pet are more than 5 yards away (target attacking pet). But no matter waht I can't get it to cast freezing trap using these conditions, so any help would be appreciated! Also, I've noticed some strange behaviour which is part of the reason I'm trying to add this in. The bot will some times pick a target far away from my char when there are several other targets (included in profile to attack) nearer. The bot will lock on to the distant target, run through all the other mobs aggroing them and keep on going until it attacks it's selected target... I've watched this cause my hunter to pull 5 mobs all at once.... First, why isn't the bot selecting the nearest target, and second, why wouldn't it try and kill mobs it aggrod before attacking it's selected target? Thank
-
Pet Buff condition not working
bael666 replied to bael666's topic in WRobot for Wow The Burning Crusade - Help and support
Cool that sorted it! Thanks! Last one now haha! I've made a profile in STV, though when my bags are full and the GoToTown function starts, it tries each of the vendors I've setup (there's 3), says they're all unreachable and goes back to killing stuff. I'm thinking this maybe something to do with the vendors being in booty Bay (guess all those ramps aren't good for the bot). -
Pet Buff condition not working
bael666 replied to bael666's topic in WRobot for Wow The Burning Crusade - Help and support
Nice work around, thanks! I was using a "Only cast once per target" condition to prevent the spam but your way is much better! :) Maybe you could help with another problem I'm having - I set a "Vendor" mob in my Grinder profile (this is the vendor that sells the food/drink I'm currently using) - however, when going to town, wrobot just goes to some random nearby vendor to sell stuff, preventing it being able to buy food/drink. Anyway to force it to only use the vendors I've specified? Thanks. -
Hi, I have a hunter fightclass with the following spell/condition setup for Mend Pet: <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>PetBuff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Mend Pet</Name> </Param> </FightClassCondition> <FightClassCondition> <ContionType>PetHealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>70</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>HavePet</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Mend Pet</SpellName> <Priority>8</Priority> <IsBuff>true</IsBuff> <CastOn>pet</CastOn> </FightClassSpell> However, it seems the pet buff condition isn't considered as my hunter will consistently spam Mend Pet as soon as my pet goes below 70% hp [F] 11:01:38 - [Spell] Cast Arcane Shot (Arcane Shot) [F] 11:01:38 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:38 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:39 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:40 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:40 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:40 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:41 - [Spell] Cast Arcane Shot (Arcane Shot) [F] 11:01:41 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:42 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:42 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:43 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:43 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:43 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:45 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:45 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:45 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:45 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:46 - [Spell] Cast Arcane Shot (Arcane Shot) [F] 11:01:46 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:46 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:46 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:48 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:48 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:48 - [Spell] Cast (on pet) Mend Pet (Mend Pet) [F] 11:01:48 - [Spell] Cast (on pet) Mend Pet (Mend Pet) Thanks