Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you can buy license key here: http://wrobot.eu/store/category/2-wrobot/
  2. Hello, I don't think add this in wrobot API, but you can use lua condition: http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=13302
  3. Get type of buff/debuff LuaScript: local name = GetSpellInfo(53817); local name, rank, icon, count, debuffAuraType = UnitAura("player", name); - you can replace player by UnitId - Replace 53817 by your spell id. Research: Magic or Disease or Poison or Curse Var: debuffAuraType ps: to get buff/aura spell id you can use this script: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment%3Fcomment%3D8832
  4. Use two time SpellStopCasting() seem works also: SpellStopCasting() SpellStopCasting() ps: https://www.reddit.com/r/wow/comments/3q9dff/how_do_i_cancel_aim_shotsteady_shot_with_kill_shot/cwd7534
  5. Try to use this lua code: RunMacroText('/stopcasting') RunMacroText('/stopcasting')
  6. Can you try to remove folder "WRobot\Data\Meshes\Draenor\" (stop WRobot before remove). Can you give me profiles and fightclass used please.
  7. Do you have added the name of cut gems in "Force sell list" (in advanced settings)?
  8. WRobot can run protected lua command, you can try to move your character if SpellStopCasting() don't works ( http://wowprogramming.com/docs/api/MoveForwardStart and http://wowprogramming.com/docs/api/MoveForwardStop )
  9. http://wrobot.eu/bugtracker/335-using-infinite-food-german-client-r399/?do=findComment&comment=2784
  10. Do you have this buff when you use food? http://de.wowhead.com/spell=1129/essen ps: if you can wait next update and tell me if your problem is resolved.
  11. Hello, can you share your log file please.
  12. I am sorry, but you cannot turn off mobs facing during combat in grinder/quester products.
  13. Hello, You get this message (Couldn...) all the time? Even at the first WRobot start (after compturer (re)start?) If yes, this keybinding is used by another software. If this works only the first time, it is because you don't dispose it, add this code before the end of your code: this._hookKeybindings.Dispose();
  14. Hello, What product do you use? Put good setting in advanced general settings (tab vendor...) , at your profile add totown action and add vendor in your profile (or in "NPC Database").
  15. Bonjour, pouvez vous partager votre fichier log SVP. Avez vous essayé avec d'autre profils?
  16. Droidz

    How do po ?

    Bonjour, Penser à changer votre pseudo (certaine personne pourrait utiliser votre adresse mail avec de mauvaises intentions): http://wrobot.eu/settings/username/ Pour gagner des PO, le plus simple et d'utiliser le produit "Gatherer" et de ramasser les mines/herbes de WoD et de les vendre aux enchères (ça dépend également de ce qui manque sur votre serveur, le mieux et de trouver ce qui manque le sur votre serveur).
  17. If in next update, you can tell me if "TargetBuffCastedByMe" is fixed.
  18. Hello, this code is not 100% reliable but you can try: Spell Corruption = new Spell("Corruption"); //... var errorCount = wManager.Wow.Helpers.EventsLua.UsedCountByLuaEventsId(wManager.Wow.Enums.LuaEventsId.UI_ERROR_MESSAGE); Corruption.Launch(); bool failled = wManager.Wow.Helpers.EventsLua.UsedCountByLuaEventsId(wManager.Wow.Enums.LuaEventsId.UI_ERROR_MESSAGE) > errorCount;
  19. Ok, wait next update, problem is probably caused by your server (in official wow server, this item use buff http://www.wowhead.com/spell=167152/refreshment , private server seem use http://www.wowhead.com/spell=434/food and http://www.wowhead.com/spell=430/drink )
  20. Hello, if you can wait next update, the problem is fixed.
  21. Try with this plugin Ressurection on Spirit Healer.cs (move downloaded file in folder "WRobot\Plugins\", (re)launch WRobot, go to tab "Plugins" and activate it. ).
  22. If you can wait next update and tell me if problem is resolved.
  23. In xml fightclass, you can use "C Sharp Code" condtion, in value put: If you want check if buff casted by your character is in target: wManager.Wow.ObjectManager.ObjectManager.Target.GetAllBuff().Any(b => b.IsValid() && b.Owner == wManager.Wow.ObjectManager.ObjectManager.Me.Guid && b.SpellId == 123456) (replace 123456 by your spell id).
  24. Bonjour, pouvez vous me donner le nom du bouton (ou il y a écrit "Envoyer moi au bastion...") ( http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447 Coller le code dans le chat wow, mettre le curseur de la souri sur le bouton et appuyer sur la touche entrer, le nom du bouton devrait s'afficher dans le chat wow).
  25. If you use c# code look this: http://wrobot.eu/forums/topic/2874-bug-in-currenttargethavebuff84617/?do=findComment&comment=13224
×
×
  • Create New...