Jump to content

Ordush

Elite user
  • Posts

    1178
  • Joined

  • Last visited

Everything posted by Ordush

  1. The site I use? Might I ask what server you are on? Probably wanna pm me the answer to that. ?
  2. 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?
  3. 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.
  4. 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.
  5. Have you remembered to use the plugin?
  6. 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
  7. 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
  8. 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. ?
  9. 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. ?
  10. 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. ?
  11. 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.
  12. Wait what? WRobot doesn't work for retail? ?
  13. I am using this method daily. ?
  14. Can you add me on discord? I'm on the official wrobot discord as Ordush
  15. Hey mate, is all your wrobot sessions running in the same folder?
  16. if (Lua.LuaDoString<bool>(@"if UnitExists(""party1"") and UnitAffectingCombat(""party1"") and not UnitExists(""target"") then return true else return false end")) { Lua.LuaDoString(@"AssistUnit(""party1"")"); Fight.InFight = true; } This is some very very crude code that I just wrote out of memory for party1. You can just add all your party members to a list and then iterate the list instead. Maybe there is even some api in wrobot. But I am not by my PC. Wrote this just to give you a gist of it.
  17. Rotation bot isn't supposed to target for you. (Just notiiced you wrote rotation bot). If it does, then it's because the fightclass OR a plugin has some code that targets target of party members if they are in combat.
  18. "Help Party Members" or something like that in advanced settings. ?
  19. We're coders, we're not salesmen. ? (Edit: I even offered to pay someone do this for me, no one took the bait) Comparing Wrobot to Honorbuddy is like comparing a lemon to a cat.
  20. I made a similar plugin some time ago. Hostile Player Checker.dll You can write names in the settings and it will whisper that name if you are being targeted by a player or if alliance gets too close.
  21. They don't have any anti-cheat it's pure reports
  22. My best guess is that a GM randomly came upon your char. Bots are dead give away.
  23. People get banned on that server everyday it's definitely not detected. I have been botting there since day 1. Still 0 accounts banned.
×
×
  • Create New...