Everything posted by Droidz
- Fight Class Paladin Issues - Melee Range
-
Skin/Gather/Mine Mobs ON
Hello, I'll check if I can detect if he can skin or gather mob (currently I cannot). I comeback here later.
-
Keep Trying to send bobber to fishing pool
Hello, you get this problem only when you use the fishing raft ?
-
Grinding quest profile - Disaple item
You need to interact with 'Titan Defense Orb' to disable it? If yes if it is npc use quest type 'interact with npc', if it is gameobject you can add object entry id at list of object at harvest
-
NEW Problem
You use quest profile? If yes run you code in step (quest order).
-
how to show path of herbs mines?
Hello, no option available for this.
-
Deleting fightclass
Hello, Sorry but I will cannot help you. I think than can happen only when you save your fightclass.
-
Class trainer
Hello, no with default settings. But you can run C# code to activate/desactivate option "Use trainer" depending of your level. For it use this c# code: var l = new System.Collections.Generic.List<uint> { 5, 10, 15 }; wManager.wManagerSetting.CurrentSetting.TrainNewSkills = l.Contains(wManager.Wow.ObjectManager.ObjectManager.Me.Level); You can use this code in plugin or in your profile with "Action" ( http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ )
-
Big Problem
Hello, 1: Try to activate option in product settings "Back to last profile position". 2: Go to tab "Tools" > "NPC DB", in npc list select your npc and click on your keyboard key "Del". 3: In advanced general settings tab "others" you can disable options for it. 4: You cannot 5: WRobot go automatically to nearest npc, To force to go to repair use action "totown" ( http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ )
- Force Dismount
-
Bot in USe
Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 steps 10, 14
-
No ID
Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 please read step 1, 2, 4, 6, 13. If you problem is not resolved, can you share again your log file please.
-
a few questions
Hello, you can found ban reports here: http://wrobot.eu/forums/forum/29-security-ban-reports/
-
General setting
Hello, http://wrobot.eu/files/file/421-settings-backup/
-
The Innkeeper's Daughter how to check if known and use it
Try to use http://wow.gamepedia.com/API_GetItemCooldown and http://wow.gamepedia.com/API_GetItemCount var itemId = 64488; var count = wManager.Wow.Helpers.Lua.LuaDoString<int>("return GetItemCount("+itemId+", nil);"); Logging.Write("Count = " + count); var timeLeft = wManager.Wow.Helpers.Lua.LuaDoString<double>("local startTime, duration, enable = GetItemCooldown("+itemId+"); return startTime + duration - GetTime();"); Logging.Write("Item Cooldown time left (seconde) = " + timeLeft);
-
probleme pour telecharger profils
Bonjour, Vous devez avoir un abonnement WRobot pour pouvoir télécharger des fichiers pour WRobot pour serveur officiel.
-
Fishingbot: weapon swap
Changed Status to Confirmed Changed Version to All
-
Moves when fishing
http://wrobot.eu/bugtracker/fishingbot-weapon-swap-r530/?do=findComment&comment=3452 if you can you send me screenshot of your current fisherbot settings.
-
Fishingbot: weapon swap
Hello, I cannot reproduce this problem, can you send me screenshot of your current fisherbot settings.
-
NEW Problem
Hello, do you have try to activate option (in "Product Settings") "Back to last profile position"
-
Bot se met en pause avec Automaton ou Gatherer
Pouvez-vous essayé de supprimer le dossier: "WRobot\Data\Meshes\Troll Raid\" (redémarrer le WRobot une fois le dossier supprimé) Pouvez-vous essayé également de désactiver l'option "Skin/Gather/Mine" et me dire si vous obtenez le même problème.
-
WRobot for Wow Legion build 7.0.3.2239 ready
I don't speak Chinese, but you can translate WRobot yourself ( http://wrobot.eu/forums/topic/381-how-to-translate-wrobot/ )
-
someone in group not ready
http://wrobot.eu/forums/topic/3921-no-longer-queueing-and-leaving-bg-automatically/?do=findComment&comment=18265
-
Joins Queue but doesn't enter BG
http://wrobot.eu/forums/topic/3921-no-longer-queueing-and-leaving-bg-automatically/?do=findComment&comment=18265
- no longer queueing and leaving bg automatically