Everything posted by Droidz
-
Minimize relogger
Hello, click on button "_" (top/right) to put relogger window in taskbar.
-
How to purchase/renew key?
Hello, you can buy subscription at this url https://wrobot.eu/store/category/2-wrobot/
-
i know mount but cant use
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
wow is closing whenver i choose char to which wrobot should be linked.
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Cast un sort même quand un autre est en cour
Pouvez vous partager le fichier xml de la fightclass uniquement avec ce code
-
Cast un sort même quand un autre est en cour
Utilise du code C# var sortPrincipal = new Spell("SpellNameInEnglish"); new Spell("SpellNameInEnglish").Launch(true, false); Thread.Sleep(1000 + Usefuls.Latency); while (Conditions.InGameAndConnected && ObjectManager.Me.IsCast) { if (sortPrincipal.IsSpellUsable) { Lua.LuaDoString("SpellStopCasting();"); sortPrincipal.Launch(true, true, true); } } (pas testé) Tu dois configurer manuellement les options du sort (distance, ...)
-
Cast un sort même quand un autre est en cour
Bonjour, Vous avez l'option spell "Wait during casting", désactivée la.
-
How to force bot to learn profession?
Hello, you can add NPC trainer to your NPCDB (or in your profile). If you want do it manually, you need to use quest type "InteractWith" with custom condition (but you must have knowledge of C # and WRobot API).
- Create Healthstones (warlock fightclass)
-
Can't get my Warlock to work
Hello, you use English game client?
-
Don't loot cheap stuff
Hello, you can use event https://wrobot.eu/byme/doc/html/E-wManager.Events.LootingEvents.OnLootingPulse.htm But the easy way is to use wow addons for do that.
-
Ascension WoW
Hello, Do you run Wow in window mode? [D] 14:20:48 - Warning: You need to run Wow in Windowed mode, for it go to 'Game Menu' > 'System' > in 'Display Mode' select 'Windowed'.
-
Draw Vector3 Path on WRobot map from a plugin
Hi, good job. To draw on map you need to use https://wrobot.eu/byme/doc/html/F-wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.htm (it will also draw on 3d radar)
-
warlock fps drop
Hello, you can launch WRobot with the shortcut "WRobot no lock frame", but fightclass and WRobot will be less reactive. You can also try to disable your antivirus and wow addons.
-
2x debited
Hello, I checked your activity and you have two accounts with subscription ( https://wrobot.eu/profile/92103-karmo1234/ ) I made the refund of subscription of your second account (you will get your money back in few days)
-
One-hand sword to right hand
Hello, use this code: wManager.Wow.Helpers.ItemsManager.EquipItemByName("Item Name");
-
How to write the c# code to judge the game disconnection
Hello, easy way is to use wManager.Wow.Helpers.Conditions.InGameAndConnected
-
Groundpath before returning to flight
Can you share your log file please (full log file)
-
Groundpath before returning to flight
Hello, check in your profile if all positions are "Flying" type.
-
Player Teleported
Hello, If the bot stopped moving or responded the result wouldn't be better (if everyone used it). I'm sorry you can't change this behavior with the default options. The only solution is to create a plugin that manages security and to disable WRobot security options.
-
Add new relogger profile code
using System; using System.Threading; using System.Windows.Forms; using Relogger.Classes; using robotManager.Helpful; namespace MyNamespace { public class MyPlugin : Relogger.ReloggerPlugin { public override string Name { get { return "My test plugin"; } } bool IsRunning { get; set; } public override void OnStart() { robotManager.Helpful.Logging.Write("OnStart"); } public override void OnStop() { robotManager.Helpful.Logging.Write("OnStop"); } public override void OnButtonPress() { AddNewReloggerProfile("AccName", "realmListName", "pass", "charname", "key", "wowpath", "profilename", "1-10"); robotManager.Helpful.Logging.Write("OnButtonPress"); } public void AddNewReloggerProfile(string AccName, string realmListName, string pass, string charname, string key, string wowpath, string profilename, string runtime) { var t = new Thread(o => { try { var newprofile = new Relogger.Classes.ReloggerProfile(); newprofile.Name = AccName + " " + pass + " " + charname; newprofile.Checked = true; //newprofile.Comment = ""; newprofile.Settings.MinimiseWRobotOnStart = true; newprofile.Settings.RelaunchIfWowOrWRobotCrash = true; newprofile.Settings.RunTasksLoop = true; newprofile.Settings.ScheduleResetAtEnd = true; newprofile.Settings.WowAccount.AccountName = AccName; newprofile.Settings.WowAccount.BattleNet = AccName; newprofile.Settings.WowAccount.Password = pass; newprofile.Settings.WowAccount.Character = charname; newprofile.Settings.WowAccount.Server = realmListName; newprofile.Settings.WRobotAccount.WRobotKey = key; //newprofile.Settings.WowWindow = new Rectangle(); //newprofile.Settings.BotWindow = new Rectangle(); //newprofile.Settings.ScheduleFrom = new DateTime(1, 1, 1, 00, 00, 00); //newprofile.Settings.ScheduleTo = new DateTime(1, 1, 1, 23, 59, 59); newprofile.Settings.Tasks.Add(new Relogger.Classes.ReloggerTask { TaskType = Relogger.Classes.TaskType.ChangeWowPath.ToString(), Task = new Relogger.Classes.ChangeWowPathReloggerTask { WowPath = wowpath }, Name = "123" } ); newprofile.Settings.Tasks.Add(new Relogger.Classes.ReloggerTask { TaskType = Relogger.Classes.TaskType.Run.ToString(), Task = new Relogger.Classes.RunReloggerTask { RunTime = runtime, Product = "Quester", Profile = profilename, }, Name = "run" }); Relogger.Classes.ReloggerGeneralSettings.CurrentSetting.Profiles.Add(newprofile); } catch (Exception e) { Logging.WriteError(e.ToString()); } }); t.SetApartmentState(ApartmentState.STA); t.Start(); } } } You still get error when you try to edit task, but tasks are well configured (you can restart to see value)
-
Getting logged out
Thank you, I released new update, I hope that your problem will be resolved. if it is not the case if you can again send me "memory info" result of the new update please.
-
Multi target
https://wrobot.eu/forums/topic/13697-sort-de-zone/
-
Sort de zone
Bonjour, regarde cette fightclass: https://wrobot.eu/files/file/564-blood-dk-pve-wod-623/ ou encore https://wrobot.eu/files/file/927-ohren-blood-death-knight/
-
Mount run/stops small stops please help.
Hello, if you can try to increment your ingame FPS (unlock max FPS in Wow settings), you can also try to disable your antivirus (some wow addons, wrobot plugins or fightclass can cause this problem). But in you case, your profile seem to have position recorded close to each other.