
Ordush
Elite user-
Posts
1178 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Ordush
-
That is because in Vanilla, you can not check if auto shoot is active without having the skill on the actionbar. So the fightclass puts the skill on the actionbar in order to check if autoshoot is active, it has to keep doing that incase people remove the spell (believe it or not some people do). This is quite normal and most fightclasses does this. (most good ones). You can just remove your sound, that's the only work around, since you can't turn off sound with lua in vanilla either. This has nothing to do with your skinning problem at all. You need to increase the wrobot latency.
-
lol? All of my hacks works fine on warmane?
-
The TBC server i am playing on is Warmane =P I am mainly playing Vanilla. He is right about some of the points: IF wrobot was detected, and auto ban was a thing: Insta ban when attaching wrobot. IF wrobot was detected, and auto ban was NOT a thing: The GM's would get a report, JUST like if you use speedhack/teleport hack. (Try making your own vanilla server, and use speedhack on it, and you will know what i am talking about): GM's may check you out over a period of time: HOWEVER it's much more likely that the same message they get when someone is using speed hack, comes was a warning when a DB query flags your account. Example: I used to host a minecraft server, where i recorded every block a player mined. I could then compare the amount of blocks mined to the amount of diamond blocks people mined. This way i could very easily see if people used "xray" to see where diamond blocks were. However if instead of going directly for the diamond blocks, they would mine a shit ton of stone, just for lols. I would have a harder time catching them. Then i'd compare amount of diamond to the time spent on the server, or diamond compared to other materials etc. Same goes for private servers. They monitor and save everything you do to their DB. If they wanted to, they'd probably even be able to tell you how many yards your player had traveled Now the same way that i could see inconsistencies with my players using xray. They do the same to the way that your char behaves. That doesn't mean you are a botter, but it does mean that they have a reason to look at your player. If they decide to do that, it's easy for them to see that you are indeed a player.
-
Again, i can't say anything about wotlk. Because i have no clue (never used wrobot for it). However, my TBC accounts should all have been banned many times over by now. ? Anyway, i don't understand how any of this comes as a surprise to most of you? It seems that you have never botted before. ? Everybody KNOWS that it's always a risk using a bot. Hell there were TONS of guides to "safely" bot with HB, back then. Even following these guides, some people still got busted. There is no doubt that the private servers has upped their game. But it should be obvious, now that so much has been developed with wrobot. Means a lot more people botting: This also results in private server owners looking way more into botters. ?
-
Keyword "detected the moment you login." That is exactly what makes the difference between being detected or not. If wrobot was detected, it would be the moment you log in. ?
-
It's so easy to find out if it's detected.. Start wow, begin playing using wrotation, nothing else. If you get banned while using wrotation and wrotation only, then it's a completely different matter. I don't know about wotlk, i never tested there. But i leveled a mage to 70 without getting banned. That was done only using wrotation using an exploit that i am obviously not gonna share. Fact just is: I did all the leveling using wrotation.
-
It's set to 8 yards if i recall. I am working on it atm. ?
-
np. ?
-
It's for the proxy you have bought. ?
-
Wrong username/password.
-
Even if they ninja pull they should get back to the "teamup" spot. after they killed the mob. The conditions to be ready is to be close to eachother, and they have to have full hp/mana (I am currently making a setting so you can change these numbers). You can always set the spots at the end of the patrol route, and make the tank walk into the patrol route, so he pull the patrol when it comes. (That is what i do in RFC). If you look in the RFC profile, you will even see that i made a route inside a patrol space (The very first patrol in the dungeon). Sometimes the bot pulls it while running to the next wait spot, other times they pull it after teaming up. Doesn't matter. ?
-
Thank you for the kind words Garub. Luckily for all of us, there are some bright souls on this forum. Glad i can help you out. ? As @Mateniasaid check out https://mooc.fi/en/ Or https://mva.microsoft.com/en-us/training-courses/c-fundamentals-for-absolute-beginners-16169?l=Lvld4EQIC_2706218949 Bob Tabor, Matenia, Droidz, my brother and a few others on this forum is who taught me all i know about C#. ?
-
You can use python to make your own hack, instead of using WRobot. However, if you want to write anything for wrobot. I'd suggest learning C# or Lua. If you know python. then you will easily be able to learn C# and/or Lua.
-
You can just add them in the xml file with notepad, and edit them in the editor. Make your questing profiles in C#! ?
-
I don't understand why people are even discussing weather or not wrobot is detected for the tbc warmane server.... I leveled a mage from 1-70 there a week or two ago... I even posted screenshot of it... I even used the same mage grinding for some days 24/7..
-
[TAURI] Wrobot detected
Ordush replied to arkhan's topic in WRobot for Wow Mists of Pandaria - Help and support
You char is in Hawaii? ? Sick! -
You are completely right, i totally overlooked that lol. I just saw Bambo mentioning me, and i instantly thought it was Vanilla, because that is what my FC is. But, yeah wotlk is easy. You can even set the conditions in the FC editor. Just add two conditions. one being 1-5 stacks. and another that reapply based on 5 stacks and x time left. ?
-
Yep. I don't think the FC editor has timers, unless he adds it as C#. ? Edit: He also has to base the timer on each mob he has the sunders on. What he can do: Use mob GUID, and if mob has 4 sunder stacks then on next application add a timer based on that guid. That is why i said the " without a lot of tinkering. " . ?
-
Yea but debuff timer doesn't work in vanilla, so you can't reapply.
-
Can not be done on Vanilla, without a lot of tinkering. I know that you are using fightclass editor. ?
-
I honestly haven't looked into it, but i am pretty sure if you google wow lua weapon type, you will get something. ?
-
@naviomg I fixed the Druid bearform now. BUT OMFG I did not understand why it took 5-10 seconds for it to turn "Ready" if in bear form. Then after rewriting my code 10 times, i realized that you get more max hp when you go in bear form. And because of that it doesn't turn "Ready" until it has healed back up to 100% lol... Working on the "If you die bug" now. ? Edit: Fixed the "If you die bug". It now resets the dungeon profile on death! ?