Everything posted by Droidz
-
Update Status - Patch 7.3.2 Build 25549
Update done
- Update Status - Patch 7.3.2 Build 25549
-
Relogger report bad key
Do you use proxy? if yes try to ignore wrobot
-
Relogger report bad key
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Fight class not casting spells
Hello, replace "_engine.StartEngine(5);" by "_engine.StartEngine(5, "", true);" (and check if you dispose correctly your fightclass)
-
Bot Stop working on Ares
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx and disable your antivirus
-
Dismount on right clicking a mob / object
Hello, try plugin like: using wManager.Wow.Enums; using wManager.Wow.ObjectManager; using wManager.Wow.Bot.Tasks; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (ObjectManager.Me.IsMounted) { MountTask.DismountMount(); } } catch { } }; } public void Dispose() { } public void Settings() { } }
-
Optimal FPS for bot
Hello, the highest
-
What does IsSpellUsable check for?
Hello, WRobot method "IsSpellUsable" check if spell is not gray in action bar (mana, cooldown, usable on target, ...: https://wow.gamepedia.com/API_IsUsableSpell and https://wow.gamepedia.com/API_GetSpellCooldown ). if it is not a spell at cast on self, you need to check if target is in "line of sight" and target distance: var notInLineOfSight = TraceLine.TraceLineGo(ObjectManager.ObjectManager.Target.Position); var isGoodDistance = spell.IsDistanceGood;
-
Win32 not available anymore in my launcher
Hello, https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
-
Gestion du focus ?
Salut, oui mais tu en as plus besoin https://wrobot.eu/forums/topic/2804-gestion-du-focus/?do=findComment&comment=13076
-
auto blacklist bugged mobs!
I added since option "try to detect evade mobs..." in advanced general settings
-
Add "cooldown on item" - In use item and spell on
I not added timer, but I added quest type "UseScriptOn" (you can use lua or c# code and add wait time easily)
-
Trying to sell at wrong faction
One method to resolve this problem: https://wrobot.eu/forums/topic/7604-specific-vendor-in-profile/?do=findComment&comment=34754
-
Dismount befor skinning
Yes I see that I have fixed this problem also (and for looting also).
-
Souci fps drop (le jeu saccade)
Bonjour, pouvez vous partager votre fichier journal ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Essayez de désactiver votre antivirus
-
Dismount befor skinning
If you can wait next update
-
Player got Teleported, and still relogging
Changed Status to Confirmed Changed Version to All
-
WRobot are safe for Ban Wow ??
Bonjour, WRobot n'a pas été détecté par les nouvelles mesure de sécurités mise en place par Bliz, vous pouvez trouver les rapports de bans ici: https://wrobot.eu/forums/forum/29-security-ban-reports et je fais tout mon possible pour qu'il ne le soit pas, mais rien est indétectable.
-
SpiritHealer Wow 1.12
If you can wait next update
-
Keep buff active?
Hello, you have a lot of way for that. The best way is to add it to your fightclass or use "Macro" tab (in advanced general settings)
-
Mob has moved more than 45 yards
It is not "NpcMailboxSearchRadius" it is "wManager.wManagerSetting.CurrentSetting.SearchRadius = 20;"
-
Hearth and Logout
Hello, with product "Schedule" (or quester)
-
game version is incorrect
Try to download another client
-
Selling item
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).