Everything posted by Droidz
-
Plugins & 3rd Party Libs
Hello, use dnLib
-
Having New Issue
https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?page=3&tab=comments#comment-45207
-
Pathfinder problem again?
Hello, I again added security code, I hope than this time its good. To wait to be sure than problem are resolved, I recommend to use this plugin: https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?do=findComment&comment=45114 When problem will resolved I will add subscription days to your accounts.
-
Pathing down again?
https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/
-
3.3.5 pathing not working
try to increment min/max latency
-
3.3.5 pathing not working
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Check if you use Wotlk profile
-
Pathfinder problem again?
Try : PathFinderPathIfDown.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.LoggingEvents.OnAddLog += delegate(robotManager.Helpful.Logging.Log log) { try { if (log.Text.StartsWith("GetRequest(string url=\"http://pathfinder") || log.Text.StartsWith("GetRequest(string url=\"https://pathfinder")) { robotManager.Products.Products.InPause = true; wManager.Wow.Helpers.MovementManager.StopMove(); robotManager.Helpful.Logging.Write("In pause because pathfinder server seem down"); } } catch { } }; } public void Dispose() { } public void Settings() { } }
-
Wow Error. Wrong setup?
Hello, try to launch WRobot with shortcut "WRobot no dx"
-
Pathfinder problem again?
Sorry, I added again codes I hope than this time is good. Try to use this plugin: PathFinderRequestTimeoutMs.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.wManagerSetting.CurrentSetting.PathFinderRequestTimeoutMs = 60 * 1000; } public void Dispose() { } public void Settings() { } } (default time is 12 seconds)
-
[Vanilla] Graccu's Mince Meat Fruitcake NOT WORKING
Hello, you use upper/lower cases?
-
LICENSE KEY expiration time is wrong
Hello, you have already requested it in private, I replied why post it in public? I gave you a free subscription to play on PTR servers at the bot "Party" (WRobot does not support PTR servers for a long time), for you free subscription you have never helped a member of the community, or even shared a file for more than 2 years https://wrobot.eu/profile/30087-phoenix222/content/. You've got free access for more than 2 years, you are already lucky.
-
Char moving back and forward
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Fight Class Editor
Hello, use C# condition, for mana percent: ObjectManager.Pet.ManaPercentage > 50 for mana points: ObjectManager.Pet.Mana > 50
-
Fishbot cast trys dry land first then water
Hello try to increment min/max latency in advanced general settings (you have also option in product settings )
-
cant run 10 sessions.
In your log you seem lost internet connection sometime. Try to edit with notepad the file "WRobot\Settings\WRobotGlobalSetting.xml" and change value in CloseIfCannotLoginWowMinutes (by default 2 minutes, replace 2 by your delay to close WRobot if cannot login wow, put bigger value). Check also in relogger app if you have activated "lock when launch" option in general setting
-
bot doesn't work this game version.
Hello, What do you use to show cpu %, ping, temperature? try to disable this
- license expired
-
Key doesn't worK
https://wrobot.eu/forums/topic/9689-key-doesnt-work/?do=findComment&comment=45072
-
Key doesn't worK
Hello, you play in what wow version? WRobot is for private server
-
Need some help with C#
Hello, public SpellState(string spellName, int priority, BooleanDelegate condition, bool isBuff = false, bool inCombatOnly = true, bool castIfInMount = false, bool castIfMeDead = false, bool checkIfKnow = true, bool checkIfSpellUsable = true, bool checkSpellDistance = true, bool needInView = true, int timer = 0, bool notSpellIsLuaScript = false, bool debug = false, bool targetFriends = false, bool aoeSpell = false, bool aoeSpellMePos = false, bool oncePerTarget = false, YesNoAuto canMoveDuringCast = YesNoAuto.Auto, string description = "", string castOn = "", bool lockFrame = true, bool waitDuringCasting = true, bool notSpellIsCSharpCode = false, bool notSpellIsVBCode = false, bool notSpellIsLuaBotCode = false) But if you use c# to create your fightclass it is not recommended to use this, you can found sample here https://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/
-
Pathfinder problem again?
Sorry for the inconvenience, the server has worked for more than 6 months without problem, but since few days he get troubles, I added security code and more debug logs server side to try to avoid to get this problem again.
-
formatting food for the bot
Hello, In advanced general settings tab regen put food name (with upper/lower cases).
-
Is it possible to retrieve mail from a mailbox?
Hello, you can try to use "Auction" product to retrieve mails
-
Avoid to many mobs
Hello, you can edit option "Max unit near" (in general settings), you can also try this plugin https://wrobot.eu/files/file/1124-avoidit/ (this plugin can add bugs)
-
Movement
Hello, in Vanilla WRobot movement can looks robotics, but the others players don't see all details (with latency and ...) (you can connect to a second account to see how you look).