Everything posted by Droidz
-
Potion of Treasure Finding
Do you have this buff http://www.wowhead.com/spell=80263/potion-of-treasure-finding with http://www.wowhead.com/item=58488/potion-of-treasure-finding ?
-
wrobot doesn't launch
Hello, try to disable your antivirus. If you can share me your log file please: log file
-
relogger won't close wow error for me
Hello, thank you, if you can wait next update for the fix.
-
Re-subcribed, still getting expired subscription error
Hello you can found your new license key here: http://wrobot.eu/clients/purchases/
-
Adding Delay
It is grinder profile (edit this with grinder profile editor). You can add action at the last position (before exit instance), for 1 minute put this: c#: System.Threading.Thread.Sleep(1000 * 60); (more info about action... http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ )
-
Let users to make polls
I have tested with normal wrobot account this works: 2016-02-29_16-12-03.mp4
-
Potion of Luck
http://wrobot.eu/forums/topic/2775-potion-of-treasure-finding/#comment-12707
-
Potion of Treasure Finding
Hello, I have modified http://wrobot.eu/files/file/517-potion-of-luck/ , try this: Potion of Treasure Finding.cs
-
Let users to make polls
-
WRobot for wow 6.2.3 - key
Hello, You don't need to renew your key after computer change. You can use your license key on several computer/ip without problem (but you cannot use several time the same key at the same time, this is the only limit).
-
Apexis Daily Quests
One for horde, one for alliance
-
Zygor to quester profile help
Hello, Select product "Quester" > "Product Settings" > "Easy profiles creator" > "Tools" > "Helper Tools" > click on button "Zygor to Easy Quests Profile..." (you need to fix manually profile, he miss a lot of informations)
-
(Developers) We need couple new APIs
Hello, 1: With default general settings, you need to go near flight master and it is automaticly added to user database. After it, wrobot will use flight master if required (depending of the user configuration). To force, you can look this: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12205 2: I'll add this
-
Zapthrottle mote extractor
Hello, you can use quester profile for it (use quest type "Use Item On").
-
Quest profile to kill Mob without quster giver
This assault? : http://wrobot.eu/files/file/532-apexis-daily-quests/
-
Victory Rush Fight Class Issue
Hello, do you have found solution?
-
Bot is drinking twice or more C#
Ok, do you use upper and lower cases (it is case sensitive)? Food is used again before that previous is finish (buff "Food")?
-
WoW crashes every 3-4 hours while botting
In the task type "Run", in option "Additional Args" put: -nodx (put it in all tasks run)
-
2 demande de conseils
Salut, désolé pour le retard. 1: WoWPlayer _allié = new WoWLocalPlayer(0); // met le joueur allié dans cette variable int count = 0; foreach (var unit in ObjectManager.GetObjectWoWUnit()) { if (unit.IsValid && unit.Target == _allié.Guid) // && unit.InCombat) count++; } ou (version courte) WoWPlayer _allié = new WoWLocalPlayer(0); int count = ObjectManager.GetObjectWoWUnit().Count(unit => unit.IsValid && unit.Target == _allié.Guid); (le nombre de PNJ qui cible l'allié est dans la variable "count") 2: Tu est sur que tu n'a pas de buff associé au sort?, si tu est des buff utilise ca: int count = ObjectManager.Me.BuffStack("Nom du buff en anglais"); sinon tu peux utiliser ce code lua ( http://wow.gamepedia.com/API_GetSpellCharges ): int spellId = 123456; // Met l'id du sort ici int count = Lua.LuaDoString<int>("local currentCharges, maxCharges, cooldownStart, cooldownDuration = GetSpellCharges(" + spellId + "); return currentCharges;");
- virus detected in robotmanager.dll by bitdefender 2016
-
Bot is drinking twice or more C#
If I understand, WRobot never end to drink. And flood usage of food item? Do you use only WRobot regen feature? What is name of your food/drink?
-
Clear session Blacklist
And do you use wow addon?
-
Skinning
continue here: http://wrobot.eu/forums/topic/2747-clear-session-blacklist/#comment-12650
-
Running to Spirit Healer Location
Hello, can you share your log file (of session where you get the problem) and the profile used please.
-
Quest profile to kill Mob without quster giver
You can also look this profile: http://wrobot.eu/files/file/409-98-100-meatgut-needs-bones-repeatable-quest-nagrand/