Everything posted by Droidz
-
Legion 7.0.3
Hello, I have upgraded your license key, you can now use your key with this wrobot version.
-
Use hearthstone when bags are full
Hello, use plugin like HearthstoneToGoToTown.cs (not tested): using System; using System.ComponentModel; using System.Threading; using System.Windows.Forms; using robotManager.Events; using robotManager.FiniteStateMachine; using robotManager.Helpful; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { FiniteStateMachineEvents.OnRunState += FiniteStateMachineEventsOnOnRunState; Logging.Write("[HearthstoneToGoToTown] Loadded."); } public void Dispose() { Logging.Write("[HearthstoneToGoToTown] Disposed."); } public void Settings() { MessageBox.Show("[HearthstoneToGoToTown] No settings for this plugin."); } private void FiniteStateMachineEventsOnOnRunState(Engine engine, State state, CancelEventArgs cancelable) { try { if (string.IsNullOrWhiteSpace(state.DisplayName) || state.DisplayName != "To Town") return; Logging.WriteDebug("[HearthstoneToGoToTown] Use Hearthstone."); var o = wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported; wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; MovementManager.StopMove(); Thread.Sleep(Usefuls.Latency + 150); Lua.LuaDoString("local itemName, _, _, _, _, _, _, _ = GetItemInfo(6948); RunMacroText('/use ' .. itemName);"); Thread.Sleep(Usefuls.Latency + 500); if (ObjectManager.Me.IsCast) { Usefuls.WaitIsCasting(); Thread.Sleep(Usefuls.Latency + 10000); // wait load screen } wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = o; } catch (Exception e) { Logging.WriteError("[HearthstoneToGoToTown] " + e); } } }
-
Lag ou Freeze au lancement du bot
Bonjour, essayé de désactiver votre antivirus http://wrobot.eu/forums/topic/4709-low-fps-after-bot-start/?do=findComment&comment=21828
-
Herbalism Elwyn Forest
Check if you don't use flying profile
-
Train skill riding
Hello, use this c# code: if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345)) // replace 1, 2, 3 by position, and 12345 by npc entry id { wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer); wManager.Wow.Helpers.Trainer.TrainingSpell(); }
-
Path finding problem, running against wall.
Hello, are you sure that your profile is not outdated?
-
Quester NPC click again?
Hello, you cannot run multi quests objectives at same time (without C# code), but you can: Pickuup QuestA Pickup QuestB Pulse QuestB Pulse QuestA TurnIn QuestA TurnIn QuestB
-
Herbalism Elwyn Forest
Do you have try to use another profile? Can you try to activate radar 3d (tab Map) to see where WRobot try to go.
-
Legion 7.0.3
Hello, http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
-
Repeat a quest
You have put "False" at the option "Repeatable quest", put true (in profile "Quete réput sporeggar zangar test +.xml")
-
Quester NPC click again?
Hello, use quest type "InteractWithNPC" and add quest giver en drake entry id
- Low FPS after bot start
-
Legion Private Server
Hello, yes but you need to send me private message (because I need to upgrade your subscription to normal wrobot subscription, for the moment legion you private servers use old normal WRobot versions).
-
Are there any mail bots?
Only food and drink items (you can found option in advanced general settings)
-
Gatherer + GoTo + Relogger?
Can you check in "Taxi database" if flightmasters active? You can also edit taxi settings in advanced general settings tab "Taxi".
-
Moving to Isle giants then stops
WRobot is idle in archeo only when all digsites are disabled or blacklisted. Check if digsite is active in wrobot, or to complete manually some digsites and start bot again.
-
Are there any mail bots?
Use auction bot with settings like this (WRobot will only go to mailbox): PS: You can also use wow addon like https://mods.curse.com/addons/wow/postal
-
Herbalism Elwyn Forest
Hello, try to close all wrobot sessions and remove folder "WRobot\Data\Meshes\". If your problem is not resolved try to reinstall WRobot.
-
Ignor moving path and NotLoop
1: You want say that character follow all profile coordos? if yes disable wrobot settings "Harvest herbs" and "Harvest ...". 2: Use grinder bot, grinder bot gather also.
-
Moving to Isle giants then stops
Hello, in product settings you can deactivate dig sites, try to deactivate isle giants dig sites.
-
Gatherer + GoTo + Relogger?
Hello, you need to use Relogger with "Gatherer" boy (or "Quester" bot if WRobot cannot go to second profile from the first profiles alone). For relogger, I think than you have select "WRobot.exe" in general settings, since WRobot for wow 7.1.0 you need to select renamed WRobot.exe (new name is like "UqtfGgP.exe"), you can reinstall WRobot to resolve problem and don't edit relogger "General Settings".
-
Interact with WoWGameObject
Hello, Use quest type "Gatherer" ( http://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/ ) If you problem is not resolved, can you share wowhead link of the quest.
-
Are there any mail bots?
Can you tell me in what context do you want go to mailbox to recover the items (what do you want to do before/after?).
-
Repeat a quest
Hello, when you stop/start bot WRobot do the quest again? If yes add step type "GoToStep" with param "0" in quests order. If you problem is not resolved, can you share your profile.
- Force Download Mesh.gz