Jump to content

Ordush

Elite user
  • Posts

    1178
  • Joined

  • Last visited

Everything posted by Ordush

  1. Are you using a custom wow client? Sure looks like it? Don't ever download the client, that's provided from the server hosts. Always get a clean wow client. Also, i see that you are using a LOT of addons, don't ever use addons with wrobot. That alone might be what is causing issues. Edit: Rotatoggle is to turn OFF the fightclass
  2. Hey all There is a 50% discount on everything i sell for the next 24 hours. It's not a coupon you have to use, it's a sale. https://wrobot.eu/profile/31679-ordush/?do=content&type=downloads_file&change_section=1
  3. There is supposed to be a toggle for it, but it seems that i haven't added it to the TBC FC. I will be working on WRobot in the christmas vacation, i will add the button then. ?
  4. That's not exactly how it works though. The pet will get aggro on the mob with the highest hp first, (usually the stronger mob), then it will go to the next target. When it has aggro on all mobs attacking you, it will attack the mob with the least hp left remaining. So this behavior you are describing sounds a lot like a bug with your setup. Please read the FAQ first, see if anything there helps. If not then get back here. and PLEASE do not just write "I have already read the FAQ", if you haven't REALLY tried it all. 90% of the time, what i end up helping people, is something from the FAQ that people claim that they HAVE read and tried. https://wrobot.eu/forums/topic/9189-faq/
  5. Nonono this is completely wrong lol In your wrobot folder make a new folder called FightClass Put it in this folder, then load it as a fightclass
  6. Hey mate. Yeah, i have some stuff released. ? I am not writing any code atm. I'm fighting stress, so until i have vacation and have to take care of my fulltime job, coding is on a break.
  7. First of all, please stop making demands. Secondly, it's not "just" update.. It will take me several hours to do. I can't just copy/paste lol... Thirdly, i already said that i will, when the Christmas vacation hits. I am having issues with stress. So i will not be able to do it until i don't have a full time work to think of.
  8. Hi Gobick, make sure that all addons are disabled. Oh and make sure that you run wow AND wrobot as admin. When you are running as admin, try turning the optiosn OFF then back ON again. This has worked 100% of the time that this issue has happened. Oh yeah, and obviously... the bot HAS to run when you make changes, otherwise it will not change anything to the actual bot, but only to the in-game interface. ?
  9. I will look into it asap! I just looked into my code, it's an easy fix. It's actually not in my plugin but rather in the questing profile. Open the profile in the quest editor Then click tools and Custom Scripts public class DP { public static bool CheckArea(float x, float y, float z, int range) { if (!ObjectManager.GetObjectWoWUnit().Any(u => u.Type != WoWObjectType.Player && u.IsAlive && u.IsAttackable && u.Position.DistanceTo(new Vector3(x, y, z)) < range)) return true; return false; } public static bool LeaderReadyPull() { if (Lua.LuaDoString<string>("return TeamLeader()") == "Player" && Lua.LuaDoString<bool>("return AllReady")) return true; return false; } public static void SetObjective(string msg) { Lua.LuaDoString("SetObjective('"+ msg +"')"); } } You will see this code. This line: if (!ObjectManager.GetObjectWoWUnit().Any(u => u.Type != WoWObjectType.Player && u.IsAlive && u.IsAttackable && u.Position.DistanceTo(new Vector3(x, y, z)) < range)) add: && u.Health > 1 So it looks like this: if (!ObjectManager.GetObjectWoWUnit().Any(u => u.Type != WoWObjectType.Player && u.IsAlive && u.Health > 1 && u.IsAttackable && u.Position.DistanceTo(new Vector3(x, y, z)) < range)) Now it will ignore mobs with less than 2 hp. ? It's not the perfect solution but it will work until i release a more permanent better fix. However this will work on the go now. ?
  10. This is a pve spec, so i don't really see a use for viper sting. ? However the vanilla FC has it, so i might. ?
  11. I will look into it.
  12. Try reinstalling wrobot into a new folder. make sure that you are running wrobot/wow as admin, and make sure that you are running without addons. You can also try turning the spells off then back on in the interface to see if there is a false positive on the spells.
  13. Yeah, ofc. it's for addons. As i told your earlier what happens is that wow runs out of ram to use for addons, then it does a RealodUI. If you increase the threshold, then it is less likely to do a reload, and thereby you are less likely to run into your issue.
  14. I don't think it matters. If you are attacked by 4 mobs and your pet is dead, i'm pretty sure you're dead anyway =P
  15. That doesn't matter though. ?
  16. Whatever you want to write, write here on the forum. I don't really use discord.
  17. Try reinstall of your wrobot because the pet is supposed to grab aggro of all mobs and then attack the mob with the lowest hp.
  18. I merged your post with the support, no reason to open a new thread. The idea is that you reply to this post. ? It's only using raptor strike once? That's not intended. Can you please try and reinstall wrobot into a new folder? Yes, my TBC hunter, still needs some love. Unfortunately i''m VERY busy at work these days, and i'm actually fighting some stress. So right now i'm mainly doing support when i can, but releasing updating is paused until after Christmas, where my workload is decreased by 70%. I promise there will be some love given to everything I've released.
  19. 200, isn't really a lot. I have not done 1 test on my own realm. I've only tested this plugin on K3 and ND. Yes, it definitely needs work. The reason that it writes in the chat is to tell the party members that the dungeon has been reset, so they know to enter the dungeon. And you are right it does seem a little broken, that is because it's not running as intended on your system. You are not even supposed to see that party message. It's obviously only supposed to write it once AND it's supposed to clear the chat of that message afterwards. But something is not working properly for you. That is my point exactly, instead of keep saying "your stuff doesn't work" lets try and just focus on fixing the bugs for you. I don't know why it's spamming the party chat, which is why I'm trying to find you a temporary solution until I have the time to look into what is causing the issue that you are experiencing. I could just say: "I don't know why you are having these problems, they are not supposed to be there - wait till i figure it out". But i am actually trying to help you make it work until I can figure out why your party is getting spammed. Now, try increasing it to at least 600. You are literally telling wow that it can use at max 200 mb of ram. Try and look how much ram your pc is using just having this forum open ?
  20. Did you increase the memory? The party spam, is not supposed to happen. Mine doesn't do it. So i will have to find out why it's doing it to you. It's hard to fix something i can't replicate. ? Also you being kicked is not normal behavior sounds like the server you are playing on has some strict rules. Just want to point out that it's not entirely my plugin that is the root of your issues. However. I will look into using the addon channel instead. Only problem with that is that some servers has it disabled. ?
  21. Try turning every button off and then on again. IF this does not fix your issues, then try reinstalling wrobot into a new folder. (Make sure that you run wrobot AND wow in admin mode, otherwise it may cause an issue with writing config files.
  22. Anyway. ? I will work on getting it to work with /reload. It'll take some time though. Because i have to rewrite most of the code.
  23. Yeah the UI crashes, because it runs out of memory. Hence the reason you want to increase the cap
  24. What? So wow crashes?
  25. You can change that where you enable disable addons in the top right cornor
×
×
  • Create New...