Everything posted by Droidz
-
Training Dummies
Hello, In advanced general settings you can try to disable option "Ignore training dummy". But with default WRobot settings and basic Fightclass, WRotation works on training dummies
-
STUCK ObjectManager.Me.IsCast
I'll check if "CastingTimeLeft > 0" in "IsCast", I hope that will not create new bug. If you can wait next update
-
STUCK ObjectManager.Me.IsCast
Try to run this code (after "pickup" step) Thread t = new Thread(() => { uint spellId = 214482; // http://www.wowhead.com/spell=214482/radiant-ley-crystal int questId = 38015; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Me.IsValid && ObjectManager.Me.IsAlive && ObjectManager.Me.IsCast && ObjectManager.Me.CastingSpellId == spellId && ObjectManager.Me.CastingTimeLeft <= 0) { Lua.LuaDoString("SpellStopCasting()"); } } Thread.Sleep(1000); } }); t.Start();
-
STUCK ObjectManager.Me.IsCast
Hello, What is values of : Me.CastingSpellId Me.CastingTimeLeft Me.CanInterruptCasting
-
Vehicle Quest Targeting
Hello, try wManager.Wow.Helpers.ClickOnTerrain.Pulse(new Vector3(1, 2, 3)); // or wManager.Wow.Helpers.ClickToMove.CGPlayer_C__ClickToMove(1, 2, 3, Int128.Zero(), (int)wManager.Wow.Enums.ClickToMoveType.Move, 0.5f);
-
Force bot to take a taxi
Hello, try this code Lua.LuaDoString(string.Format("if TaxiButton{0} then TaxiNodeOnButtonEnter(TaxiButton{0}); end", 1)); Thread.Sleep(Usefuls.Latency + 100); Lua.LuaDoString(string.Format("if TaxiButton{0} then TaxiButton{0}:Click(); else TakeTaxiNode({0}); end", 1)); (replace 1 by you button id)
-
Face Vector
- Questaction
Hello, try code like Quester.Bot.QuesterSetting.CurrentSetting.ProfileName = "xxxxx.xml"; Products.ProductRestart();- New function to relogger, "important"
Changed Status to Confirmed Changed Version to All- relogger problem / loading fight class does not always work
Hello, do you use special character in your fightclass name? (or in wrobot path?)- Not Mailing/Vendoring White Items
Hello, do you have try to disable you wow addon?- HB equivalent of "Me.SubZoneId"
No equivalent in wrobot api. I have found this http://www.wowinterface.com/forums/showthread.php?p=317717#post317717 (but no good solution) But you can try to check distance from a position instead subzoneid.- Kill specific mobs in gatherer profile
Hello, use grinder bot- Game Version Incorrect
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- relogger crashing
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Gatherer Profile Dont move to all spots
Hello, in product settings activate option "Back to last profile position"- rotation stops after getting Stunned
https://wrobot.eu/forums/topic/5327-bot-stops-combatrotation-after-getting-stuned/- Reloger and Multipe EXE's
Hello, use task type "ChangeWowPath"- Bot Wont Start
Hello, https://wrobot.eu/forums/topic/5350-start-button-doesnt-work/ https://wrobot.eu/forums/topic/5842-bot-opens-but-will-not-activate/?do=findComment&comment=26661- Bot Opens But Will Not Activate
Hello, can you send me by private message the text of this page: https://wrobot.eu/byme/auth/myIp.php- Sleeping animal issue
Hello, Try to disable option "Attack before getting Attacked". If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Login error try disabling antivirus
Hello, try to "Clear ssl state"- Peur du ban...
Bonjour, WRobot est actuellement considéré comme sure à utiliser. Mais utiliser un bot est toujours risqué, si vous tenez a votre compte je vous recommande de ne pas utiliser de bot/cheat (surtout que le 2 eme ban est souvent un ban permanent).- Wrobot sync on two computers
I have never test but this should works.- Creating a plugin with debugging?
- Questaction