
Ordush
Elite user-
Posts
1178 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Ordush
-
The site I use? Might I ask what server you are on? Probably wanna pm me the answer to that. ?
-
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?
-
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.
-
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.
-
Have you remembered to use the plugin?
-
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
-
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. ?
-
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. ?
-
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. ?
-
Banned with no reason
Ordush replied to Ilija888's topic in WRobot for Wow The Burning Crusade - Help and support
Wise guy. -
Banned with no reason
Ordush replied to Ilija888's topic in WRobot for Wow The Burning Crusade - Help and support
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. -
Wait what? WRobot doesn't work for retail? ?
-
I am using this method daily. ?
-
Can you add me on discord? I'm on the official wrobot discord as Ordush
-
Hey mate, is all your wrobot sessions running in the same folder?
-
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.
-
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.
-
"Help Party Members" or something like that in advanced settings. ?
-
PVP rotations?
Ordush replied to swagmonsterx's topic in WRobot for Wow Wrath of the Lich King - Help and support
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. -
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.
-
endless.gg ?
Ordush replied to vegeta87's topic in WRobot for Wow The Burning Crusade - Help and support
They don't have any anti-cheat it's pure reports -
Ban hammer - Frostmourne
Ordush replied to Photogenic's topic in WRobot for Wow Wrath of the Lich King - Help and support
My best guess is that a GM randomly came upon your char. Bots are dead give away. -
Ban hammer - Frostmourne
Ordush replied to Photogenic's topic in WRobot for Wow Wrath of the Lich King - Help and support
People get banned on that server everyday it's definitely not detected. I have been botting there since day 1. Still 0 accounts banned.