Everything posted by Droidz
-
Vendor NPC
The limit is probably lua. Use buy/sell color filter, I'm sure that you can reduce your list
-
Launching wow via a bat file
This command https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/exit exit 1234 (replace 1234 by process id)
-
Increase distance to walls and in-game objects while traveling.
Try value like 5
-
Increase distance to walls and in-game objects while traveling.
Hello, The problem is that smoothmove can change path a little, and in some zones that small change can cause problems. In advanced general settings tab "Pathfinding" you can increment option "wall distance". Use bigger value in this option can generate strange path sometime.
-
How add npc in db
Hello, select NPC in smelting zone
- Wrotation 5.4.8
- Wrotation 5.4.8
-
Launching wow via a bat file
Hello, you need to exit your .bat with the wow process id in exitcode
-
Clientless Option?
I'am sorry, WRobot haven't this feature.
- Wrotation 5.4.8
- Wrotation 5.4.8
-
Clientless Option?
Hello, I am not sure to understand. But you can't run bot without game client. But you can use low graphics qualities options to reduce CPU, memory and GPU usage. You can also optimize bot with fightclass with big sleep time and a little spell number, and change various bot settings to decrease resource usage.
-
Bot doesn't start via relogger after ram error
Hello, do you have installed required software (vc++, slimdx) ?
-
Vendor NPC
Hello, do you have an error in your log ? Do you have tried to copy items names/id from toolbox (in tab "Others" > "Dev... tools" > button "All bag... items"? Do you use Wow add-ons? If yes, try to disable all.
-
[Gatherer] Advanced profile, how to change zone after level/time
Hello, No, it's only for "Gatherer" product. But with "Grinder" profile editor, you can add several zones (change by character level). If you need more feature, you need to use "Quester".
-
I can not open it.
Hello, Can yuo share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Trying to connect to Legion and says key isnt valid
Hello, your problem should be solved.
-
Gatherer bot that farms one herb on one place only
Hello, make gatherer profile with one location
-
Character CLass IF Condition
Hello, if (wManager.Wow.ObjectManager.ObjectManager.Me.WowClass == wManager.Wow.Enums.WoWClass.Warrior) { wManager.wManagerSetting.CurrentSetting.RestingMana = false; }
-
DB2Reader
Hello, It depends on the version of Wow, but in WOTLK by sample : using System.Runtime.InteropServices; using wManager.Wow.Patchables; namespace wManager.Wow.Helpers { /// <summary> /// Class WoWLock /// </summary> public class WoWLock { private readonly LockDbcRecord _lockDbcRecord0; private static DBC<LockDbcRecord> _lockDBC; private WoWLock(uint id) { if (_lockDBC == null) _lockDBC = new DBC<LockDbcRecord>(0x00AD40F4 - 0x400000); _lockDbcRecord0 = _lockDBC.GetRow((int) id); } /// <summary> /// By id. /// </summary> /// <param name="id">The id.</param> /// <returns>WoWLock.</returns> public static WoWLock FromId(uint id) { return new WoWLock(id); } /// <summary> /// Get record. /// </summary> /// <value>The record.</value> public LockDbcRecord Record { get { return _lockDbcRecord0; } } [StructLayout(LayoutKind.Sequential)] public struct LockDbcRecord { // 1 + 4*8 = 33 fields public uint Id; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)] public uint[] KeyType; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)] public uint[] LockType; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)] public uint[] Skill; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)] public uint[] Action; } } } Which DB do you want to read?
-
official server Classic
Hello. No, WRobot works and will work only on private servers. Current supported versions can be found here https://wrobot.eu/supported-wow-versions/
-
TBC - stack overflow (table too big to unpack)
Hi, The bot uses unpack Lua function only to extract Lua events. When you catch LuaEvent does your code take time ? (maybe try to lock one thread to try to reproduce the problem, if it's the problem try to run the slow code in a new thread. In dungeons, he has probably more events that in open world). You can also try to put lower value at : wManager.wManagerSetting.CurrentSetting.EventsLuaWithArgsWaitTime wManager.Wow.Helpers.EventsLua.RefreshMs (~150 by default)
-
Steps
-
Game Crash after a while !
Hello, try to download Wow client in another website (you need to use default and unmodified wow client)
-
Steps
Hello, you can disable step in tab "Product settings" > button "Profile settings (enable/disable quests/steps)"