Everything posted by Droidz
- Happy new year 2019!
- Happy new year 2019!
-
How to make it easier to read the bot in FC?
It is better to use 1 spells with a large condition
-
How to make it easier to read the bot in FC?
Hello, I am not sure to understand, but you can add code like in "Additional C# code" static bool Condi1 { get { return (ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-3908,1130,0)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-6790, -2891, 9)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(2892,-811,199)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(6708,-4654, 0)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(1211, -4868, 188)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(3865, 6983, 0)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(3641,2032,0)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-4459, -1660, 127)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(3392,-3378,134)) < 5 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-3520,1065,0)) < 50 || ObjectManager.Me.PositionCorpse.DistanceTo2D(new Vector3(-6060, -2955, 434)) < 5) && ObjectManager.Me.IsDead; } } and in "Csharp conditon" use code like " Condi1 "
-
[vanilla] wrobot navigation is brocken in Revantusk Village in Hinterland
Try to disable your plugins, if problem is resolve update and reactivated one by one
-
Never afk
https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/?page=1
-
Do not sell items
Hello, try to blacklist or disable innkeper vendors, I'll check if I can resolve this problem
-
Quester not attacking neutral mobs in grinder step?
try to increment also Seach radius, do you have log of bugged session
-
About Skinning
can you share log with new settings
-
nevermind
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
About Skinning
try to increment your min/max latency in advanced general settings
-
Use in AV
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Never afk
Hello, use relogger
-
Problem with ENCRYPTED files on TBC
Can you try to in VM to check if the problem is in your windows installation
-
[vanilla] wrobot navigation is brocken in Revantusk Village in Hinterland
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Problem with ENCRYPTED files on TBC
re download profile
-
Quester not attacking neutral mobs in grinder step?
Hello, Are you sure the mobs ID are in the profile? Look at the option "Max unit near" and "search radius" (in general settings), also check that you are not in a blacklisted area ( "Map" tab)
-
License key private server 7.1.5 23420
Hello, try again
-
Bug with black list
Hello, this problem is normally resolved in last update, you have check if you use last update? can you share your log pleaers
-
Attacking Specific Mobs that are blacklisted - After recent update
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
[Vanilla] Drinking while swimming
Hello, I checked and WRobot don't regen if your character swim. About traceline flag seem not correct on Vanilla, I'll check if I can fix it, but you can try code like: var posToCheck = new Vector3(1, 2, 3); Vector3 hit; wManager.Wow.Helpers.TraceLine.TraceLineGo(posToCheck + new Vector3(0, 0, 20), posToCheck, CGWorldFrameHitFlags.HitTestAll, out hit); if (hit.Z > ObjectManager.Me.Position.Z) { // out of water? }
-
Grinder bot keeps doing idiotic pulls
I'm not saying it's your fault, but maybe you know a trick to solve it. There was a important problem with the blacklist I just resolved in an update, it's possible that this resolve your problem too.
-
API inconsistency Vanilla/TBC
Hello, in tbc you can use lua for that: while GetQuestLogTitle(i) do local questTitle, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily = GetQuestLogTitle(i); if ( not isHeader and GetQuestLink(i)) then if {1} == tonumber(string.match(GetQuestLink(i), 'Hquest:(%d+)')) then qId = i; break; end end i = i + 1 end replace {1} by quest id
-
Attacking Specific Mobs that are blacklisted - After recent update
Thank you, I'll release update to fix that thank you
-
Attacking Specific Mobs that are blacklisted - After recent update
Give me sample please I'll fix that if it is bug