Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Copy logs here. And when you use Automaton you character don't move also?
  2. In your log you have only "sell gray" activated: Selling = True ; SellGray = True ; SellWhite = False ; SellGreen = False ; SellBlue = False ; SellPurple = False ; DoNotSellList = Tough Hunk of Bread, Hearthstone
  3. I think than your bag is full and you haven't good settings to sell items (check "Do not Sell List (one item by line)" and activate option to sell white, green, ... items).
  4. 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)
  5. 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.
  6. 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)
  7. Hello, you get this problem only when you use your fightclass? yes you can send it to me by private message
  8. 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.
  9. 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.
  10. I haven't found how to get bufftimeleft (exept your character buffs), and I don't found how to check globalcooldown (on vanilla)
  11. Hello, you use last WRobot version? old versions are detected
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Hello, cooldowntimeleft and globalcooldown are not supported in vanilla: https://wrobot.eu/forums/topic/4807-download-wrobot-for-vanilla/?do=findComment&comment=22310
  14. hello, Try to disable "HumanMasterPlugin" plugin and tell me if you get problem again
  15. Hello, https://wrobot.eu/forums/topic/3802-fisherbot-quest/
  16. 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 .
  17. Hello, I keep note, I'll add c# code to force to go to the trainer (and probably button tab tools also)
  18. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. Hello, try to increment "Max units near target:" in general settings tab
  20. 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
  21. 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
  22. Hello, try https://wrobot.eu/bugtracker/regen-before-looting-r1053/?do=findComment&comment=5080
×
×
  • Create New...