Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. To unblacklist vendor (add you own condition, check if you are in smart pull): robotManager.Events.LoggingEvents.OnAddLog += delegate(Logging.Log log) { if (!log.Text.Contains("[ToTown] Unable to reach the vendor, blacklist it 120 minutes (you can disable this NPC in NPC DB tab 'Tools').")) return; foreach (var n in NpcDB.ListNpc) { n.BlackList(-1); } }; Or make copy of npcdb before to start fight (in smartpull) and restaure copy after fight (but yes I need to add blacklist events)
  2. I think than when "[HumanMasterPlugin] ..... is in our way, attacking!" he stop "GoToTask.ToPositionAndIntecractWith(vendor...)" (with the Fight.StartFight(...)), when "ToPositionAndIntecractWith" return false, WRobot check why, and he check "if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore)" before to blacklist, but IsAttackedAndCannotIgnore return false and WRobot blacklist vendor.
  3. Droidz

    Move #2

    Hello, I think it because you don't run this code in the bot thread (use event if you want to be in bot thread)
  4. Hello, you get this problem only when you use your fightclass? yes you can send it to me by private message
  5. please stop to spam forum, you have make more than 5 posts for the same problem (and you don't reply I my message). next time I ban you.
  6. please stop to spam forum, you have make more than 5 posts for the same problem (and you don't reply I my message). next time I ban you.
  7. I haven't found how to get bufftimeleft (exept your character buffs), and I don't found how to check globalcooldown (on vanilla)
  8. Hello, you use last WRobot version? old versions are detected
  9. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, cooldowntimeleft and globalcooldown are not supported in vanilla: https://wrobot.eu/forums/topic/4807-download-wrobot-for-vanilla/?do=findComment&comment=22310
  11. hello, Try to disable "HumanMasterPlugin" plugin and tell me if you get problem again
  12. Hello, https://wrobot.eu/forums/topic/3802-fisherbot-quest/
  13. Droidz

    Development tools

    Hello, I tried and no problem. And new info are at the bottom, it is for that than result text always scroll down .
  14. Hello, I keep note, I'll add c# code to force to go to the trainer (and probably button tab tools also)
  15. can you take screenshot of login wow window
  16. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Droidz

    Move

  18. Hello, try to increment "Max units near target:" in general settings tab
  19. Droidz

    wrobot wont start

    Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to reinstall framework, vc++ and slimdx
  20. Try to reinstall WRobot and use automaton, check if you character move, try to add fightclass and check if all is good, and try to use your profile after
  21. Droidz

    wrobot wont start

  22. Hello, try https://wrobot.eu/bugtracker/regen-before-looting-r1053/?do=findComment&comment=5080
  23. Hello, try to add sleep time beetween "UseItem("Sweet Nectar")" and the "while". but why not use default features for that?
  24. Hello, In general settings put lower "Search radius:".
  25. Hello, wow vanilla is only in 32bit. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...