Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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).
  2. 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)
  3. 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.
  4. Changed Status to In Progress
  5. Hello, convert to grinder profiles, and in profile activate option "Hotspot" (you can activate it with ginder profile editor)
  6. Hello, try to remove folder "WRobot\Data\Meshes\".
  7. 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?
  8. 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).
  9. http://wrobot.eu/forums/topic/4141-wrobot-fenêtre-se-ferme-toute-seule/?do=findComment&comment=19470
  10. Bonjour, le anciennes versions de WRobot pour MoP sont obsolètes et ne seront pas réactivés.
  11. 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).
  12. The real lua name like "ActionButton1" (not the displayed name)
  13. 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
  14. "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
  15. 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/ )
  16. 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)
  17. Hello, what is the name of the button http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  18. Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  19. Hello, it is automatic, what product (bot) do you use?
  20. Hello, line 133, replace Lua.LuaDoString("SendChatMessage(\"" + Message + "\", \"CHANNEL\", nil, " + ChannelId + ");"); by Lua.LuaDoString("SendChatMessage(\"" + Message + "\", \"SAY\");"); ref: http://wow.gamepedia.com/API_SendChatMessage
  21. Bonjour, cette fightclass ne support que le client wow en Anglais, essayez en une autre (ou vous pouvez également la traduire en français)
  22. Like here: https://www.youtube.com/watch?v=Vvmdlgrbz-g ?
×
×
  • Create New...