Everything posted by Droidz
-
Offset level on Wrobot?
Sorry, the code I had written could not work correctly, I just rewrite it
-
Problem with VMare Workstation and wotlk client
if it is not that, it is probably you VM settings or Windows version, Wow works on VMware
-
Offset level on Wrobot?
Hello, no option to put fake character level. If you can modify profile you can change zones level, but if it is paid profile the file is probably encrypted (and you cannot modify encrypted files, in this case only profile creator can do it). If you can also try to change wow memory with plugin like (not recommanded method): using System.Threading; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { const uint LevelChangeOffset = 4; private uint CurrentLevel { get; set; } public void Initialize() { EventsLua.AttachEventLua("PLAYER_LEVEL_UP", context => { CurrentLevel = 0; }); while (Conditions.ProductIsStarted) { if (Conditions.InGameAndConnectedAndProductStartedNotInPause) { var lvl = wManager.Wow.ObjectManager.ObjectManager.Me.Level; if (CurrentLevel == 0) CurrentLevel = lvl; uint newLevel = CurrentLevel + LevelChangeOffset; if (lvl > 0 && lvl != newLevel) wManager.Wow.Memory.WowMemory.Memory.WriteUInt32(wManager.Wow.ObjectManager.ObjectManager.Me.GetDescriptorAddress(wManager.Wow.Patchables.Descriptors.UnitFields.Level), newLevel); } Thread.Sleep(100); } } public void Dispose() { } public void Settings() { } }
-
Problem with VMare Workstation and wotlk client
Hello, you use last version of WRobot? You have try to download wow client in another website?
-
Flight master was discovered
when npc is near you (in objectmanager)?
-
Mob in textures, Line of sight, endless AFK
when this happen again, if you can send me by private message result of "all memory info" buton in dev tools
-
Mob in textures, Line of sight, endless AFK
target is flagged in combat?
-
Mob in textures, Line of sight, endless AFK
or drop?
-
Mob in textures, Line of sight, endless AFK
Health of player and mob is full?
-
Mob in textures, Line of sight, endless AFK
Hi, not quickly but normally the bot blacklist mob (15-30 seconds) and leaving the fight. You have tried to wait?
-
Bot not skinning
Hello, in advanced general settings increment your min latency
-
Upgrade subscription
Hello, you can found upgrade invoice here: https://wrobot.eu/clients/orders/
-
Add event handler or hook to add new state safely
Hi, you get same problem with "OnStartEngine"? You can also try to use "OnAddState" when bot add "Idle" (it is all time last state)
-
Bot going AFK
Try to close all useless programs. Try also fresh wrobot install with default settings (use only your profile, try without fightclass)
-
Bot going AFK
try to install Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86)
-
Blackspots for chain profiles
Yes I also looked the code and did some tests I was going to tell you that I cannot reproduce this problem.
-
Blackspots for chain profiles
Hi, with quester profile?
-
PROFIL OR WROBOT FAIL
Hello, try to increment your min latency (in advanced general settings). If you use wow addons disable all. You can also try without plugin/fihtclass and with fresh WRobot install (with default settings) (to be sure that is not problem)
-
Bot going AFK
Do you have error in your log file?
-
Bot going AFK
Hello, this problem is generally caused by teamviewer, but can be caused by your antivirus. You have try to disable all?
-
7.3.5
Hello, try again problem resolved
-
Black s**t screen
You are sure that you use last version? I tested again I cannot reproduct problem. For me the problem came from CTM, sometime he was called with float.NaN param (that do blackscreen or crash wow)
- 26365
-
7.3.5
Hello, problem resovled
-
Black s**t screen
if you can try with new update