
Matenia
-
Posts
2232 -
Joined
-
Last visited
Reputation Activity
-
Matenia got a reaction from libai in How to avoid boss AOE in fight ?
For anyone wondering, this is pretty much the preferred method. You could set WRobot's settings to completely ignore fights after calling Fight.StopFight as well.
But this is essentially what I use to escape mobs in HMP too. Unfortunately dynamic escape while avoiding new groups of mobs is quite complicated and will probably never be 100% perfect as you need to also make sure you won't just run in circles etc.
Mostly just came here to say Zer0's approach is the one I found to be working best and most reliably.
-
Matenia got a reaction from libai in LUAMacro not working
Try
Lua.LuaDoString("TradeSkillCreateAllButton:Click()") If that doesn't work, the problem seems to be that Wrobot executes secure calls and the button won't won't work when doing so. There might be an extra argument that allows disabling secure call.
Additionally, maybe the anti-cheat protection WRobot uses breaks some code.
-
Matenia got a reaction from Weer36 in Regeneration state
Decompile the Resurrect state and have a look yourself
-
Matenia got a reaction from Zer0 in Target Mana Percentage condition
Thanks, I changed the OP. I honestly hadn't touched WoW in years and only vaguely remembered that in some expansions, it already returns in percentage
-
-
Matenia got a reaction from Lindman112 in Poison
You need to use Lua to iterate your debuffs and get their debuff type, then cast Purify if it's poison.
https://github.com/droidzfr/WRobot_Packages/blob/fccc740c611b6447361d401c2aa35bb401d6f638/Old paid files/akuros/PriestDiscipline By Akuros v1.2.cs#L302
You also need to find the correct parameters for your Wow version. They're different between 1.12.1, 2.4.3, 3.3.5a, 4.3.4, etc
-
Matenia got a reaction from Marvelino123 in Moonwell.su new x5 Realm support?
Use the TRIAL key and find out on an account you don't care about. If you don't get banned within 10 minutes, it's safe.
I doubt they can detect. TBC is similar to vanilla - the client is ass and doesn't have good anti-cheat. You need to develop server side pattern detection in hopes of finding bots.
-
Matenia reacted to Droidz in 10-year anniversary
Happy New Year to all !
I'm excited to start another year and look forward to continuing to serve you with WRobot.
This year marks a special milestone for us as we celebrate the 10-year anniversary of WRobot.
I'm grateful for your support and look forward to many more years of success together.
Thank you for choosing WRobot, and I hope you have a happy, healthy, and prosperous new year!
View full article
-
Matenia reacted to Zer0 in Video tutorial - Create a plugin from scratch
Hi guys, I've created a video showing how to create a C# plugin from scratch. If you have questions or need more info, don't hesitate to ask.
-
Matenia got a reaction from catrix555 in DO NOT USE ON EVERLOOK
Finally got my test character banned in the mid 30s. No quests done, nearly no monitoring besides a few times to make a few fixes to my products for vanilla.
The last entry in the log was
[Fight] Mob has moved more than 45 yards So I suspect regular old GM check by teleporting a mob to see the bot's reaction.
Conclusion: No ban waves. It's safe to bot on Everlook if you use CTM with Rivatuner to limit FPS to 60 and use a semi-decent profile.
-
Matenia got a reaction from slu1989gamer in DO NOT USE ON EVERLOOK
Finally got my test character banned in the mid 30s. No quests done, nearly no monitoring besides a few times to make a few fixes to my products for vanilla.
The last entry in the log was
[Fight] Mob has moved more than 45 yards So I suspect regular old GM check by teleporting a mob to see the bot's reaction.
Conclusion: No ban waves. It's safe to bot on Everlook if you use CTM with Rivatuner to limit FPS to 60 and use a semi-decent profile.
-
Matenia got a reaction from w8plz in DO NOT USE ON EVERLOOK
Finally got my test character banned in the mid 30s. No quests done, nearly no monitoring besides a few times to make a few fixes to my products for vanilla.
The last entry in the log was
[Fight] Mob has moved more than 45 yards So I suspect regular old GM check by teleporting a mob to see the bot's reaction.
Conclusion: No ban waves. It's safe to bot on Everlook if you use CTM with Rivatuner to limit FPS to 60 and use a semi-decent profile.
-
Matenia reacted to Weer36 in Pathfinder Z coordinate tolerance
what means your's "yes" ? I mean POLYAREA_AVOID is good enough for avoid. But wManagerSetting.IsBlackListed() method doesn't take new POLYAREA_AVOID enum.
btw little bit more respect for author! take back your "fucks" and describe detailed your repeatable bug
-
Matenia reacted to Weer36 in Pathfinder Z coordinate tolerance
damn wManagerSetting.CurrentSetting.UsePathsFinder was disabled !! Shame on me
New polyarea is awesome, dude, You can push it in production
-
Matenia got a reaction from elitecasaj00 in DO NOT USE ON EVERLOOK
Been running 12 hours non-stop with no problem at all. Once you're out of the starting area and follow my advice above, you're mostly safe.
-
Matenia reacted to Droidz in Pathfinder Z coordinate tolerance
POLYAREA_AVOID by default will blacklist on a great height.
I added method
Pather.ReportArea(Vector3 position, float radius, float height, RD.PolyArea areaType)
-
Matenia got a reaction from elitecasaj00 in DO NOT USE ON EVERLOOK
I think they analyze movement packets. Maybe CTM or "SmoothMove" option of some kind is spamming the server too much with movement packets of some sort that they can recognize.
-
Matenia got a reaction from swishswish in DO NOT USE ON EVERLOOK
I think they analyze movement packets. Maybe CTM or "SmoothMove" option of some kind is spamming the server too much with movement packets of some sort that they can recognize.
-
Matenia got a reaction from Zer0 in UnitDebuff/UnitBuff for TBC 2.4.3
unitCaster doesn't exist in TBC and owner doesn't work either
In TBC, if there's a timer it's yours.
-
Matenia got a reaction from zatvorgt in Totown state?
ToTown.ToTownInProgress (although I've noticed that sometimes that boolean is set despite not actually going to town, so try Logging.Status.ToLower().Contains("town")).
-
Matenia got a reaction from Talamin in Just got banned instantly
I don't think you understand how detection works. Detection means the client tells the server the bot is injected.
If you use patterns, grind for hours on end, don't do quests, use non-human behavior etc they can track that statistically. It doesn't mean the bot is detected.
I've it for years on Warmane and it's been safe except when I got caught. It was only ever detected on an old version, but that was fixed. So if you are using the old cracked WRobot... go figure.
-
Matenia got a reaction from crabe in Target is Elemental or Mechanical
local creatureType = UnitCreatureType("target") return creatureType == "Elemental" or creatureType == "Mechanical" Hopefully makes it more readable
-
Matenia got a reaction from qus16249boofxcom in Cant run the Bot
You're likely trying to a quester profile as a grinder or the other way around. Start it as Quester
-
Matenia got a reaction from Zer0 in "[Fight] Mob seem bugged" What does it do?
Then the best you can do is read log events and react to your current target when it happens. That should do the trick for now.
Don't use the regular blacklist either (wManager.wManagerSetting.AddBlackList - this isn't realiable), it has to be the property directly on the ObjectManager class as seen here.
I realize log events won't help much with identifying the mob correctly, but hopefully this will do the trick as your bot is still targeting the mob, so that you can blacklist it and then stop the fight manually afterwards.
-
Matenia got a reaction from Zer0 in "[Fight] Mob seem bugged" What does it do?
I think blacklist events exist, but I don't recall if this case is covered by them. There is a blacklist of GUIDs (which in "real" wow are truly random and NOT re-used like on most p-servers) attached directly to the objectmanager iirc. It's either a list or a map that you can manually add those GUIDs to and they will never be considered in the OM, so for WRobot it's as if those mobs don't even exist. I believe I used this in my free AV plugin for blacklisting AV mobs too.