Everything posted by 79135
-
Control ghost
today there was an update, but it, unfortunately, did not fix the error of resurrection in the dungeons, the bot also stands on the mountain, trying to resurrect
- Control ghost
-
Control ghost
The character is dead in the dungeon and tries to rise above the mountain, but can't. How to fix this error? You can correct the error of the resurrection of the dungeon, or at least help to solve this local problem? Dungeon is Wailing Caverns, Wow vanilla. Sorry for a bad video.
-
Control ghost
public class Main : IPlugin { private bool _isLaunched; public void Initialize() { _isLaunched = true; robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (ObjectManager.Me.IsDeadMe && Usefuls.ContinentId != (int)ContinentId.WailingCaverns) { cancelable.Cancel = true; IEnumerable<Vector3> paths = new List<Vector3>() { new Vector3(-852.5135, -2170.376, 92, "None"), new Vector3(-849.0024, -2036.948, 80, "None"), new Vector3(-748.3444, -2059.984, 71, "None"), new Vector3(-621.9654, -2026.705, 63, "None"), new Vector3(-591.3438, -2135.192, 51, "None"), new Vector3(-588.2389, -2123.332, 50, "None"), new Vector3(-628.1954, -2185.471, 48, "None"), new Vector3(-745,-2210,16, "None") }; if (ObjectManager.Me.IsDeadMe) { // Process waypoints foreach (Vector3 waypoint in paths) { // Move to the given position MovementManager.Go(PathFinder.FindPath(waypoint), false); // Loop while (MovementManager.InMovement && Conditions.InGameAndConnectedAndProductStartedNotInPause && ObjectManager.Me.Position.DistanceTo2D(waypoint) > 1.5 && Usefuls.ContinentId != (int)ContinentId.WailingCaverns) { // Wait follow path Thread.Sleep(10); } } // Stop movement MovementManager.StopMove(); // End Movement } } }; It is badly work. Char sometimes run back , sometimes stop. How is right to write?
-
Control ghost
I want what bot go to my path, how insert in the code my path, write please .. I need: Point1 - wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(1,2,3)); Point2 - wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(2,3,4)); I don't know how write follow path, I need example.
-
Northdale Warden scanning for hardware?
unfortunately I do not have time, he was afraid of that answer)
-
Northdale Warden scanning for hardware?
Atm I got 3 ban , GM TP in GM room in same time my 3 bots, I too use proxy. Before ban GM write me "Do not attempt to bot on Light's Hope. You cannot hide from us." xD
-
cant run 10 sessions.
I have to do this on three computers xD
-
cant run 10 sessions.
I too run 28 session (my key 30 session) but random session gets closed
- Error
-
Error
int idMount = 0; if(ObjectManager.Me.PlayerRace == PlayerFactions.Human || ObjectManager.Me.PlayerRace == PlayerFactions.Dwarf|| ObjectManager.Me.PlayerRace == PlayerFactions.NightElf || ObjectManager.Me.PlayerRace == PlayerFactions.Gnome) idMount = 25472; //use mount id for add it in the spellbook for(int i = 0; i < 4; i++) { ItemsManager.UseItem(idMount); Thread.Sleep(Usefuls.Latency + 1000); } It's one of the parts a code
-
Error
-
Control ghost
Hello, I use Quester profile. I need control under char when it is ghost(with help Plugin). Explain, please, how to force char go to my path when it ghost?
-
Clear dont sell list.
Yes, I was need command "wManagerSetting.CurrentSetting.DoNotSellList.Clear();" Thanks a lot!
-
Clear dont sell list.
When I start botting on another computer , if char have items in the bags it item add "don't sell list". What command clear all that list?
-
Change settings plugin with command in quester profile
I want to do it in quester profile with commands, but I don't know what command need (plugin iEquip). Please look the video: VID_20180605_221429.mp4
-
Relogger error
-
Relogger error
[E] 00:30:57 - Utility > ResizeAndMoveWindow(Process process, Rectangle rectangle): System.InvalidOperationException: Нет процессов, связанных с этим объектом. в System.Diagnostics.Process.EnsureState(State state) в System.Diagnostics.Process.EnsureState(State state) в System.Diagnostics.Process.get_MainWindowHandle() в Relogger.IsirimoIjideibuc.Eluedixofisap(Process agimoucequEciu, Rectangle afuiruakou) Why after the error in the log of relogger game start 2 time? 3 апр 2018 09H39.log.html
-
Help with quester profile
Eee, thanks a lot again)
-
Help with quester profile
-
Help with quester profile
-
Pick pocket at VANILLA
Hello, on the vanilla version there is no autoloot, please explain how to use the pickpocket with autoloot?
- Is complete condition
-
Is complete condition
How do it in quester profile: Is complete condition if another player near my char?
-
Warmane Outland Ban
I used auction bot and I got banned after 1 day, but before ban me, I was approached by the GM. But the quest profile are banned all the time after level 30. How GMs check the bot? My bad eng, sorry