Jump to content

Marsbar

Elite user
  • Posts

    411
  • Joined

  • Last visited

Everything posted by Marsbar

  1. Ah okay, thanks. One more thing though does the RunState(beforeState); check the beforeStates NeedToRun or does it just run it anyway?
  2. Mainly targeted @Droidz but if anyone else has input, you're welcome to contribute. The state interface has BeforeStates and NextStates. My question is when do they run and does their "Need To Run" condition get checked? If you add the state into the list of before or after states are they in the main engine list of states or are they only considered if the state you added the before/afterstates to, is triggered?
  3. Is this in a non normal area (like dev island or something) because it may be the pathfinder. Try turning pathfinder off in the general settings.
  4. 2 options: Easy: make a grinder that does your gathering loop and add that mob to the kill list Harder: In a plugin add a state which is at a higher priority than gathering. Have a look at the grinder example bot project that droidz posted in the tutorials section on how to make a product. This should show you how states are added to the engine and an approximate priority you should make your state. There's a little bit of info about states at the bottom of this post too but you'll get the majority of info from that example project. edit: link to droidz example
  5. When you download the main wrobot from https://wrobot.eu/files/file/2-wrobot-official/ and launch the updater.exe there is a drop down for each version you can download. Have a install folder for each expansion!
  6. public class Lootoggle : wManager.Plugin.IPlugin The class has to be called Main.
  7. You haven't set it to mail white items MailWhite = False ;
  8. Thanks! You can purchase a copy of my discord plugin ❤️ https://wrobot.eu/files/file/1629-paid-wdiscord-a-discord-bot-to-suit-your-needs/
  9. Also try running the bot as admin? maybe it cannot create the settings files, thus it doesn't save.
  10. Good info. Do the spells names change at all? I recommend testing with the devtools (https://marsbars.gitlab.io/unoffical-wrobot-api-docs/articles/devtools.html) Try running the following in there when the proc happens (link to api doc - and make sure to set it to c#) : wManager.Wow.Helpers.SpellManager.CastSpellByNameLUA("Arcane Shot"); Be aware that my api doc is based on a vanilla version of the bot so some methods may not exist.
  11. Can you give some more info? What expac are you on? Can you share your self created FC where the problem is happening? Is this just a buff you get and don't care about? What affect does this proc have? I think you'd get more replies if you give ppl more info. Personally I have no idea what that talent does and I'm not about to go and research it.
  12. https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.Wow.Bot.Tasks.GoToTask.html
  13. It was only compatible with Vanilla due to an actionbar method I was using, tbc compatible version attached Buffer.dll
  14. disable ninja skinning in settings, then it will only skin the mobs that you kill.
  15. Interesting, I'll test this out.
  16. I sort of made this as a plugin for someone but never fully tested it. I'll drop it here, I'll happily make changes if you find issues and then I can post it to the downloads section. You can add your buff spells in the settings, each on their own line. Buffer.dll
  17. Try running the bot with no plugins and no fightclass in wrotation. Do you still get errors? If no, it's either an issue with a plugin, a fightclass or a quest profile.
  18. In the product settings there's a switch for managing movement, I believe it's the first one in the product settings list.
  19. Marsbar

    Freund helfen

    https://wrobot.eu/files/file/1721-tag-‘n-bagger/
  20. Rightclick references, under the Assemblies category on the left find System.Windows.Forms and tick it in the list Edit: Sorry I misunderstood. Add using System.Windows.Forms; to the top of the file Edit2: Or did i?
  21. are you botting with addons? wrobot reloads the ui when the addon memory gets too high, in turn maybe that causes your pc to freeze?
  22. I don't think it's a built in condition. You would have to use a lua condition. Droidz posted an example here: https://wrobot.eu/forums/topic/291-enhancement-shaman-weapon-buff-condition/?tab=comments#comment-1891
  23. I don't think that's fair. There are some endgame rotations in the downloads section, but they are few and far between. You may also want to mention what expansion you're playing on!
×
×
  • Create New...