Jump to content

ScripterQQ

Members
  • Posts

    484
  • Joined

  • Last visited

Everything posted by ScripterQQ

  1. Sorry for bumping, but I was looking for the solution of this problem so I reply here instead of opening another topic. The problem with double cast happens to me too, not everytime but let's say 50% of times. I don't know if this can be avoided with changing the fps of the fight class, or other settings. So as other users said (and on other similar topics too), you can implement some C# code to prevent the double cast. But if you don't know about C# code (like me), you can use this simple lua script 1) Spell Name: SpellStopCasting() 2) Conditions: LUA script: Lua Script stop = "no" if UnitCastingInfo("player") == "Vampiric Touch" then stop = "yes" end Return Value Research: yes Return Value Var: stop Target Buff Casted By Me: Vampiric Touch (true) 3) Set on top right corner: Not Spell, is Lua script: true Put the spell with an higher priority than Vampiric Touch and you're done. Tested and working. Greetings.
  2. Noticed this too, but for sure a plugin can fix it. Meanwhile you find the answer you may 1) Use food instead of heal spell 2) Use a healing spell in the fight class with the "buff: drinking, false" condition, itshould work. Greetings
  3. You can create a route/path where to grind mobs, or u can give him a single position and assign it as hot-spot (at least this is what I understood, but I may be wrong) Or maybe you don't even need a path, just write the names of the mobs and see what happens? I'm not expert so I can't say this will work.
  4. I'm trying to create a 1-80 profile like you,I tried with 1-20 for now, and works pretty good, you just need to create a profile (grinder) and add multiple zones, for example Northsire Abbey 1-5 then Elwyn Forest 6-10, Elwyn Forest 11-15 and so on...in each zone you set your level min and max, and which mobs to attack, aswell their level min-max to attack. This way the bot should know, based on the levels you set up, when and where to move for the next grind zone. About class trainer, by default it goes to the trainer every 1 level, but you can change it with a plugin and set it as you want: https://wrobot.eu/forums/topic/3937-class-trainer/ (last post) About the riding trainer I have no idea when the bot automatically goes there and eventually buy mounts, but anyway when creating grinding profile you can add NPCs like class trainer, repairs, and even riding trainers. so check that feature out.
  5. Did you try http://wowprogramming.com/docs/api/UseItemByName ? I used that for wotlk profiles, maybe it works with tbc aswell. Just put it as lua code in the fight class.
    This is essential if you are grinding/questing! Saves you a lot of time. Props to the author for this awesome work and for his assistance! 5/5
  6. Feral Druid - Auto Cat Form (instead of walking) tested on 3.3.5 Basically this forces the character to go in cat form when the bot is walking at normal speed, or dismounted for whatever reason. If character is mounted = do nothing (the mount is faster) if character is NOT mounted, but moving with speed lower than the cat form speed = cat form (you move faster) 1) Put this in the "Add Spell" field: -- Cat Shapeshift CancelUnitBuff("player","Cat Form") CastSpellByName("Cat Form") 2) Conditions: - Me in Combat: false - Lua Script: luascript slowed = "no" if GetUnitSpeed("player") > 0 and GetUnitSpeed("player") < 9 then slowed = "yes" end Return value research: yes Return value var: slowed 3) Spell Setting (top right corner) - Can move during cast: yes - Combat only: false - Not Spell, is lua script: true Tested and working pretty good, it can be used for shapeshifting slowing effects, just remove the "Me in combat: false" condition. Just keep in mind that speed 0 = char not moving speed 7 = char normal speed (walking) speed 9 = cat form You can mess around and see what works better for you. For example you can do an >= 0 instead of >0, in case you want the cat form also when you are not moving (maybe you are in a nova, root, so you can shapeshift it). As it is right now, it shapeshifts the moment you start walking.
  7. Yes I already tried that plugin, even with the code provided on the website after setting the build.. but somehow it wasn't working. I will check it again, because lua sometimes fails last time I tried giving talents only with lua and it was a mess, i couldn't decide the order so It was wasting points on talents that are optional
  8. Hello, I'm starting again to mess around with fight classes and profiles, getting very good results atm, I just don't understand the "Assign Talent" (I'm on WOTLK). I did some research here and i found only someone saying about a file in the Fight Class folder (which I don't have). Does it need to be like "Mage.lua" and written inside the lua commands to assign the talents for each row, or some txt with a sequence like 123512312131 generated from some online generator? I don't get it, the grinder+profile with zone+ visit trainer is good, but I miss this Assign Talent, this would be a perfect leveling bot! Another question: What makes the bot force the visit to the vendor? Every X levels? Or when he already knows there will be something to learn? Greetings thanks for reading
  9. I see, I will set it at 30-40 yards, maybe it will work better. About the lua stop attack that's a nice idea I didn't think about that! So should I just add a spell (lua code) and put it on top priority before cheap shot, am I right? I was thinking about writing some conditions to be more safe, like "i'm stealthed", "i'm near the target".. and other stuff. Thanks !
  10. Hello, before opening this topic I did some research and yes there are already topics about this issue since 2012-2013, but there were no replies or updates, and after many years I see the problem isn't solved yet (I worked all the night on a rogue profile and this was the only thing I couldn't figure out how to solve). So is there a way to change the behaviour of the wrobot forcing him to just move near the target without basically spamming autoattack (right mouse click)? Because right now it's very hard to have a decent opening with cheap shot, garrote, or pounce. Also another thing, but I guess it's not a "bug" and I just messed up something: why does the character target an enemy, goes into stealth, then cancel stealth to mount and then dismount in his melee zone? I mean he shoulk walk all the way in stealth until he reaches the target, why does he mounts? Could it be the "Mount Distance" in the options? I think it was because I set it at 20 (instead of 80), now I set it at 100 but still I'm not sure if it's that, can someone teach me more in detail about that function and that behaviour? And in the fight class i just created a Stealth spell with conditions: player must have a target. Noticing also sometimes it takes too much to "choose" an enemy even when he has one in front of him, is there something I'm missing on the options? Thanks, have a nice day
  11. I tried again, and the wrobot was not accpeting group invites (but I was not doing anything), so I think it has something to do with the "click yes button", when invited to group, or when purchasing items on AH, when you need to press "accept/yes" to confirm actions basically, maybe it is that? I will try that plugin soon and see what happens.
  12. Hello, I noticed the Wrobot automatically accepts group invites, I was using battlegrounder and auction house features, but it probably happens with all the products. I checked into the options in order to see if I missed some checkbox but didn't find anything. Thanks for reading
  13. I opened Wroboot today and I noticed a new checkbok "Try to avoid evade mobs" (or something like), I didn't test it but I want to say THANKS, I'm glad you put effort in that and you listened to us. Also another checkbox "Ignore fighting with players", great. (Didn't test this aswell). Very good.
  14. For my experience, it happened with almost every class (tried pala-druid-rogue-dk), so pretty sure its a general issue.
  15. Yes I know they do banwaves but this time it was very huge (at least for me) so I was kinda worried, as already said I'm used to see like 4-5 accounts banned every X days let's say, never saw like 40+ accounts in a single day, but that's probably because of the realm, idk. Thats kinda "scary" if you say on Outland they ban 50 account/day, that's pretty insane.
  16. Hello, I just wanted to point out that on w4rmane server (icecr0wn), few days ago, there were several banwave of bots, like 40-50 red rows on chat about accounts permanently banned for botting. This happened another time, some days later, another HUGE banwave afflicted many, many accounts. This time I'm not crying or anything about the product, but main gather zones are now almost empty and you can manually farm at every hour with decent results, you can finally see some yellow dots on the minimap. Maybe you already know from my previous post that I'm not using this product anymore, until it has some good improvement, but I still want to give my best help to the community even if I'm inactive -bot talking-, so the reason I opened this topic is because I think the product has been spotted somehow, I never see banwaves like that, usually they were 4-5 accounts/week, but this time pretty sure more than 100+ accounts were gone in less than 5 days. Also, before this happened, I was randomly trying to gather in Northrend and I saw many players with wrobot, the behaviour was unique and as a wrobot user I could spot them pretty easily, movement type, combat behaviour, stuck into walls, and other typical things. I don't think every bot player got recorded and reported, few players bother to do that...so as already said I think this product has something that is easily detectable, I don't know what, but that huge banwave made me think a lot. Also "connecting" to other topic, where Droidz (or some other admin) said that most users are satisfied and not opening topics about ban means the product is safe and I (we) may are using it in a wrong way, I think it's kinda incorrect... Just wanted to let you know this, maybe some of you has experienced this banwave (got banned, or at leat saw that red shit spam on chat) and can confirm this.
  17. Indeed, but as already said I see some potential in this product and at least for the private server edition it's a shame to see it so buggy, idk about the retail one so I can't talk. I could leave yes and stop moaning, but if you read between the lines you can see I'm pointing out the problems of the product, asking for a solution, something... and most important asking some more support from the crew. I don't have enough programming knowledge to provide major fixes, but I was working on fight classes and profiles to share here in a future, for example a All-In-One fight class for priest working perfectly for leveling from level 1-80 to do battlegrounds and dungeons at max level, no matter if shadow, or discipline, or even holy.. it is almost finished. So I put my best in this product to be honest even if I may sound a dick from the posts. About the Auction House, it's a very basic feature that works yes, but try to use it against real AH botters, you don't have a chance, I mean if you want to randomly sell some items without caring about being undercutted every 10 seconds go for it, but its something that you can do with every basic AH addon. It doesn't faster so much the process to be honest, and in almost every server I played there is always someone playing AH 24/7 with addons/click recorders/bots, so I won't rely on that feature to gain money, it's like adding a feature to buy reagents from a vendor, you just go to the vendor and buy them manually, it doesn't take so much time and you don't need a bot to do that..IMHO. I tried to sell something with the ah function and didnt earn anything, the result was pretty much like this: https://www.youtube.com/watch?v=3HKUDmofTh4
  18. What you want a perfect world where everyone is happy and there are rainbows all over the place? Some users are not satisfied, and they have the freedom to speak, and if I'm still here it's because I hope this product get some update, because I see the potential, but sadly I don't see the results. I want to contribute to make the product better, I was working on many profiles but couldnt finish it because I felt it was not worthing. People keep posting problems and there is like zero support or explanation from the staff. Even the topic I opened had 10 points (for sure I could make more), and guess what about them? 1) Ignored 2) Ignored 3) Ignored 4) Ignored 5) Half-Ignored 6) Premade reply such as "its your fight class". Its not. Like the thing that prioritizes the mount/follow on battlegrounds rather than Buffing before (there is also a separate topic about this that confirms that is NOT a fight class issue) 7) Half-Ignored 8) Ignored 9) Ignored 10) Ignored Since I paid for this product I think I need some explanations, not getting ignored every aspect I mentioned..not to mention the toxic community like you that ask me to get the fuck out because I'm "whining". Do you really think I like writing tons of lines on forum for the pure feeling of "whining"? I'm trying to be constructive, believe it or not, I may sound cocky or frustrated, but it's the truth, I want some improvements on this product. I pointed out what needs to be fixed to be a decent bot (not perfect because I don't think thats possible) because at the current state, at least the private server edition, it's kinda awkward. These are just my words, but take a look at the bug reports and overall topics, maybe you will see that mostly everyone has some kind of problems, well I listed my personal problems I expereienced (even posted few bug reports), so If you (staff) wanna fix that, or at leat try to, it woul be great and for sure I will come back and raccomend this product to other people, but until then, I costantly feel a lack of communication between users and staff EDIT: Just a RANDOM topic i scrolled down on first page, I experienced the same problem recently, so I clicked it out of curiousity. After 2 years not even a single improvment. https://wrobot.eu/forums/topic/2581-slow-buy-outs/
  19. Yes but a standard user who see the UI of the bot on this main page, which has grinder, battleground, gather, dungeon, and he sees also AH, he expects something more from this. I agree that its not written anywhere (at least not with giant font on the mainpage) that this AH is NOT a sniperbot, but it's like you see a car with every possible technology built-in, you read also "listen to you favourite music" and once bought it you discover it can read only 90's audio cassettes. Or i can simply use a fucking free click recorder + wow AH addons (which are completely legal) and dominate AH all day long.
  20. His point is the "Auction House" feature, is completely useless, everyone can do that with 2 clicks + auctioneer/auctionator, we dont need to pay 20 euros to do that. The problem maybe he just got "baited", idk if intentionally (its not my business) by the "AH" feature included in the bot, so he bought it. As already said in the linked topic where I "whine" about the overall product, there is no point in creating a bot that fights in battleground, gathers nodes and mines node, does dungeons automatically, grinds mob, but at the same time has the lamest attempt to be an AH bot, you just don't do it. Remove that shit or make it useful (=snipe, undercut, repost, cancel). And don't tell me "omg in this way the game will be ruined", because first the game is already ruined by many factors, including other type of bots more powerful, second, basically this product (as every kind of BOT obviously) is violating every ToS possible, and ruining the game for legit players, so if you (creators) did 30, do 31 aswell, and make a decent AH bot. Or just dont put such lame and useless features.
  21. https://wrobot.eu/forums/topic/7052-the-wrobot-rant-long/ point number #9, you're welcome.
  22. The battleground feature I can say is maybe the only safe feature, I myself used it, not only to cap daily bg for arena points, but for honor farming hours and hours, and not even a warning (maybe someone asked: why u release if they are farming at the gy, are u a bot or what? fortunately I was on pc so I replied immediately). Still as already said even the battleground mode has some serious problems, and maps are from vanilla to tbc/wotlk, and looks like the bot never saw them, this is something that need to be fixed, I mean these are maps that never changed in 15 years, can you script the obstacles and the routes? Even with writing my own profiles I had troubles. And well even using the bot for battlground, its still "exploiting-grinding", kinda like professions, I mean stuff for nolife chinese farmers that no one wants to do it manually. That's the use of any BOT imho, so you are not on -that category of bot users- that I kinda don't understand.
  23. Yes what, i asked you 3 different questions, yes its not an answer, why im wasting time reply to kids..fuck this
  24. 8 months 24/7? Or 8 months farming 1-2 hours/day? Also I am talking about priv server
×
×
  • Create New...