Jump to content

CN

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CN's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. 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); }
  2. works great. thank you.
  3. noted. its a good start but still if we can build the documentation together would be great.
  4. How do I RunCode without having to add Wait in editor? ItemsManager.UseItem("Hearthstone"); // some code here like Wait in quest order editor Thanks.
  5. 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.
  6. have tried adding this in quest editor is complete condition: return ItemsManager.GetItemCountById(8149)<=0; not working as well
  7. 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.
  8. 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.
  9. the runcode mentioned returned Compilation Error. the name wManagerSetting & BlackListSerializable does not exist in the current context. error CS0103
×
×
  • Create New...