Everything posted by CN
-
Unable to do while moving loop
Any idea to solve this error of "Unable to do while moving" or perhaps using other method? that causing infinite loop of pos and object position. if ( wManager.Wow.Bot.Tasks.GoToTask.ToPosition(pos, distance) && o.IsValid) { wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress); }
-
Simple Hearthstone
works great. thank you.
-
Manual / Documentation
noted. its a good start but still if we can build the documentation together would be great.
-
Simple Hearthstone
How do I RunCode without having to add Wait in editor? ItemsManager.UseItem("Hearthstone"); // some code here like Wait in quest order editor Thanks.
-
Manual / Documentation
Hi, is there some sort of documentation/manual of wManager, Quests. codes/params that we can use? or site that can refer to? or perhaps someone could highlight the overview of the commands available in respective area? newbie can explore further. such as what are the acceptable commands in Action type RunLuaCode (or a website of api commands accepted), RunMacroLua. Thanks.
-
use item on dead
have tried adding this in quest editor is complete condition: return ItemsManager.GetItemCountById(8149)<=0; not working as well
-
use item on dead
Hello there, I have followed Use item on dead mob ( after looting) and it ran fine with it. but now the next step pulse unable to check if the quest is completed and the character is stays idle at hotspot. Quest referring: Druid of the Claw (id:2561) Below is the Quest C#: public sealed class DruidoftheClaw : QuestGrinderClass { public DruidoftheClaw() { // http://www.wowhead.com/quest=2561 Name = "Druid of the Claw"; QuestId.AddRange(new[] { 2561 }); Step.AddRange(new[] { 1, 0, 0, 0 }); EntryTarget.Add(7318); // Rageclaw : http://www.wowhead.com/npc=7318 } } Quest Order: Pickup-> Use item on dead mob ( after looting) -> Pulse -> Turn In Thank you.
-
skipping pools with self made profile [fisherbot]
ya the fish pool engine isnt effective. i belive its the pathfinding engine that detects it doesnt has a spot to stand. also i find the can walk water not helpful at all. is there a way to use potion when spotted a pool (when there isnt any walk on water buff) then try to fish it.
- Issue with quest