Jump to content

Ordush

Elite user
  • Posts

    1165
  • Joined

  • Last visited

Everything posted by Ordush

  1. Can you add me on discord? I'm on the official wrobot discord as Ordush
  2. Hey mate, is all your wrobot sessions running in the same folder?
  3. if (Lua.LuaDoString<bool>(@"if UnitExists(""party1"") and UnitAffectingCombat(""party1"") and not UnitExists(""target"") then return true else return false end")) { Lua.LuaDoString(@"AssistUnit(""party1"")"); Fight.InFight = true; } This is some very very crude code that I just wrote out of memory for party1. You can just add all your party members to a list and then iterate the list instead. Maybe there is even some api in wrobot. But I am not by my PC. Wrote this just to give you a gist of it.
  4. Rotation bot isn't supposed to target for you. (Just notiiced you wrote rotation bot). If it does, then it's because the fightclass OR a plugin has some code that targets target of party members if they are in combat.
  5. "Help Party Members" or something like that in advanced settings. ?
  6. We're coders, we're not salesmen. ? (Edit: I even offered to pay someone do this for me, no one took the bait) Comparing Wrobot to Honorbuddy is like comparing a lemon to a cat.
  7. I made a similar plugin some time ago. Hostile Player Checker.dll You can write names in the settings and it will whisper that name if you are being targeted by a player or if alliance gets too close.
  8. They don't have any anti-cheat it's pure reports
  9. My best guess is that a GM randomly came upon your char. Bots are dead give away.
  10. People get banned on that server everyday it's definitely not detected. I have been botting there since day 1. Still 0 accounts banned.
  11. You are obviously using google translate. Copy paste his code without google translate.
  12. ofc. ? If you do a dungeon or a raid, notice that you can't hear any of the other players yelling "Spell is not ready yet". Trust me 90% of wow players mash keys. ?
  13. I didn't mean your post was necro, but that I replied to a necro post. I can see how those two things could get mistaken, sorry bad choice of words from my side. I've only had issues with the downspiralling when using a gather profile, if I was getting to high. It could probably be fixed by doing more Z moving. ? However, post stuff in the bug tracker instead of the forum if you want to get stuff fixed. These posts drown
  14. First of all, it's quite a necro post but I will however still add this. NEVER use the client downloaded from a servers site on that same server. It's very likely that the server has installed some kind of anti-cheat into the client they are hosting. The last part with the hang-up that is because of a bad profile, if you make your profiles go too high in the air over a herb it will try to get to the herb by flying in a 180 degree line, which is not possible, so it will get offset by 1 degree, which will make the bot turn it around, which will repeat itself. This is how the last video happens. So if you want it NOT to do that, go closer to the herb so it doesn't fly in a 180 degree line directly down to the herb. ?
  15. First of all UnitBuffName is something I added to my api. It's not native to the wow lua api. It's funny how stuff from my api keeps showing up on these forums, not sure where people are getting it from. Depending on what expansion you are on you shoudl use either UnitAura("Unit", "SpellName") or UnitBuff("Unit", index) or UnitDebuff("Unit", index)
  16. He already posted a method that works?
  17. You can't interact with released corpses
  18. Too bad. Do you have any suggestions for a workaround?
  19. Random randomNumber = new Random(); int iceArmorTimer = randomNumber.Next(15, 30); // Makes the int iceArmorTimer into a random number between 15 and 30
×
×
  • Create New...