Everything posted by Droidz
-
[TAURI] Wrobot detected
If you can launch all time WRobot with shortcut "WRobot No Edit Memory" (and check if you use default wow client, no client of Tauri) and tell me if you get ban again. But seem to be manual ban
-
Flying Mounts broken in TBC/WOTLK
You confirm that "W" is to move Forward ?
-
Flying Mounts broken in TBC/WOTLK
I confirm than fly mount management on TBC is horrible (especially the sliding before dismounting, I'll try to resolve it) But I cannot reproduce the problem of this post after several hours, someone have profile to help me to reproduce it please.
-
Auction Get Error
Hello, It is connection problem with auth server, if this don't close WRobot you can ignore it.
-
Bot randomly won't dismount and just autoattacks
Hello, do you have errors in wow or wrobot log? do you have try to disable wow addons ?
-
LICENSE KEY expiration time is wrong
Hi, I reactived your key
-
Flying Mounts broken in TBC/WOTLK
ty, If you can please active radar3d next time than you have this problem (to check where wrobot want to go)
-
Flying Mounts broken in TBC/WOTLK
Hello, like https://wrobot.eu/forums/topic/8668-workaround-for-stutter-flying/?tab=comments#comment-53730 ?
-
paladin not mounting?
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/ ).
- C# Stopfollowing Path [Gathering]
- C# Stopfollowing Path [Gathering]
-
Leave our Mark
Hello, try to add log to check if he try to use item or not (before "ItemsM anage r.UseItem (itemId);") You can also try to use lower "Thread.Sleep" if loot is very fast on your server. Or you can try this code (not tested): wManager.Events.LootingEvents.OnLootSuccessful += delegate(WoWUnit unit) { uint itemId = 42480; int questId = 12995; if (Quest.HasQuest(questId)) { ItemsManager.UseItem(itemId); Thread.Sleep(50); Usefuls.WaitIsCastingAndLooting(); } };
- C# Stopfollowing Path [Gathering]
-
Relogger Stopping Half of Profiles
Hello, do you use option "Run tasks in loop" (in relogger profile option)? Do you check if you can found more info in wrobot log?
-
Hotspots don't work
you are sure that you haven't errors or debugs info in you log file? You have try to reinstall WRobot in new folder? Install required softwares (slimdx and vc++) ?
-
ignore flying mobs
yes tab "Tools" you have blacklist editor
-
How to train spell at class trainer
Hello, GetSpellBookItemInfo seem added in Wow 4.0.1. Try: local id = 6673; local nSearch = GetSpellInfo(id); if nSearch then local i = 1 while true do local spellName, spellRank = GetSpellName(i, BOOKTYPE_SPELL) if not spellName then break end if nSearch == spellName then return true; end i = i + 1 end end return false;
-
MiniMapGenerator.MinimapImage
Hello, I think it is more easy to use " MiniMapGenerator.PathImage", sample: void RefreshMap(object objs) { try { var prm =(List<double>) objs; double zoom = prm[0]; double actualWidth = prm[1]; double actualHeight = prm[2]; lock (_lockShowMap) { var landmarksMiniMapCache = GenerateLandmarks(zoom); var image = new MiniMapGenerator.PathImage(Usefuls.ContinentNameMpq, ObjectManager.ObjectManager.Me.Position, landmarksMiniMapCache, (float)zoom); image.Generate(actualWidth, actualHeight); if (image.Result != null) { // Save img: if (!string.IsNullOrWhiteSpace(_saveTo)) { try { image.Result.Save(_saveTo, ImageFormat.Jpeg); } catch { } _saveTo = ""; } // Show img: var hbmp = image.Result.GetHbitmap(); try { var ret = Imaging.CreateBitmapSourceFromHBitmap(hbmp, IntPtr.Zero, Int32Rect.Empty, BitmapSizeOptions.FromEmptyOptions()); ret.Freeze(); Dispatcher.Invoke(DispatcherPriority.Background, new Action(() => MapImage.Source = ret)); //Dispatcher.BeginInvoke( // DispatcherPriority.Send, // new Action(() => MapImage.Source = null)); //Dispatcher.BeginInvoke( // DispatcherPriority.Send, // new Action(() => MapImage.Source = ret)); } finally { DeleteObject(hbmp); } } image.Dispose(); } } catch { } }
-
Hotspots don't work
Hello, do you have error in your log?
-
Function "Reset" in quester now isn't work
Hello what is quest type of "HR"?
-
Shaman Ghost Wolf between mobs
not tested but try this plugin: Dismount cancelaura.cs (I'll try to resolve this problem in next updates)
-
Wotlk Wrong Version?
On your screenshot the font does not seem to be the default Wow font. After some software can cause problem like malwarebyte or some antivirus try to disable all
-
[vanilla] mesh error hinterlands, raventusk village
Hello, you can resolve this problem if you blacklist water or record good road (https://wrobot.eu/forums/topic/11007-add-waterroads-myself/?do=findComment&comment=52395)
-
ignore flying mobs
Hello, you need to attack this type of mobs? if not you can blacklist these
-
Shaman Ghost Wolf between mobs
Can you tell me when he don't leave ghost wolf please?