Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to active option "Use lua to move" and to increment your min/max latency
  2. Bonjour, quelle est le message d'erreur?
  3. Hello, use dnLib
  4. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?page=3&tab=comments#comment-45207
  5. 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.
  6. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/
  7. try to increment min/max latency
  8. 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
  9. 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() { } }
  10. Hello, try to launch WRobot with shortcut "WRobot no dx"
  11. 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)
  12. Hello, you use upper/lower cases?
  13. 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.
  14. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. Hello, use C# condition, for mana percent: ObjectManager.Pet.ManaPercentage > 50 for mana points: ObjectManager.Pet.Mana > 50
  16. Hello try to increment min/max latency in advanced general settings (you have also option in product settings )
  17. 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
  18. Hello, What do you use to show cpu %, ping, temperature? try to disable this
  19. Hello, your license expire in 2025, you can found expire date here https://wrobot.eu/clients/purchases/
  20. https://wrobot.eu/forums/topic/9689-key-doesnt-work/?do=findComment&comment=45072
  21. Hello, you play in what wow version? WRobot is for private server
  22. 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/
  23. 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.
  24. Hello, In advanced general settings tab regen put food name (with upper/lower cases).
  25. Hello, you can try to use "Auction" product to retrieve mails
×
×
  • Create New...