Everything posted by Droidz
-
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.
-
Movement Priority
Hello, I am not sure to understand (if it is not that, give more details), but try to use "followpath" quest type (and disable option is "hotspots")
-
[Vanilla] Sometimes not selling items
You get this problem only in vanilla?
-
CPU usage
Hello, What do you want tell by more? I have check and no change on my computer.
-
Bot moves during mount casting.
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Try to increment your min/max latency
-
FishBot
Hello, it is fightclass problem
-
gatherer druid flight form
Hello, try to increment min/max latency in advanced general settings
-
LoadProfile C#
Hello, where do you run this code? in quest step or in quest? You cannot use quest step type "loadprofile"?
-
modifier profil ?
Bonjour, regarder dans votre fichier log (onglet "Log")
-
[Quester] Accept Group Invitation
- 497 downloads
- Version 1.0.0
[Quester] Accept Group Invitation This plugin accept group request when you pulse quest objective (and decline/leave party when is done). This plugin works only with "Quester" product, he works with all WRobot/Wow verison but it is useful for older versions of Wow. - Mount / Dismount Endlessly on Party Bot