-
Posts
484 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by ScripterQQ
-
Go to Product Settings, then "Create Profile", record your custom path and then save overwriting default routes .xml ([A]AB.xml is [Alliance] Arathi Basin for example) And you need to turn free mode OFF
-
^ Same question @Droidz What does that code do? I know lua but not C and similar.
-
I created a path for herb gathering but it doesnt follow exactly the route, I mean, sometimes the herb is in front of a tree an it gathers without problems, but when the bot is coming from behind the tree, the herb is on the other side, and it keeps running into the tree like a wall, so I added every spot near a tree in a blackzone list otherwise it stucks too often. Problem is I have a huge loss in gathering since more than 30-40% of spots are ignored because in a bad position. I solved the problem by using wrobot + gagarin hack with enabled option "Disable M2 Regular", which allows me to pass through trees and such ground "light" objects, without faling into textures. In fact, I noticed a great increase of herb gathering after enabling that option on Gagarin hack. I have two questions: 1) Why the bot comes from behind, like doing the path in reverse direction? I want it to follow the route I created. I messed around with some switches but I think they are ok ("Path reverse direction" is off, sounds like it could be that, but again, its disabled so It shoulnd't happen) 2) Can you implement a switch that disables the M2 texture so I can do all the farming only with wrobot without using gagarin? I know it's a hack, and I don't know if you are "allowed" to add such feature (pretty sure you can add it easily) but well a feature like that included in the robot would be awesome.
-
I hope so, what about hit rating and other rng mechanics that shouldn't happen?
-
There is definitely something wrong right now, it's not the classic "I can't explain cuz im bad so they are cheating", its something different. -While hit capped, i missed the same cast 4x in a row on a human warrior, same my teammate 3x in a row miss a stun on him. We are both hit capped and target was not even night elf or blood elf or rogue or whatever needs additional hit rating. -Some warriors can kill in a single charge+mortal strike -Some warriors according to recount (dps meter) in PvE are first placed with main source of damage the.. bleedings. -Some players despite being clothed with level 78-like gear seem immortal in arena like having 2k resilience . Now I'm not asking "give me cheats", I just want your opinion about what can be done and if what I'm expereicning is normal. (rating 2k1-2k2+) Are heavy hacks running around between the "elite" players that allow them to do such things?
-
Actually I wanted to add this feature to a pve pqr rotation for AoE spells like hurricane, mind sear. By the way I don't understand exactly one thing in wrobot classfight, when I set for example "1" unit and radius "5" (equal or bigger), the "equal or bigger" is refered to radius or to the units?
-
Hello, as title says, is there a way, a command, to include in a lua script that Wrobot function? Its useful to check when to do AoE spells and other things. Thanks let me know =)
-
This topic is refered to warrmane. I manually joined the que for arathi basin and eye of the storm, 1h and 40m in que without bg popping. Then I removed que, joined random bg, istant que pop with SoTa. Another time: i was multiboxing with 4 account, every one queued for Isle of Conquest (separately, not in group), 30-40 minutes passed, nothing. Removed the que with 1 char, re-queued for random bg, istant join Isle of Conquest. This is 100% broken and intentional, forcing peope to join random battleground, and forcing random battleground to be Sota, IoC, and Alterac Valley (this one specially to motivate multiboxers). Conclusion: if you use bot for battleground, you spend 90% of time with deserter in your city. Just don't do it or play BG with your hands, for now.
-
As title says, I don't know much about C language (or what is supposed to be), what string should I modify to include Alterac Valley to blacklisted bg? I get massreported everytime because the bot keep ressing in front of the zerg zone, giving free points to the opposite faction (with multiboxer, premades..), so yea I don't want this battleground anymore, just like SoTa and IoC. Here is where to modifiy, I think: if (cId == (int) ContinentId.NorthrendBG || cId == (int) ContinentId.IsleofConquest) // NorthrendBG = StrandoftheAncients { Lua.LuaDoString("LeaveBattlefield()"); Thread.Sleep(150); }
-
There's one thing that triggers me, specially when I bot with melee classes. They pick up a target, sometimes near, sometimes the far-est possible and they are hooked to that target until he dies or you die. This has a "sense" ok, but sometimes I was watching my warrior slowed by mages + rogues + warriors (and massacrated meanwhile) but his priority was catching the warlock 40 yards away, instead of changing target with all the enemies he had in his melee zone. I tried with mouse to force TAB and give him a new target, nothing to do, he re-targets last target and keeps running to him ignoring everything else. Is there an option to make the bot a little bit smarter?
-
I tried some old profile I had (they always worked good) to do some skinning and somehow, the bot totally ignores the profile and the zone, and fly to another zone and skin random mobs. What's this? I tried re-creating a new profile with a path, and still the bot once launched instead of farming at sholazar the mobs i put in the list, and following the route, was flying straight to borean tundra to kill random mammoth. Has anyone experienced this? I'm starting to think it's server-blocked somehow, because as already said the profiles were working time ago and even if now they don't work anymore ("somehow"), I created a new one and still got the same result. Tested on wErmane. EDIT: It's not "gatherer" it's "grinder", typo in the topic tile.
-
I did some tests with the "UnitGroupRolesAssigned("party1") - for example" and was always returning "true"..my idea was putting tank on focus if it was returning "TANK" so I could throw important Cooldowns only on tank (focus) and not on random party members but no.. I need to check manually at the beginning of the istance who is the tank then put him on focus. I don't think it returns the role assigned by the Blizzard's Random Dungeon Finder, but instead a role "decided" by the raid leader or something..I will do other tests anyway, maybe I missed something.
-
Bots in warmane
ScripterQQ replied to BevrL's topic in WRobot for Wow Wrath of the Lich King - Help and support
Confirmed Confirmed both Alliance and Horde get stuck in pillar/wall right after respawn and taking left direction (when 99% of normal players just jump off the cliff and go middle field) Noticed this too, few suicides but very often stucks on the rocks under the start platform, somehow it jumps down there and can't go out. Yea most of times I tab into AV to check the situation, the bot is in the cave doing... I don't know what :D I'm sure everyone noticed few of these problems, but from what I read/know you can create your custom path for battleground instead of using the standard one. -
Discipline Priest at the moment, I'm very close to a perfect profile, still need some fix on spells, for example 1) I'm struggling with putting Pain Suppression on Tank only, they told me to put "cast on: focus" (and put tank on focus) but I need the condition "focus health low" which doesn't exists, only "target health low", so imagine your bot targeting a mage at 10% health and putting pain suppression on focus (tank). This is not good :P. 2) I'm trying to include shadowfiend in the rotation for mana, but I can't cast it on enemies since the bot targets only friends units and there is no "cast on targettarget" or something like. 3) Struggling also with "combat only" option, I always set "false" with penance, flash heal, renew, but some spells are useless Out of Combat, like Prayer of Mending, I tried with "combat only true", doesn't work. Tried with "combat only true" + condition "me in combat true", doesn't work. Tried with "combat only false" + condition "me in combat true", doesn't work. The only way it works is putting "combat only false", but it casts it everytime even out of combat which is a huge loss of mana (and worthless spell for heal OOC) 4) The bot kida react slowly, I don't know if it's the way it works but on some pulls or boss a rotation delayed by a second, a power word shield not casting because bot was prioritizing something else can make your party wipe. 5) Need to find a condition where multiple party members are at low health, so I can cast an AoE Heal (Prayer of Healing). Or when party is "safe" so I can cast Hymn of Hope By the way: don't bot in Nexus, dps or healer mode doesn't matter, it falls under the bridges since there are no walls and you die below, and bugs overall. Do bot only on safe dungeons "tank and spank" and similar (also some bosses with AoE on the ground, the bot will stand still and spam heals instead of moving away, so it's always better to keep an eye on the bot)
-
So is there a way to put a working "party" healer profile into a battleground mode? Sometimes I want to cap just the daily arena points by winning a battleground and i must join as healer with DPS rotation and everyone insults me obiously, I just tried swicching rotation but as already mentioned it does nothing.