Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try in your fightclass to add: RunMacroText("/startattack") with timer (like 2500) and active option, not spell name is lua script
  2. Hello, I'll check if I can detect if he can skin or gather mob (currently I cannot). I comeback here later.
  3. Hello, you get this problem only when you use the fishing raft ?
  4. You need to interact with 'Titan Defense Orb' to disable it? If yes if it is npc use quest type 'interact with npc', if it is gameobject you can add object entry id at list of object at harvest
  5. You use quest profile? If yes run you code in step (quest order).
  6. Hello, no option available for this.
  7. Droidz

    Deleting fightclass

    Hello, Sorry but I will cannot help you. I think than can happen only when you save your fightclass.
  8. 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/ )
  9. 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/ )
  10. Hello, you cannot change it.
  11. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 steps 10, 14
  12. 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.
  13. Hello, you can found ban reports here: http://wrobot.eu/forums/forum/29-security-ban-reports/
  14. Hello, http://wrobot.eu/files/file/421-settings-backup/
  15. 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);
  16. Bonjour, Vous devez avoir un abonnement WRobot pour pouvoir télécharger des fichiers pour WRobot pour serveur officiel.
  17. Changed Status to Confirmed Changed Version to All
  18. 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.
  19. Hello, I cannot reproduce this problem, can you send me screenshot of your current fisherbot settings.
  20. Hello, do you have try to activate option (in "Product Settings") "Back to last profile position"
  21. 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.
  22. I don't speak Chinese, but you can translate WRobot yourself ( http://wrobot.eu/forums/topic/381-how-to-translate-wrobot/ )
  23. http://wrobot.eu/forums/topic/3921-no-longer-queueing-and-leaving-bg-automatically/?do=findComment&comment=18265
  24. http://wrobot.eu/forums/topic/3921-no-longer-queueing-and-leaving-bg-automatically/?do=findComment&comment=18265
  25. Hello, sorry. Problem resolved in new update.
×
×
  • Create New...