Jump to content

Ordush

Elite user
  • Posts

    1165
  • Joined

  • Last visited

Everything posted by Ordush

  1. It looks to me like you set something up wrong in proxycap. I don't currently use proxycap and therefor I do not have any license for it. So I can't test out. Have you tried google with that error it spits out?
  2. Check within a loop for degrees and length, make sure you check if mob is in line of sight. This is pure math not so much a wrobot thing. 🙂
  3. I have seen the post, but haven't got time to look into it yet. However getting your body has nothing to do with the dungeon plugin. That is 100% controlled by wrobot. If it did work when you started, but it suddenly stopped working, my best suggestion is to make a copy of your current work, then backtrack until you find the culprit. That is what all of us programming stuff often end up having to do. Mainly because debugging is a bit hard with wrobot.
  4. The above code will only work if you have a warrior tank and no other warriors, but i guess you already know that. ? I can't remember the details. Maybe it's Fight.StartFight(SOME GUID?); Everything I am writing here I am doing by brain, since I am not home to check. I seem to recall it being a it more irritating than just doing Fight.StartFight(); But I might be wrong. ? wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { } I think this is the event you need.
  5. I don't think wrobot has a way to get it from memory, so you will probably have to get it from lua. Edit: https://wowwiki-archive.fandom.com/wiki/API_UnitGroupRolesAssigned string SomeString = Lua.LuaDoString<string>("return UnitGroupRolesAssigned(Unit)"); Where you replace the "Unit" with whatever. (Player, Party1, Raid1, Target etc.) Edit Edit: You can iterate over your party members with a for or foreach loop. ?
  6. It depends very much on what expansion you are working on. WOTLK has a definition for a tank, whereas tbc/vanilla doesn't. (In this case you will have to define the tank yourself. You can use the "help party members" option in advanced settings to make sure that the party begins combat with whatever anyone else in the party is attacking. So in short, with this option on: If your tank attacks a target, your bot will automatically help the tank. Target selection is something completely different, which if you don't override it will choose by itself. In order to change the target manually, you have to "stop" your current combat and restart it with a new target. It's actually not as easy as it sounds. ?
  7. It does sound like your combat range has not saved properly, or you changed it into melee range. On the third tab in the interface you; try changing the combat range to something else, then back again. Make sure that the bot is not stopped or paused while you make changes.
  8. It didn't save? ? That makes no sense. ? Anyway I am going to completely rewrite all my fightclasses including this one. Until it gets rewritten turn off pet feeding and use this plugin.
  9. Hey mate, you can remove the food from the lists manually. There is not any way i can check for level on food. So if I was to make that work I'd have to specify every food in the game by level etc. which I do not currently have the time for. ? Hopefully I will get around to rewriting this. But unfortunately right now you will have to remove the names manually sorry. ?
  10. This is common to vanilla it's basically because vanilla is made so that you have to have spells on the action bar in order to use certain spells. This means it actually opens your spellbook and takes out a spell to use it. Unfortunately vanilla api doesn't have the ability to turn off/on sound while this happens (unlike TBC). So the only work-around is playing without sound while you use the bot.
  11. I do not have any clue at all why it's not working for you. Are you using Quester? Are you using my profile or you own? As you can see from the below screenshot I do not have any issues at all. They cleared the first 3 packs without issues, they had their break all that. The private server you are running is it the TrinityCore one? I am out of ideas as to why it's not working for you. Unless you can have some guess yourself. All i did was: Create 5 accounts. Level them to level 15, make sure they had gear and skills. - I downloaded my product from Sellfy (To make sure I had the same you had). - Copied the files into WRobot - Started it using quester with the RFC profile i had added to the zip file. - Enabled the plugin - Started wrobot on all 5 chars. Chose role on all 5 chars. - Stopped wrobot on all 5 chars and did /reload - Started wrobot on all 5 chars again. They just went and set the HS then enterred the dungeon and waited for the full party then it just began as it's supposed to. If none of the above works for you. Write to me on discord. I will guide you through it via video. The errors you are posting looks to me as if you are removing the plugin after restarting the bot..
  12. The site I use? Might I ask what server you are on? Probably wanna pm me the answer to that. ?
  13. I am still working on this issue @TheSmokie So far no luck getting the same error that you are getting. I will return here as soon as i manage to replicate it. Are you using any addons etc?
  14. Great. I promise I will see if I can reproduce it during the weekend. As everybody else I'm completely swarmed with work due to corona. 'Unfortunately' I haven't had anyone else have your issues, but hopefully I will figure it out quickly.
  15. Looks correct on the screenshot. At least on that character. That error would suggest that the WRDungeonFrame isn't created. Which it obviously is. Are you running any other plugins? I know that in the code you posted here on the forum that was taken from my source code had some of my variables created by this plugin in it. (It had no use in that code snippet you posted), but it would definitely mess up my plugin. Edit: I will have some time this Sunday to install wotlk and see if i can reproduce the issues.
  16. Have you remembered to use the plugin?
  17. You should have it under your files on selfy if you made an account otherwise there will be a link in the mail you got when you bought it. Just search in your mails for Selfy
  18. That code makes no sense at all. ? You are making two variables one called position and one that is called npcEntryID, then you don't use them? ? Also why do you have two Thread.Sleeps after eachother? if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(33742,93 ; 2834,23 ; 90,82549 ; "None", 26184)) { Usefuls.SelectGossipOption(1); System.Threading.Thread.Sleep(1000 * 2); Usefuls.SelectGossipOption(1); System.Threading.Thread.Sleep(1000 * 2); Usefuls.SelectGossipOption(1); System.Threading.Thread.Sleep(1000 * 2); Usefuls.SelectGossipOption(1); System.Threading.Thread.Sleep(1000 * 2); } You are close though. This will tell the bot to move to the npc, and if it is by the npc and has i activated it will click the gossip options. You will have to do some prework to this, and make sure it ends up the right place. This code will tell your char to move to the NPC and right click it. It will then Select the first option
  19. NordVPN could VERY well be the reason. I haven't heard of anyone else having these issues. So unless you do what I wrote above, it's hard to help. ?
  20. There are tons of software out there that will tell you exactly what software on your pc is causing your net to spike. It's very unlikely that it's wrobot itself doing it. Might be something in conjunction with wrobot. Check it out mate. ?
  21. Wouldn't make a difference. However, if you have the setting called something like (I don't have wrobot open as i write this); Wait Is Casting turned on, turn that off. Because it won't begin casting the next spell until it's aware that it's done casting the previous spell. ? Edit: If it's a channeling spell, you obviously shouldn't turn it off. Since it'll interrupt a channel. ?
  22. I'm sorry you had to use so much energy making this post. It would appear that your account was hacked or has been reported as hacked. You should take this up with Endless, there is not really anything we can do for you here on the wrobot forums.
  23. Wait what? WRobot doesn't work for retail? ?
×
×
  • Create New...