Jump to content

Ordush

Elite user
  • Posts

    1171
  • Joined

  • Last visited

Everything posted by Ordush

  1. It's so easy to find out if it's detected.. Start wow, begin playing using wrotation, nothing else. If you get banned while using wrotation and wrotation only, then it's a completely different matter. I don't know about wotlk, i never tested there. But i leveled a mage to 70 without getting banned. That was done only using wrotation using an exploit that i am obviously not gonna share. Fact just is: I did all the leveling using wrotation.
  2. It's set to 8 yards if i recall. I am working on it atm. ?
  3. It's for the proxy you have bought. ?
  4. Wrong username/password.
  5. You need to run the dungeon bot from the same wrobot folder. Otherwise the bot obviously won't be able to read what role you have chosen for each party member. ?
  6. Even if they ninja pull they should get back to the "teamup" spot. after they killed the mob. The conditions to be ready is to be close to eachother, and they have to have full hp/mana (I am currently making a setting so you can change these numbers). You can always set the spots at the end of the patrol route, and make the tank walk into the patrol route, so he pull the patrol when it comes. (That is what i do in RFC). If you look in the RFC profile, you will even see that i made a route inside a patrol space (The very first patrol in the dungeon). Sometimes the bot pulls it while running to the next wait spot, other times they pull it after teaming up. Doesn't matter. ?
  7. Thank you for the kind words Garub. Luckily for all of us, there are some bright souls on this forum. Glad i can help you out. ? As @Mateniasaid check out https://mooc.fi/en/ Or https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169?l=Lvld4EQIC_2706218949 Bob Tabor, Matenia, Droidz, my brother and a few others on this forum is who taught me all i know about C#. ?
  8. You can use python to make your own hack, instead of using WRobot. However, if you want to write anything for wrobot. I'd suggest learning C# or Lua. If you know python. then you will easily be able to learn C# and/or Lua.
  9. You can just add them in the xml file with notepad, and edit them in the editor. Make your questing profiles in C#! ?
  10. I don't understand why people are even discussing weather or not wrobot is detected for the tbc warmane server.... I leveled a mage from 1-70 there a week or two ago... I even posted screenshot of it... I even used the same mage grinding for some days 24/7..
  11. You char is in Hawaii? ? Sick!
  12. You are completely right, i totally overlooked that lol. I just saw Bambo mentioning me, and i instantly thought it was Vanilla, because that is what my FC is. But, yeah wotlk is easy. You can even set the conditions in the FC editor. Just add two conditions. one being 1-5 stacks. and another that reapply based on 5 stacks and x time left. ?
  13. Yep. I don't think the FC editor has timers, unless he adds it as C#. ? Edit: He also has to base the timer on each mob he has the sunders on. What he can do: Use mob GUID, and if mob has 4 sunder stacks then on next application add a timer based on that guid. That is why i said the " without a lot of tinkering. " . ?
  14. Yea but debuff timer doesn't work in vanilla, so you can't reapply.
  15. Can not be done on Vanilla, without a lot of tinkering. I know that you are using fightclass editor. ?
  16. I honestly haven't looked into it, but i am pretty sure if you google wow lua weapon type, you will get something. ?
  17. @naviomg I fixed the Druid bearform now. BUT OMFG I did not understand why it took 5-10 seconds for it to turn "Ready" if in bear form. Then after rewriting my code 10 times, i realized that you get more max hp when you go in bear form. And because of that it doesn't turn "Ready" until it has healed back up to 100% lol... Working on the "If you die bug" now. ? Edit: Fixed the "If you die bug". It now resets the dungeon profile on death! ?
  18. internal void VanishFunction() { Vector newPos = new Vector(Some X/Y Pos based on tar); if (ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(newPos) <= 30 && !u.InCombat && u.IsAttackable) == 0) CastVanish else find new vector pos and check that } if(Conditions set by you) VanishFunction This is the gist of it.
  19. That is actually very very easy to make. I just did the same thing with my backtracking for my hunter. PM me on discord. ?
  20. Alright, i know how to fix all of it. I will be home saturday, then I'll fix it all. ?
  21. Cheers for reportering these things, I will force it to in back 1 step if it dies. Is it druid shapeshift to bear?
  22. Sorry @Droidz, i was out eating dinner with the GF. But it seems that you got it sorted out! ?
  23. The Absent Minded Prospector needs to be a string.
  24. Does not need to be same machine but same folder. You can have a shared folder on the network. I thought that it would be pretty obvious. ?
×
×
  • Create New...