Everything posted by Droidz
- failed attempt
-
Debugger Program Detected
Hello, I'll resolve this problem in next update, to wait, try to close all unused programs.
-
Bot deleted offhand Weapon
Hello, Wath plugin/fightclass do you use (for the poison)?
- Bot not attack enemy players in Zone (ignore player fight OFF)
-
Fisherbot only casting
Try to increment your min/max latency in advanced general settings and to disable all of your wow addons
-
Pecher dans l'eau
Bonjour, le bot ignore le le banc de poisson quand vous avez l'option "Can walk on water" actvé?
-
Help with Quest-Editor
Since Wotlk, WRobot automatically skip quests if already completed. Are you sure about your quests id and settings? If you can share bugged quests
-
Condition for achievement?
No it is an sample code, this script will output in wow chat achievement states. What do you want to check exactly?
-
Bot suicides continuesly
Hello, try to reinstall WRobot, you have a lot of errors in your log
-
Attacks befoire being attacked
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Use item at hotspot and wait?
Hello, use quest type UseScriptOn and use c# code like ItemsManager.UseItem(1234); Usefuls.WaitIsCasting(); Thread.Sleep(1000 * 10); (replace 1234 by your item id and replace 10 by number of secondes to wait)
-
Condition for achievement?
local achievementID = 10665; local id, name, points, completed, month, day, year, description, flags, icon, rewardText, isGuild, wasEarnedByMe, earnedBy = GetAchievementInfo(achievementID); print('======================================'); print(tostring(name)); for i=1,GetAchievementNumCriteria(achievementID) do local criteriaString, criteriaType, completed, quantity, reqQuantity, charName, flags, assetID, quantityString, criteriaID, eligible = GetAchievementCriteriaInfo(achievementID, i); print(tostring(criteriaString) .. ', completed=' .. tostring(completed) .. ', eligible=' .. tostring(eligible)); end
-
Condition for achievement?
Hello, you need to use lua https://wow.gamepedia.com/World_of_Warcraft_API#Achievement_Functions
-
Help with Quest-Editor
I don't understand, if you want skip quest don't add this quest in your profile. You create or use existing profile?
-
Gatherer doesnt work anymore
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Relogger not switching WoW Accounts
Hello, in wow login window, disable option "Remember Account Name"
-
Fisherbot only casting
Hello, do you use default fishing bobber?
-
Help with Quest-Editor
Hello, you play in what wow version?
-
modifier profil ?
Activer les log de type "Debug" et il sera écrit pourquoi WRobot ignore la mine/herbe
-
Hunter amo
Hello, you cannot but I'll add this feature
-
WRobot support Wow 7.3.0 (build 24920)
For legion for private servers read this https://wrobot.eu/forums/topic/5920-download-wrobot-for-legion-private-server/
-
WRobot support Wow 7.3.0 (build 24920)
WRobot works on Legion server
-
Wrong Lua events
https://wrobot.eu/bugtracker/eventsluawithargsoneventsluawithargs-not-firing-some-events-r911/?do=findComment&comment=4560
-
EventsLuaWithArgs.OnEventsLuaWithArgs not firing some events
It is that I think, Event id change frequently, and when you compile DLL, compiler put id in dll (not the enum name). To fix it, try to (by sample) replace: if (id == LuaEventsId.MIRROR_TIMER_START) by if (id.ToString() == "MIRROR_TIMER_START")
-
Quiver Slots as Empty Bag Slots
In vanilla I cannot detect bag type. To resolve this problem, in advanced genral settings at the option "Min free bag slots" (tab vendor...) put number of slots of your quiver.