Everything posted by Droidz
-
Trying to use portal
Hello, do you have "EndWhile" step? And are your sure that it is not "(ObjectManager.Me.Position.DistanceTo2D(new Vector3(-14470.6f, 468.559f, -30.71972f)) > 10)" EDIT: In "while" step you need to put position where the portal teleport your character (not the portal position)
-
Condition for achievement?
In "EndIf" step you don't need to put code. In "If" step start your code by: ! ( https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/operators/logical-negation-operator )
-
Help with using vehicle
Thread t = new Thread(() => { uint spellId = 248292; int questId = 47992; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive) { wManager.Wow.Helpers.ClickOnTerrain.Spell(spellId, ObjectManager.Target.Position, true, false); wManager.Wow.Helpers.ClickOnTerrain.Pulse(ObjectManager.Target.Position); } } Thread.Sleep(700); } }); t.Start();
-
Lootslot(i) won't work.
Hello, do you use wow addons?
- This program I believe to be a malware
-
BG join
And this don't resolve problem https://wrobot.eu/forums/topic/2811-bg-join/?do=findComment&comment=35965 ?
-
Condition for achievement?
In quest order use step type "If" (don't forget to add step "EndIf", pulse your quest beetween "if" end "endif") with c# code: wManager.Wow.Helpers.Lua.LuaDoString<bool>(@" local achievementID = 10665; local indexCriteria = 1; local id, name, points, completedA, month, day, year, description, flagsA, icon, rewardText, isGuild, wasEarnedByMe, earnedBy = GetAchievementInfo(achievementID); if completedA then return completedA end local criteriaString, criteriaType, completed, quantity, reqQuantity, charName, flags, assetID, quantityString, criteriaID, eligible = GetAchievementCriteriaInfo(achievementID, indexCriteria); return completed;") line 3, replace 1 by criteria id, list of id (of Explore Azsuna): 1 - Faronaar 2 - Felblaze Ingress 3 - The Greenway 4 - Isle of the Watchers 5 - Llothien Highlands 6 - Lost Orchard 7 - Nar'thalas 8 - Oceanus Cove 9 - Ruined Sanctum 10 - Temple of Lights 11 - Ley-Ruins of Zarkhenar
-
Quester bot not doing anything
Hello, check with quester profile editor if you profile don't limit level (you can config profile to skip quests if your character level is to hight)
-
BG join
try this plugin Auto Accept BG.cs
- WOW 32bit
- WOW 32bit
-
temporary bait not work
Wait next update
-
BG join
Wath is button name to join bg ? https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
-
temporary bait not work
Hello, can you share screenshot of your fisher bot product settings. You play in wath wow verison? (or share your log file)
-
BG join
try to disable option (in battlegrounder product settings) "Don't join queue if I'm not group leader"
-
Latest updates broke battlegrounder
Hello, try to disable all wrobot plugins
-
Gatherer with druid flight form
Hello, sorry you cannot change that
-
Bot keeps interrupting skinning and applying poisons
Hello, try to change your fightclass
-
Fish and swim
Hello, in product settings try to activate option "can walk in water..."
-
Debugger Program Detected
- BG join
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Homestone when Bags are Full
Hello, https://wrobot.eu/forums/topic/4721-use-hearthstone-when-bags-are-full/?do=findComment&comment=21875- CPU usage
if you can wait next update and tell me this problem is resolved- failed attempt
- Debugger Program Detected
Hello, I'll resolve this problem in next update, to wait, try to close all unused programs. - BG join