Everything posted by Droidz
-
WRobot for Wow 7.1.5 bugs reports
Update status: http://wrobot.eu/forums/topic/4229-update-status-patch-710-build-22900/#comment-19596
-
WRobot for Wow 7.1.0 (build 22900) ready
Hello, WRobot support now Wow Legion patch 7.1.0.22900. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). More info about this wow version: Click here EDIT: Support build 22908
-
WRobot for Wow 7.1.5 bugs reports
Hello, Reports here all hot bugs appear with WRobot for Wow 7.1.5 (for others bugs/suggestion please use bug tracker). (Don't forget to share log file here)
-
Update Status - Patch 7.1.0 Build 22900
Hello, I start to work on this patch ps: More info about this version: http://www.wowhead.com/g00/news=257057/patch-7-1-survival-guide-return-to-karazhan-suramar-campaign-raiding-with-leashe
-
Add Events in WRobot code
Yes you can use this in quester, yes events are auto cleared when bot is stopped (to avoid problems). I'll writte small guide after release (with WRobot for wow 7.1).
-
Fishing certain fish
Hello, Vector3 pos1 = new Vector3(-1444.624, -253.5518, 0.9669148, "Flying"); float fishRotation = 3.0f; if (!FishingTask.IsLaunched) { if (GoToTask.ToPosition(pos1, 1.5f)) { ObjectManager.Me.Rotation = fishRotation; FishingTask.LoopFish(); Thread.Sleep(500); } } return true; And in "IsComplete..." option use c# code like: return ItemsManager.GetItemCountById(111908) >= 10; (change 111908 by your item id)
-
Several issues
Hello, this old version of wrobot is not supported.
-
Bought key but not working
Hello, sorry for delay, problem resolved.
-
Add Events in WRobot code
Hello, I have start to add events, now you can hook fight class like: wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { if (!unit.IsValid) return; if (unit.GetDistance2D - unit.CombatReach < 10 && unit.GetDistance - unit.CombatReach < 15) { if (unit.IsStunned || unit.Root || unit.Confused || unit.HaveBuff("Concussive Shot")) Move.Backward(Move.MoveAction.PressKey, 1000 * 3); } }; (you need to wait next update). If you need events/hooks for specific WRobot method, do not hesitate to tell me.
-
Add Events in WRobot code
Changed Status to In Progress
-
Use Path-Finding between each node
Hello, convert to grinder profiles, and in profile activate option "Hotspot" (you can activate it with ginder profile editor)
-
Bot Freeze after X minutes
Hello, try to remove folder "WRobot\Data\Meshes\".
-
WROBT Crash Critical Memoire
Bonjour, Essayer de mettre à jour Framework et SlimDX. Si le problème n'ai pas résolu pouvez vous me partager un log (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/). WRobot crash en général après combien de temps?
-
How to sell your profiles/fightclasses
rules updated
-
download profile
Hello, To download files (profiles/fightclasses) of WRobot for official wow servers you need active WRobot subscription on your WRobot account (no restriction for WRobot files for server private).
-
WROBOT fenêtre se referme toute seule
http://wrobot.eu/forums/topic/4141-wrobot-fenêtre-se-ferme-toute-seule/?do=findComment&comment=19470
-
Wrobot fenêtre se ferme toute seule
Bonjour, le anciennes versions de WRobot pour MoP sont obsolètes et ne seront pas réactivés.
-
Auction Bot Appraiser Minimum/Maximum Overkill
Hello, it is for this reason than I don't add it in bot routine. This feature can help you to save time, but it is recommanded to check manually all the time (you can also use wow addon to help you to select good price).
- How to click button in Vehicle
-
Sky golem fixed yet?
I'll add this feature. If you can help me to complete list of all mobs spawn by the herbs: http://www.wowhead.com/npc=98232/withered-hungerer http://www.wowhead.com/npc=98234/nightmare-creeper
-
Break Slow, Rooted, Feared, etc..
"Influenced" don't works? else try this c# condition: For your character: wManager.Wow.ObjectManager.ObjectManager.Me.Root for target: wManager.Wow.ObjectManager.ObjectManager.Target.Root
-
Several issues
Hello, I have upgraded your key, you can now use also old version of WRobot (you can found your new key here: http://wrobot.eu/clients/purchases/ )
-
Pas d'invocation d'élémentaire d'eau
Avez vous activer ce sort (Summon Water Elemental) dans les réglages de la fightclass? (cliquer sur la petite icone ou vous avez sélectionné votre fightclass pour accéder aux réglages)
- How to click button in Vehicle
-
how to ress if you die
Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).