Jump to content

Ordush

Elite user
  • Posts

    1165
  • Joined

  • Last visited

Everything posted by Ordush

  1. This returns false if the target doesn't have Vampiric Touch Have been trying to make a workaround without luck. if ((ObjectManager.Target.GetBuffs(_VampiricTouch.Name).Any(a => a.Owner == ObjectManager.Me.Guid && a.TimeLeft < (1000 + ObjectManager.Me.GlobalCooldownTimeLeft + 1500)) || ObjectManager.Me.Guid != ObjectManager.Target.BuffCastedBy(_VampiricTouch.Name))) Nevermind lol the last code line i wrote just here works.
  2. That is because there are some people on here that are trying to make more money by adding their stuff to all channels. That is not a bug in the forum or bad setup. It's simply the greed and misuse of some users.
  3. It is already grouped by expansion and by product type. Like Fightclass, Quester etc.
  4. No private servers below pandaria has sophisticated anti-cheat =P
  5. My plugin has it as an extra option if you look at screenshots. However it's a paid plugin. Not sure if there are any free ones. out there.
  6. That is not a bug lol It's a feature. And yes you can, you just need to put a delay between each sale. They implemented it because people were sharing addons on the forum that would delete all items in bag.
  7. I understand now what it is he wants. He wants both of them to mount up at the same exact time, and not get the second char to cast mount when the other char has cast it. He basically wants it to look like he is mutli-boxing. The only way you can do that is by using chat commands, reading from an external file etc. I'd suggest you take a look at chat commands it's somewhere here on the forum Then you make player A write in chat then cast mount player B cast mount if chat message. That way you will get as close as mounting at the same time as you can.
  8. Try reinstalling wrobot into a new folder, because party is supposed to auto mount up if leader does it.
  9. It was just an example, I'm pretty sure that Droidz reads from memory instead of using the lua function. Was just to explain what I meant. ?
  10. It would be awesome to have IsMine as optional for checking buffs in wotlk name, rank, icon, count, debuffType, duration, expirationTime, isMine, isStealable = UnitAura("unit", index or ["name", "rank"][, "filter"]) Example: If (ObjectManager.Target.BuffTimeLeft("Vampiric Touch", true) < 1000) Where the true is isMine I know I can manually just make a lua function to check it myself, but it would be nice to have built into the api. ?
  11. You need to look at the log in your bot not the output area of the dev tools.
  12. It's not my fightclass that is the issue here. There are many people using my fightclass on Endless, I even have a level 70 hunter on endless myself. Never had nay issues. It's something else, provide me with logs and I might be able to help you out.
  13. That is exactly what is happening yes.
  14. Something must be bugged out with your install Try installing a new wrobot install to a new folder Then ONLY add the fightclass, use wrotation and see if it still happens.
  15. Sounds weird, seems that it doesn't update the status frame upon using command. I will look into it when I get home.
  16. @Droidz, can you just ban this fool? He obviously only made that wrobot account to make that post, which makes it pretty obvious that Bambo is right. It's just spam.
  17. Generally no matter what server you play on, you want to bot the same way that you'd play. That means, don't bot for 16 hours etc. What you are describing above should be relatively safe. It obviously depends on what kind of bot you intend to use. It definitely also depends on what products you use and what profiles/fc's you use. ?
  18. You guys just need to turn off framelock.
  19. Sorting fightclasses based on dps, is just silly. I mean, I would any day want utility over dps for botting. The very best way to compare products is by review. (Yes reviews could be extended though, like adding factors instead of just 1-5 stars).
  20. I honestly think most of that is complete non-sense. Tbh.
  21. There are coming a lot of private servers to live this year too, which will also increase the amount of people.
  22. I would love this feature for the Quest Order editor too. And also a SHIFT + for jumping 10 at a time instead. Because even with ctrl + it takes ages to move stuff from buttom to top ?
  23. I love the feature for paralleling quests, and I do it all the time. However, a really nice feature would be if you could add the target entry from all the quests in the parallel list while the specific quest is not complete. Example: I have these three parallel quests: VanquishtheBetrayersSailors VanquishtheBetrayersMarine VanquishtheBetrayersBoss Say it need 3/8 Sailors, 3/12 Marine and the boss. When the It often runs right through sailors to get to marines if it's on the Marine quest in the parallel. Is it possible to make it also target Sailors while until they are 8/8 (That quest is complete). This would really help on the issue with the bot running directly into packs of mobs getting itself killed. Especially on gather quests.
×
×
  • Create New...