Jump to content

Ordush

Elite user
  • Posts

    1178
  • Joined

  • Last visited

Everything posted by Ordush

  1. The bot is only supposed to put it on the first slot. If it does it anywhere else it's probably some addon that you are using that is interfering . There is no where in my code that i have told it to put auto shoot on any other actionbar. Try changing the range to something else, then back to what it was. ?
  2. Don't just compare files, if you are not 100% certain. Then redownload and install.
  3. Just redownload. BUT apparently there are some issues with wrobot's IsAttackable. So it might not work if you disable the lua checks. However the lua checks are not wokring propperly. So give it some time. It's being worked on. Please do test though. ?
  4. Alright, try the new version.
  5. w8plz did it write 10 different sentences at the same time? or over a period of time? When the bot spoke, did the target change from hostile to friendly?
  6. Is attackable works. That's what I use in RFC. For the friendly cow Are you gonna make it schaka? Otherwise i'll do it ?
  7. You can just make a "club" and only invite WRobot user. ?
  8. That is very interesting. I am myself on the latest version of windows (I just reinstalled today). (Windows 10) And i am not having any issues. I haven't got the report from anyone else either. Don't fret we'll figure this out. Now your error is in german, but my guess is that it's saying something about namespaces. Sounds like it doesn't have all the DLL files it's supposed to. Maybe your windows update, replaced some of the files that you need for wrobot to run fine. I know that you are not having any issues with other fightclasses, but i will remind you once more. My fightclasses are VERY much more advanced than most fightclasses here on the forum. I might be utilizing a lot more than most others are. Can you try and go through this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/ ? Hopefully whatever files you are missing on your pc after the update will be reinstalled. ? Now don't just reinstall wrobot. Go through ALL the steps please. ?
  9. Okay. Can you please re describe your issues, and what you have done to fix them? I am having a hard time keeping up, with all these different user-names etc. ?
  10. Wait, what is going on here? 3 seemingly different people writing here? 1 person asks a question, then someone else answers? Are you 1 person with 3 accounts?
  11. What language is your wow? Do you have any addons?
  12. Try reinstalling wrobot to a new folder.
  13. aaah i understand what you mean now. There are proxy plugins for most browsers. You can even set up most browsers to use a proxy, without any plugins. Personally for firefox i use foxy proxy. ?
  14. Yeah, probably about time that the TBC FC gets some love. I am currently working on a few projects, but i promise i will get around to the tbc hunter too! ?
  15. I am not totally sure that i understand your question. Can you rephrase? ?
  16. Yeah i understand, and that is what i do if i'm doing plugins/fc's etc. But there is a bug with the quester. So you can't just return CODE You have to return true/false. At least it was there when i did RFC. ?
  17. Haha Yeah, that would work in a plugin or if you made your quester using c#. But if you use the quest editor and you don't have "return false" it will spit out errors. ? At least, that is my experience! ?
  18. if (ObjectManager.Pet.Name == "Wolf") return true; else return false;
  19. Ah. You can just check your pet name. ? If your pet name is wolf. then complete the step.
  20. You just check the quest if it's completed. If the quest tells you to tame a pet, then you check if that quest is complete.
  21. It seems that some of the software used for running wrobot https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/ Edit: I'd like to reference to question nr 3 in https://wrobot.eu/forums/topic/9189-faq/
  22. Hey mate! In your wrobot folder you need to make a folder called: FightClass You put the fightclass in this folder. It can be used with any product. Fightclasses controls the combat part of the bot. Tells it what spells to use etc. It controls spells. It does not control movement. ? For movement (i.e. something telling it where to grind mobs etc.) You need to get a grinding profile. There are plenty both paid and free ones on the forum. Those goes into folder: Profiles In here you have 4 folders: Battlegrounder (here goes BG profiles) Gatherer (here goes gathering profiles) <- Don't confuse these with gathering questing profiles! Grinder (here goes grinding profiles) <- Don't confuse these with grinding questing profiles! Quester (here goes questing profiles) <- Many grinders/gatheres are controlled by questing profiles, and it will most likely be stated in the profiles page where it has to go. ? Hope this helps. If not, do not hesitate to write
  23. Are you by any chance targeting a taget that is sheeped, frozen or anything else, that you are not supposed to break? Because that will pause the bot as well, to make sure the bot doesn't attack the target
  24. If you pause the fightclass in-game. It pauses wrobot. if you do not pause it in-game it will not pause wrobot.
×
×
  • Create New...