Jump to content

eniac86

Members
  • Posts

    143
  • Joined

  • Last visited

Everything posted by eniac86

  1. got the same problem. in the questing profile i am using there is just one line that toggles selling on. removed that eventhough it does not change anything about what quality items sould be sold. problem still persists. keeps selling green stuff.
  2. still got this problem with all addons deactivated. keeps selling green items, althought it should not and instead mail them.
  3. As you may know the [Underlight Angler] has a trait for every legion fish-pool, that will ocasionally fish the complete pool at once. The problem is, you will not simply loot the complete content of the pool, but rather a lootable gameobject appears. The Question is how do i get the fishbot to loot that gameobject?
  4. Got the same problems. bot standing too far away from pool and sometimes facing wrong direction. also farming Black Barracuda in suramar beach.
  5. The fishbot often positions itself too far away from pools and then tries to reach them, but of cause can't. Is this somehow fixable?
  6. Hey thanks for the help. I discovered 2 weird problems: First the lua does not accept the item name "Big-mouth Clam", if you just write "Clam" or "Big" it will work. Seems to be a problem with the "-", but i don't know how to escape it :( Second the keydown function seems to have no effect. Although if you hold down the shift key manually it works fine and will loot the clams. edit: hm weird. tried some things to get the item name with the "-" working but WoW itself seems to have a problem with it's own item name.
  7. Hey i'm trying to write a plugin that will open crates and clams while fishing. Sadly i have no idea how to send a shift+right-click to an item. Does anyone have an idea how to do that ? this does not work: wManager.Wow.Helpers.ItemsManager.UseItem(item.Name); Lua.LuaDoString("LootButton1:Click()"); this might work but i don't know how to continue: foreach (WoWItem item in items) { if (item.Name.Equals("Heavy Crate") || item.Name.Equals("Big-mouth Clam")) { wManager.Wow.Helpers.Bag.OpenAllBags(); List<int> bagAndSlot = wManager.Wow.Helpers.Bag.GetItemContainerBagIdAndSlot(item.Name); ... x=? y=? robotManager.Helpful.Keyboard.DownKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.Shift); robotManager.Helpful.Mouse.ClickRight(); robotManager.Helpful.Keyboard.UpKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.Shift); wManager.Wow.Helpers.Bag.CloseAllBags(); } }
  8. How to open "Big-mouth Clam" while fishing? I tried the combine - vanilla plugin but it does not open clams. (I have all addons turned off, latency settings are OK aswell)
  9. Does WRobot always sell everything no matter what you have selected? Does someone else have the problem that WRobot always sells everything (grey, white, green, ...), even if you only want it to sell greys? The only items spared from this are the items on my do-not-sell list.
  10. on retail you get banned with any bot. doesn't matter what you use. so i started playing vanilla gain :D. and i realised how much better vanilla was compared to todays wow.
  11. well it's been over a week now that i answered his request and he has been online several times but never answered. HB support is way better. But then again they have a whole staff.
  12. @Droidz please read this !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! see above i posted a video as you requested
  13. Hey i took the ForceMail.xml from Honorbuddy and stripped out all the xml stuff to get a list of just item names. You can copy paste this into your "force mail" and "do not vendor" list in the WRobot settings. ForceMail.txt
  14. @Droidz I know you give a shit on this problem because you already have my money. But could you please take a look at this again? i posted a video of the bug just like you asked me to. I'll wait another day then i will open a new post gain. as you seem never to respond more than once to a thread. also do you not read your pm's ?
  15. Here is a video of a mail/vendor run https://www.youtube.com/watch?v=ufr8BZPGVa0 In this case it uses the heartstone to unstuck itself, but if hs is not ready the bot will stop after X blockages.
  16. It seems like the bot get's stuck because the mailing window is open. As soon as you close it, the bot will continue.
  17. also could you change it so the mail recipient is obfuscated in the log ? had to do that manually.
  18. As you never respond to any thread twice i opened another one :) Here's a log of the mailing bug. That navigation problem happens everytime it get's stuck at the mailbox. 1 Jul 2017 00H01.log.html
×
×
  • Create New...