Jump to content

Ordush

Elite user
  • Posts

    1167
  • Joined

  • Last visited

Everything posted by Ordush

  1. 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. ?
  2. 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. ?
  3. 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#. ?
  4. 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.
  5. You can just add them in the xml file with notepad, and edit them in the editor. Make your questing profiles in C#! ?
  6. 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..
  7. 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. ?
  8. 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. " . ?
  9. Yea but debuff timer doesn't work in vanilla, so you can't reapply.
  10. Can not be done on Vanilla, without a lot of tinkering. I know that you are using fightclass editor. ?
  11. I honestly haven't looked into it, but i am pretty sure if you google wow lua weapon type, you will get something. ?
  12. @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! ?
  13. 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.
  14. That is actually very very easy to make. I just did the same thing with my backtracking for my hunter. PM me on discord. ?
  15. Alright, i know how to fix all of it. I will be home saturday, then I'll fix it all. ?
  16. Cheers for reportering these things, I will force it to in back 1 step if it dies. Is it druid shapeshift to bear?
  17. Sorry @Droidz, i was out eating dinner with the GF. But it seems that you got it sorted out! ?
  18. The Absent Minded Prospector needs to be a string.
  19. 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. ?
  20. Lol that is not true.. He is actually working on the pathing there days.
  21. Are you running all 5 bots from the same wrobot folder?
  22. Right now it's only for Vanilla. Eating much processor? I am not having any issues like that. I obviously have thread.Sleep in the loop. (This is not my first fightclass) Forcing the dps to attack only tank target is not a fightclass thing. That's a plugin thing. ? I may add that to my dungeon plugin later. ?
  23. Fightclasses are used for rotations. You can use any profile you want. It's obviously a good idea to use either party or dungeon with this warrior fightclass. you CAN level in arms, but it won't use arms abilities, since this is a protection fightclass.
×
×
  • Create New...