Jump to content

Ordush

Elite user
  • Posts

    1178
  • Joined

  • Last visited

Everything posted by Ordush

  1. "plugin", you obviously have read into this. Anyway try and ask a coder what he takes an hour when working on code for a company. Then find out how long it has taken people to do "just" that. Finally compare their sales numbers with the time spent. I can promise you that, it's not worth the time... So trust me when i say that people "selling" stuff here, doesn't sell their stuff just for profit.
  2. Most of you guys are forgetting that a lot of the coders on the old bots were actually paid to do what they do.
  3. That's called a banwave. It wasn't clear from the message here that was what was meant. Anyway, we'll see what happens. ?
  4. I am going to test all these servers now. Might as well. (I will start wil LH and NW. Will leveling them by hand, so i can't do too many servers at the same time, since i have to swap between server every day) Edit: I will edit this post as I test. - All these accounts are done in separate VM's, using unique IP's and different emails/usernames. Light's Hope: Definitely doesn't insta ban. I did a few levels with automation using my own hunter FC. (Default settings: CTM on) - I will return in a month or so, see if this account was banned - After I've manually leveled up only using wrotation. Netherwing: Definite doesn't instsa ban. I did a few levels with automation using my own hunter FC. - I will return in a month or so, see if the account was banned - After I've manually leveled up only using wrotation.
  5. You are getting banned, as soon as you hook the game? If that is the case, then you are right. Then it's definitely detected.
  6. Hard to say, it depends a lot on the server. However it's most likely that the IP you used to play on the server will be the one banned. Where the IP you used to create the accounts, will most likely be fine. It's actually pretty unlikely that they logged the IP creating the account.
  7. Mortis, you have to remember that there is a reason that this stuff is quite expensive. The amount of time that is put into making these things is not a joke. ?
  8. It is generally a bad idea to use cross expansion stuff. Especially if you don't want to get caught. There are just limitations to the fightclass editor, which is why healing is bad using one. ? The best advice i can give is to try it out. ?
  9. Doesn't really matter which profiles you buy. The end is about the same. I've personally only used Bambo's profiles, which i can vouch for. Fightclasses, can be easy to make, it obviously depends on what you expect from them. It certainly also depends on what class you want to play. Most healing classes are not very well working if you use the FC editor. Some classes are easier to make then others. The most static classes, which requires less "conditions" to work, are easy to make. Where classes that needs conditions that changes its range etc. are a tad more complicated. Shaman, Mage, Priest (Shadow) are the easiest ones to make. Classes with pets, warlock, hunter etc. CAN be easy to make, if you don't expect much from the pet. ? There are plenty of good AND Cheap fightclasses out there that will make the whole difference. ?
  10. The reason you are having issues with charge, is because it requires two things: high range + out of combat. Now if you use the fightclass editor, changing range will be problematic. However, if you use c# you what you need to do is make a condition that you are out of combat and charge is off CD, secondly you need to change the pull range to 8+. Make sure you make it change the range back to 5 after charge.
  11. So DID you try with wrotation? You are saying that people get banned and that it's the end of it. Until someone can confirm this, I doubt that Droidz is gonna do anything about it. ?
  12. Why is it that none of you just make a charater use wrobot on that char load wrotation and stand still? If you are banned while that, it's 100% clear that wrobot is detected. Further more you will be able to figure out if it's automatic or manual (If it's automatic this will definitely confirm it, because a manual GM wouldn't ban someone for standing still lol) Edit: You can even level to maybe level 20 or so just using wrotation. If you are banned then, again it's most likely detected. It's the ultimate test: All these "I used this profile made by x that has been used 20.000.000 times by 20.000.000 people and i got banned! WRobot is detected!!!!" Aren't worth much. ?
  13. you can use framestack to find out what they call the frame, then you can use Lua GetText from that frame Then you can search the text for : and = and extract that text part. I don't know if it's random weather they use - + * / etc. If they do you just make 4 if statements and make it -, +, * or / based on what your search returns. Make it calculate the two numbers on each side of the math symbol. Voila, everything done in-game without second hand software, should be pretty easy to do.
  14. In wrotations config (not general settings of wrobot) the first option is to turn on/off movement control, if you turn that off. All bot related movement will be disabled. ?
  15. Try and explain the situation you want for the bot here. You want to use the bot, but you don't want it to target or face mobs? Or? Because I don't think that would make much sense, unless you are using wrotation, if that is the case, then you just turn off auto movement control. Just note that, auto stuff like auto sunder etc. won't work then. ?
  16. I don't know if there is an option in wrobot settings, stuff like that is not done by the fightclass. ?
  17. It automatically updates to the newest version. ?
  18. Whoever made the questing profile you made, doesn't serialize the steps so when you stop/start the bot, it goes to the first step. It can be done easily to add your "progress" to a xml file (serialize)
  19. Just search for whatever you need, then you can see the variable, you define that as true/false (If it's bool) example: wManager.wManagerSetting.FlightMasterTaxiUse = false
  20. https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/index.html It's in here. ? Edit: https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.wManagerSetting.html Here to be more precise
  21. Try and search wand on the forum, i seem to recall that wand is the same as a hunter, being a repeatable action instead of a spell. If memory serves me well and this is the case, then it complicates things a lot for you. I seem to recall Droidz explaining someone how to do though. ?
  22. Conditions, just like you added the "range" condition, there is one called IsCasting or something like that. ?
  23. You just told your code that it should cast "shoot" on mobs that are 30 yards or less from you. You did not add the condition to not cast spells while casting. ?
  24. Looked at the extended edit i just made. If "shoot" only works as hunter, then the above code that MikeMail posted won't work either, Because that is EXACTLY what it does. ?
×
×
  • Create New...