Everything posted by knights
- Using MoveTo in RunCode
-
Using MoveTo in RunCode
Need some assistance in coding, I wish to use RunCode in Quester for the bottom For example I want to move to the NPC, "Lake Frog" to be exact.. ID = 33211 So the location is not fixed. I stumbled across the below while going through the wManager resource. Any example? I am trying to complete "A Blade Fit for a Champion" but the issue would be the bot would not move to the Frog that it is blowing a kiss. How do I get the bot to move to the frog? The code below is for my RunCode while (!Quest.GetLogQuestIsComplete(13673)) { ItemsManager.UseItem(44986); wManager.Wow.Helpers.Lua.RunMacroText("/tar Lake"); wManager.Wow.Helpers.Lua.RunMacroText("/kiss"); System.Threading.Thread.Sleep(10000); // wait 10 sec } able to use the below code? Thank you!
- Checking If quest is completed
-
[Vendor] Not selling
-
[Vendor] Not selling
Did you try to set the options in Advance Settings? I think you have to tick grey, white and green for it to work.. might be an issue, but it worked for me at least. Put in those white that you do not want to sell though....
-
Cannot attack
maybe you would like to attached some logs?
- Checking If quest is completed
-
Macros Tab?
how do I assign {Shift} or {Control} + W?
-
Feral Casting Healing Touch even when Predatory Swiftness is not present
Thanks! Working as intended
-
Feral Casting Healing Touch even when Predatory Swiftness is not present
It seems like it. I did a lot of test and it just keeps casting Healing Touch. Attached is the simplified profile that I tried to narrow down the issue. FeralTestHealingTouchBug.xml
-
Feral Casting Healing Touch even when Predatory Swiftness is not present
Before the patch, the fight class was working fine, but after the patch, I found that the bot has been casting Healing Touch before combat and casting it even when Predatory Swiftness is not present. Below is the block of code.. <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Predatory Swiftness</Name> <Need>true</Need> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Healing Touch</SpellName> <Debug>true</Debug> <CastOnSelf>true</CastOnSelf> <CastOn>player</CastOn> </FightClassSpell>
-
Farm Dungeons How Fix It
Something simple that I've edited from the demo profile by Droidz. I assume that your grinder vectors is to pull all the mobs. So I did not break it up. You will need to do some work to find out the coordinates of the entrance, exit and the mapID as I do not have enough subscription to check the area... [Dungeon]BloodmaulSlagmine.xml
-
Farm Dungeons How Fix It
Which dungeon you are referring to? Might not be able to create the full profile, but could try..
-
Farm Dungeons How Fix It
Each dungeon is different, making bot pause would require Quester rather than Grinder. I might be wrong though. May want to try using Quester.
-
Can you help make Dash work @ Feral Druid?
What do you want to do? Just dash when traveling?
-
Only Mine or Skin or Harvest
I see what you meant. The portion about skinning is still there. The option that you hghlighted was to skin or mine or harvest mob. Which I could. Just do not want the skinning part. If the option is not on, the bot will not do anything else after looting.
-
Only Mine or Skin or Harvest
The option for the bot for skinning the mob is together with mining and harvesting. Is there a way to separate them? I've only have mining and it is quite time consuming and it is not right to see the bot standing in a pile of corpse trying to skin all the skinable mobs then moving off to the next spot. Thanks
-
Blacklist useless?
You may want to read this.... http://wrobot.eu/forums/topic/3247-blacklist-logic/#comment-14899
-
Stop Attacking or Clear Target
Tried this but it doesn't seems to work. I would like to get the bot to clear the current target and find others instead. After using Iron Trap, the mob becomes untargetable but the bot still tries to attack it. With the ClearTarget, the bot just stays there waiting for it to disappear before searching for another target. Is there a clear last target memory for the wRobot?
- BlackList Logic
- BlackList Logic
- BlackList Logic
- Is complete condition: Reached position
- Stop Attacking or Clear Target
-
Cast Spell in Quester
Thanks, got it to work! Had some trouble due to the quotes..