Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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").
  2. Bonjour, pouvez vous partager votre fichier log SVP. Avez vous essayé avec d'autre profils?
  3. 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).
  4. If in next update, you can tell me if "TargetBuffCastedByMe" is fixed.
  5. 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;
  6. 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 )
  7. Hello, if you can wait next update, the problem is fixed.
  8. 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. ).
  9. If you can wait next update and tell me if problem is resolved.
  10. 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).
  11. 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).
  12. If you use c# code look this: http://wrobot.eu/forums/topic/2874-bug-in-currenttargethavebuff84617/?do=findComment&comment=13224
  13. Hello, like here: http://wrobot.eu/forums/topic/2866-targetbuffcastedbyme-335-servers-anyone-who-uses-this-please-look-at/#comment-13188 WRobot (and lua) retrun the first buff in the list. In C# code you can fix this problem with this code: if (wManager.Wow.ObjectManager.ObjectManager.Target.IsValid) { var buffs = wManager.Wow.ObjectManager.ObjectManager.Target.GetAllBuff(); var guidPlayer = wManager.Wow.ObjectManager.ObjectManager.Me.Guid; foreach (var buff in buffs) { if (buff.Owner == guidPlayer && buff.SpellId == 84617) { var buffTimeLeft = buff.TimeLeft; // work here... } } }
  14. reply here: http://wrobot.eu/forums/topic/2866-targetbuffcastedbyme-335-servers-anyone-who-uses-this-please-look-at/#comment-13188
  15. Hello, can you send me screenshot of your current regen settings please. Do you use last WRobot version?
  16. Hello, can you give me the name of the button (Return me to life): http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  17. Do you have try to use lua ( http://wow.gamepedia.com/World_of_Warcraft_API )?
  18. Do you get errors (or debug message about flightmaster) in your log?
  19. Droidz

    bug Version

    Bonjour, Vous utilisez la dernière version de WRobot?
  20. Hello, sorry I don't accept "WebMoney".
  21. Hello, I tried and seem works fine, the problem is probably caused by your server. You can get list of taget buffs in tab tools > dev... tools > memory info... (this contain owner buff). EDIT: I think I have found problem, i'll fix it in next updates.
  22. Can you try again with this file please: GroupLoot Wotlk.cs
  23. Droidz

    Crash

    Hello, try to remove folder "WRobot\Data\Meshes\"
  24. Hello, try to remove folder "WRobot\Data\Meshes"
  25. Hello, you need to use http://wow.gamepedia.com/API_RunMacroText like this: RunMacroText('/cast !shoot')
×
×
  • Create New...