Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, no option available for this.
  2. Droidz

    Deleting fightclass

    Hello, Sorry but I will cannot help you. I think than can happen only when you save your fightclass.
  3. Hello, no with default settings. But you can run C# code to activate/desactivate option "Use trainer" depending of your level. For it use this c# code: var l = new System.Collections.Generic.List<uint> { 5, 10, 15 }; wManager.wManagerSetting.CurrentSetting.TrainNewSkills = l.Contains(wManager.Wow.ObjectManager.ObjectManager.Me.Level); You can use this code in plugin or in your profile with "Action" ( http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ )
  4. Hello, 1: Try to activate option in product settings "Back to last profile position". 2: Go to tab "Tools" > "NPC DB", in npc list select your npc and click on your keyboard key "Del". 3: In advanced general settings tab "others" you can disable options for it. 4: You cannot 5: WRobot go automatically to nearest npc, To force to go to repair use action "totown" ( http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ )
  5. Hello, you cannot change it.
  6. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 steps 10, 14
  7. Droidz

    No ID

    Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 please read step 1, 2, 4, 6, 13. If you problem is not resolved, can you share again your log file please.
  8. Hello, you can found ban reports here: http://wrobot.eu/forums/forum/29-security-ban-reports/
  9. Hello, http://wrobot.eu/files/file/421-settings-backup/
  10. Try to use http://wow.gamepedia.com/API_GetItemCooldown and http://wow.gamepedia.com/API_GetItemCount var itemId = 64488; var count = wManager.Wow.Helpers.Lua.LuaDoString<int>("return GetItemCount("+itemId+", nil);"); Logging.Write("Count = " + count); var timeLeft = wManager.Wow.Helpers.Lua.LuaDoString<double>("local startTime, duration, enable = GetItemCooldown("+itemId+"); return startTime + duration - GetTime();"); Logging.Write("Item Cooldown time left (seconde) = " + timeLeft);
  11. Bonjour, Vous devez avoir un abonnement WRobot pour pouvoir télécharger des fichiers pour WRobot pour serveur officiel.
  12. Changed Status to Confirmed Changed Version to All
  13. Droidz

    Moves when fishing

    http://wrobot.eu/bugtracker/fishingbot-weapon-swap-r530/?do=findComment&comment=3452 if you can you send me screenshot of your current fisherbot settings.
  14. Hello, I cannot reproduce this problem, can you send me screenshot of your current fisherbot settings.
  15. Hello, do you have try to activate option (in "Product Settings") "Back to last profile position"
  16. Pouvez-vous essayé de supprimer le dossier: "WRobot\Data\Meshes\Troll Raid\" (redémarrer le WRobot une fois le dossier supprimé) Pouvez-vous essayé également de désactiver l'option "Skin/Gather/Mine" et me dire si vous obtenez le même problème.
  17. I don't speak Chinese, but you can translate WRobot yourself ( http://wrobot.eu/forums/topic/381-how-to-translate-wrobot/ )
  18. http://wrobot.eu/forums/topic/3921-no-longer-queueing-and-leaving-bg-automatically/?do=findComment&comment=18265
  19. http://wrobot.eu/forums/topic/3921-no-longer-queueing-and-leaving-bg-automatically/?do=findComment&comment=18265
  20. Hello, sorry. Problem resolved in new update.
  21. Can you give me button name (where you want to click): http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  22. Yes but it will be complicated with current API.
  23. Can you try to extract on your wow folder and run wow with this file: Wow_18414.zip
  24. Hello, this fightclass don't works? http://wrobot.eu/files/file/663-335a-retri-paladin-by-bettersister/ http://wrobot.eu/files/file/666-335a-prot-paladin-by-bettersister/
×
×
  • Create New...