Jump to content

Zan

WRobot user
  • Posts

    549
  • Joined

  • Last visited

Everything posted by Zan

  1. Camelot10 is really good at writing scripts and if someone were to come out with something like that he'd be the one to do it. Some of us are working on Fight Classes and Profiles at the moment. To me it's just a matter of making a profile and testing it to be fully AFK. Anything less isn't acceptable.
  2. You should post problems in the thread for the item you purchased. The developer may have something wrong with the profile.
  3. Why not buy a Logitech or Razer keyboard or mouse that does rapid fire macros you can program? If this is all you're using the bot for I'd hate for you to get possibly banned for using a bot when there are other options that won't get you banned.
  4. You need an active sub to get access to them.
  5. You need about 20+ accounts nowadays to make any real money from selling WoW gold. It's not worth it anymore.
  6. That happens with every patch. Droidz will get it up after servers are back up.
  7. You should include the Specialization you're looking for.
  8. @camelot10 I know you're passionate about the issue, I do agree with most of what you say, but you need to learn to be a little more tactful and keep the conversation constructive. Believe it or not, you will receive a better response from people when you do.
  9. I have noticed the trend as well lately. The only rule I wouldn't fully agree with is rule #4 regarding plugins. Sometimes some people are looking for a plugin that serves one single purpose. Otherwise it's a very valid list and I hope Droidz does take a look at it and makes some changes. I once asked Useroffline to put his info in English and they told me to use google translate. That didn't sit well with me. But in the end they added an English translation to the profile and started posting responses in English but didn't change the profile title.
  10. Droidz raised the price for lifetimes a few months back as well. I can't blame him/her either. Droidz puts a lot of work into it supporting live and private servers.
  11. Droidz is it possible to add a HearthstoneAreaId to WRobot?
  12. AreaId in WRobot works as an int as well if you can use that.
  13. That's why i stated to look at GetMapSubzones in LUA. It works with ID rather than name.
  14. Probably have to use lua. Take a look at GetMapSubzones Lua. The only thing I see in WRobot is SubMapZoneName which of course returns a name and is not good for multilanguage. I wish WRobot had more access to ID's than names considering the languages of different users here. I have quite a few projects myself not released because of this barrier.
  15. You need a sub to access them.
  16. I found an easy way that could be used universally with c#: private static void RepeatAction(int repeatCount, Action action) { for (int i = 0; i < repeatCount; i++) action(); } Then in the profile: RepeatAction(5, () => { // Action to repeat 5 times. });
  17. Will this code work for Multi-language to check where a Hearthstone is set? Lua.LuaDoString<string>("bindlocation = GetBindLocation(); return bindlocation;") == "Trade District"
  18. That points me in the right direction. Thank you!
  19. Is there a way to move to a lootable corpse and loot it manually? I attempted a few ways but I just couldn't get it to work. I was wondering if anyone knew a way. Thanks in advance!
  20. I've farmed Vash, but I've never made or used a quest file for there.
  21. Yes. It is in the Npc DB and Active. It's listed as both Vendor and Repair and will not do either. I can vendor manually but I would rather use the ForceToTown feature instead.
×
×
  • Create New...