Matenia
Elite user-
Posts
2230 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Matenia
-
-
How much paypal for a basic wsg profile(vanilla wow)
Matenia replied to hoipolloi's topic in General assistance
Yeah... no. How can you possibly think this would take only 10-15 minutes when you clearly can't do it yourself? The battlegrounder isn't very advanced. It can't even do that you are requesting. You can disable free mode. Then it will load your actual profile that you have recorded, which is literally just a loop of waypoints. Engaging enemies at all times has nothing to do with the profile but with your Battelgrounder settings as well... -
If you use HMP, disable all smart pull options. On Netherwing this can happen for some reason, even if the mobs are invisible.
-
-
[PAID] [PVE] [RAID] Beastmaster - Hunter - 1-70 - TBC(2.4.3) by Ordush
Matenia commented on Ordush's file in Fight Classes - TBC
- 91 comments
-
Trying to loot same mob for 5 minutes till corpse despawns
Matenia replied to Marshalek's topic in General assistance
Are you using HMP? For some reason, it seems to loot over and over. I've never had this bug with default wRobot looting and disabled the combat looting in HMP. wManager.Events.LootingEvents.OnLootingPulse += (wUnit, args) => { wManager.wManagerSetting.AddBlackList(wUnit.Guid, 3 * 60 * 1000, true); }; Should blacklist mobs (not sure wRobot caresa bout blacklist when looting, but w/e) -
Yes you can, a lot of people run wRobot trough VMs and a VPN with each VM.
-
There is not IP limitation for the sessions themselves, but a lot of the paid products have IP limitations.
-
No, definitely not
-
-
Careful with Botting on Netherwing!
Matenia replied to Bambo's topic in WRobot for Wow The Burning Crusade - Help and support
Yes, my products use GetTime to read Spell and item cooldowns. So does wrobot internally as far as I know. Just FYI though, using it itself isn't what would get you banned. The function itself is used by almost every addon in the addon because all of WoW's other API calls and timers depend on it. Look up GetInventoryItemCooldown as an example on how it's used. Edit: to maintain cooldown timers, it'd probably be best to add a random number to GetTime once per client, instead of randomizing on every call -
Careful with Botting on Netherwing!
Matenia replied to Bambo's topic in WRobot for Wow The Burning Crusade - Help and support
If this is the time that the Lua function GetTime() returns, then someone with more reverse engineering skills than me would need to figure out what function in memory (C function) the Lua function is calling, overwriting or hooking that one and making it return a seemlingy random value. Or you'd have to modify your Kernel32.dll (on your system) so GetTickCount() returns different values. If they actually use Lua to check this somehow, all you would need to do is execute this script ingame (using Development Tools or a macro or an addon): _oldGetTime = GetTime; function GetTime() return _oldGetTime() + math.random(1000, 15000); end This can and will result in breaking addons and possibly all kinds of cooldown timers, which rely on this function. Any internal cooldown timer would have to call the _oldGetTime function instead (so anything wRobot needs). This would actually be easily doable, if it's actually confirmed that this is what gets people mass-banned on these servers AND that this Lua change prevents you from getting mass-banned. -
Wrobot error??
Matenia replied to axelkrantz's topic in WRobot for Wow The Burning Crusade - Help and support
Fix your wRobot then. Because that only happens when wRobot can't read data from the game. Notice it also thinks you're currently at world coordinates 0,0,0 Can also happen if the game is closed or you're not logged in -
Wrobot error??
Matenia replied to axelkrantz's topic in WRobot for Wow The Burning Crusade - Help and support
You didn't install HMP correctly... follow the readme file -
[PAID] Affliction/Demonology Warlock 1-70
Matenia commented on Matenia's file in Fight Classes - TBC
-
Delete quests from log
Matenia replied to Arcangelo's topic in WRobot for Wow Vanilla - Help and support
You're posting in the vanilla section, other binaries for TBC+ don't have that method. -
-
There might be a "need" for it, but none of us have any interest in helping people cheat at endgame if they aren't good enough at the game to press a few buttons. Especially for TBC, where scripting was thankfully never rampant, I have no interest in introducing any of that. I'm an avid PvP myself, I founded AT back in 2009. I take the competitive part of the game seriously. Getting past a few levels of a shittily designed part of the game (that makes up for maybe 10% of the game actually played and has no real effect on any relevant part of game) on a private server that forces you to start at level 1 for a game that for most people started 59 levels higher is not quite comparable to trying to best other players in direct competition - especially if you feel like you need scripts because you couldn't possibly do it manually.
-
You can add imports (using derictives) in the Custom Script part of the quester editor or just add a fully qualified name for the classes you're using.
-
Wrobot error??
Matenia replied to axelkrantz's topic in WRobot for Wow The Burning Crusade - Help and support
Post the full log to Droidz (of the wow error). Pretty sure it's related to one specific spot on the server that crashes your client. I've always solved this by moving my char 50 yards. -
Keep in mind, this only works for my TBC fightclass - vanilla does NOT have this feature. PM me on Discord with your order id, I'll send you the latest version that shouldn't leave Ghost Wolf - I'm unsure if I had updated it already.
-
-
Make your own. All wRotation does is put you in fight with whatever target you select and then the fightclass does the rotation. When wRobot runs normally, it picks targets, walks towards them and puts you in fight, then the rotation handles the rest. The general consensus amongst the people selling fightclasses is that they're meant to keep your bot running while you're afk. If you're not good enough to press 3 buttons for your PvE rotation or want to script in PvP because you've failed to git gud, you won't find much help here.