Jump to content

nicozo

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by nicozo

  1. ok, where should I put this line?
  2. it's this quest: http://www.wowhead.com/quest=26720/a-curse-we-cannot-lift
  3. hello matenia and thank you for the speed therefore, it will give: Thread t = new Thread(() => { uint itemId = 60206; int questId = 26720; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 50) { Fight.StopFight(); ItemsManager.UseItem(itemId); } } Thread.Sleep(10000); } }); t.Start(); the problem is that the mob stun me, then the bot go to the next step
  4. Hello, I'm on a quest where you have to use an object on a mob, but only from a certain percentage. The problem is that the mob die too fast. Is there a code to force the bot to just auto attack to do the minimum damage to use this code then: Thread t = new Thread(() => { uint itemId = 62899; int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 25) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start(); Thanks in advance <3
  5. Ok, but then what should I put as code for the monks to go to the next step
  6. It's for quest : http://www.wowhead.com/quest=28812/fear-no-evil , I just noticed that she was not available for the monks
  7. thanks dude, another question: What is the "Can condition" for not having to take a quest with a class Kiss <3
  8. Hello everyone, I'm looking for a tip to encrypt my profile! thanks in advance ;p <3
  9. Thank a lot droidz This is what I was looking for <3
  10. Hello, does anyone know the runcode to put an item in the list: "Do not Sell List" plzzz Thanks in advance ;p
  11. What code should we use to not approach an elite who patrols?
  12. Thank you for considering my case <3 That's what I did, and it turnIn the quest. The problem is that even after TurnIn the quest he continues to click on the barrel In fact this quest doesn't PickUp, it is enable if one has the quest http://db.vanillagaming.org/?quest=310#comments So my question that must be put in "Is complete conditon"
  13. http://db.vanillagaming.org/?quest=403#wh-comments This is the quest
  14. The problem is that it click again on the barrel after rendering the quest
  15. Good, I set true on not required in quest log But I do not know what to put in "is complete condition" because there is no object to bring back
  16. Hello, little trouble to make a quest, I have to click on a barrel to turnIn a quest, how to do? Thanks in advance ;p
  17. Always blocked, nobody has the solution?
  18. it's good, but i need help for Buy an object at pnj, I use this code To be on the merchant's page: Lua.LuaDoString("GossipTitleButton1:Click();"); And then I want to use this code but it would have to use the right click instead of the normal click for buy object Lua.LuaDoString("MerchantItem7ItemButton:Click();"); Thanks in ADVANCE
  19. I could find a post that speaks about this, however I do not know where to put what^^ Thanks in advance!
  20. I have already tried to change the name but it still does not take the quest at pnj, it doesn't move
×
×
  • Create New...