Everything posted by danc68
- [Kim]Pack
-
Equipping gear wihle botting
Struggling to find where it will allow to auto equip better gear... any help would be appreciated. :-) and if not, how to make something like AutoEquip2 work with wrobot? Thanks!
-
Select from a list of targets
Since Droidz did such a fabulous job in helping me put together a healing profile that would heal my bodyguard (/focus), I was wondering if anyone knew a way to select from a list of "possible" targets and set the one it found to the focus? Here is what I am striving for: if exists (Aeda Brightdawn, Defender Illona, Delvar Ironfist, Leorajh, Talonpriest Ishaal, Tormmok, Vivianne) Set Focus then /targetlasttarget As I do not know programming, I thought I would post my thought here and see if anyone knows a way to do this? Thanks!
-
Fightclass help [Targeting Bodyguard]
:) :) :) :) :) :) :) Thank you! Thank you! Thank you! This worked great. I modified it to put "Focus" instead of the follower's name. that way I can use any of them and just set them to "focus". Droidz, you are a rockstar!!!! I attached my current working fight class (Holy Priest) Dan Heal Focus.xml
- Fightclass help [Targeting Bodyguard]
-
Fightclass help [Targeting Bodyguard]
Ok, trying to do this through the lua (me=newbie in writing lua) ... *********************************** <FightClassSpell> <SpellName>-- Focus Binding Heal</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>LuaScript</ContionType> <Param xsi:type="FightClassConditionLua"> <LuaScript>if (UnitHealth("Focus") / UnitHealthMax("Focus") * 100).."%" < .90 then CastSpellByName("Binding Heal"[, "Focus"]) end</LuaScript> <VarRet>retV</VarRet> <ValueRet>0</ValueRet> </Param> </FightClassCondition> </FightClassConditions> <Priority>31</Priority> <CombatOnly>false</CombatOnly> <NotSpellIsLuaScript>true</NotSpellIsLuaScript> <TargetFriends>true</TargetFriends> </FightClassSpell> ********************************************** Any help on what I am missing? I am trying to cast binding heal on my bodyguard (after he is set to focus) when he drops below 90% health. Thanks for any assistance!
-
Fightclass help [Targeting Bodyguard]
Thanks. I am not that good at lua yet, but I'll try that option. :-) Currently I have this running: ***************************** <FightClassSpell> <SpellName>RunMacroText("/Use [@focus,exists,nodead][]Renew")</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>MeInCombat</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> </FightClassConditions> <Priority>30</Priority> <Timer>16000</Timer> <NotSpellIsLuaScript>true</NotSpellIsLuaScript> <CanMoveDuringCast>Yes</CanMoveDuringCast> </FightClassSpell> ***************************** With the same kind of macro going for Prayer of Mending and Power Word: Shield. PS - I am loving the bot and have most of my fight classes and grinding profiles set. I really appreciate the great tool and all the information in here to get it all set. You guys are awesome!
- Fightclass help [Targeting Bodyguard]
- Fight Class is blank!?
- Fight Class is blank!?
- Fightclass help [Targeting Bodyguard]