Jump to content

Jensen-

Members
  • Posts

    269
  • Joined

  • Last visited

Everything posted by Jensen-

  1. turn of fighting class leave it blank
  2. in quest order pick runcode and paste it there
  3. use this click open the door robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 50, 50); robotManager.Helpful.Mouse.ClickRight();
  4. ty for help found a solution
  5. got it working now i need to click on an object thats in the air wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(2614.84, 5266.78, 52.2882), 188163); this doesnt work tryed interacting gather and still have no idea,this quest http://www.wowhead.com/quest=11965/call-to-arms geting ] Cannot make path to the target (Bell Rope), ignore it.
  6. new problem i need to kill npc loot it then target it and use item on it any advice Thread t = new Thread(() => { uint itemId = 35943; int questId = 12035; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(12035)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsDead) { ItemsManager.UseItem(35943); } } Thread.Sleep(1000); } }); t.Start(); tryed this but it doesnt target the body and i cant use the quest item if i dont have a target
  7. ok ty for help got it working
  8. quester im trying to do http://www.wowhead.com/quest=11794/the-hunt-is-on and sometimes the npc is dead and i need a code to wait for it to respawn
  9. ok got it, and what if i have to wait for npc to respawn and then interact with it
  10. got this problem npc is dead and i have to interact with it, bot doesnt find npc and skipping this step going next one, is there a code to wait for the npc until it spawns and then start interacting?
  11. you can If set ObjectManager.Me.Level == 20 or you can pick a random quest and set if has quest do your prof lvl and then call for the trainer after just use a comand to abadon the quest so your bot wont go back in steps i got it like this
  12. can condition return Skill.GetValue(SkillLine.Herbalism) >= 1; is complete condition return Skill.GetValue(SkillLine.Herbalism) >= 75; when it gets to 75 change zone
  13. got a problem with macro it doesnt work in combat and i did everything right
  14. how can i make profile to transport my hero from wetlands to dustwallow marsh using ship from wetlands and vice versa
  15. show what you got in exit cuz if your bot did a round, you gotto do something with it i would change exit to followpath and set position in the exit portal to run out, thats how i got it
  16. thx boss its working
  17. hey is there a way to execute runcode in quest order editor only once wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-2376.27, -1995.74, 96.70491), 7714) wait 500 Lua.LuaDoString("GossipTitleButton2:Click();"); wait 1000 Lua.LuaDoString("BuyMerchantItem(5,2)"); the next one is Pickup> Owatanka it picks it, and after i get a dc or restart, the bot is executing the code instead of playing from last position it was
  18. yes sorry its like you said iequip, im such a noob thx for help
  19. im using drinks to get full mana and seting food to spell mainly healing touch and the problem is when my hero picks food from npc my healing touch changes to food and with selected bar its not a item, is spell everyting getting !@#$ anyway to turn it off or something
  20. dziala sa profile do questowania zalezy od fightingclass, jak kupisz dedykowany to calkiem niezle to wyglada
  21. yes found an older version of wrobot on my pc its working fine for me ty for help anyway
  22. hey i got a problem my bot gets Error injection: Cannot launch it, skipped. it freezes my pc have to restart yesterday everything was fine 23 Nov 2017 19H26.log.html
  23. heres the log 15 Oct 2017 15H26.log.html
×
×
  • Create New...