Everything posted by nicozo
-
Force to just auto attack
ok, where should I put this line?
-
Force to just auto attack
it's this quest: http://www.wowhead.com/quest=26720/a-curse-we-cannot-lift
-
Force to just auto attack
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
-
Force to just auto attack
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
-
Encrypt profil
Ok, thanks anyway ;p
-
Encrypt profil
Ok, but then what should I put as code for the monks to go to the next step
-
Encrypt profil
It's for quest : http://www.wowhead.com/quest=28812/fear-no-evil , I just noticed that she was not available for the monks
-
Encrypt profil
thanks dude, another question: What is the "Can condition" for not having to take a quest with a class Kiss <3
-
Encrypt profil
Hello everyone, I'm looking for a tip to encrypt my profile! thanks in advance ;p <3
-
Put an item in the list not to sell
Thank a lot droidz This is what I was looking for <3
-
Put an item in the list not to sell
Hello, does anyone know the runcode to put an item in the list: "Do not Sell List" plzzz Thanks in advance ;p
-
Elite Nearby
What code should we use to not approach an elite who patrols?
-
Interact with an object to TurnIn a quest
Bump :(
-
Interact with an object to TurnIn a quest
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"
-
Interact with an object to TurnIn a quest
Bump plz
-
Interact with an object to TurnIn a quest
http://db.vanillagaming.org/?quest=403#wh-comments This is the quest
-
Interact with an object to TurnIn a quest
The problem is that it click again on the barrel after rendering the quest
-
Interact with an object to TurnIn a quest
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
-
Interact with an object to TurnIn a quest
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
-
Make inn home
Thanks a lot
-
Make inn home
Always blocked, nobody has the solution?
-
Make inn home
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
-
Make inn home
I could find a post that speaks about this, however I do not know where to put what^^ Thanks in advance!
-
The quest ID doesn't change but the name yes
It's good thanks
-
The quest ID doesn't change but the name yes
I have already tried to change the name but it still does not take the quest at pnj, it doesn't move