Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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
  2. 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() { } }
  3. Hello, try to launch WRobot with shortcut "WRobot no dx"
  4. 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)
  5. Hello, you use upper/lower cases?
  6. 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.
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Hello, use C# condition, for mana percent: ObjectManager.Pet.ManaPercentage > 50 for mana points: ObjectManager.Pet.Mana > 50
  9. Hello try to increment min/max latency in advanced general settings (you have also option in product settings )
  10. 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
  11. Hello, What do you use to show cpu %, ping, temperature? try to disable this
  12. Hello, your license expire in 2025, you can found expire date here https://wrobot.eu/clients/purchases/
  13. https://wrobot.eu/forums/topic/9689-key-doesnt-work/?do=findComment&comment=45072
  14. Hello, you play in what wow version? WRobot is for private server
  15. 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/
  16. 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.
  17. Hello, In advanced general settings tab regen put food name (with upper/lower cases).
  18. Hello, you can try to use "Auction" product to retrieve mails
  19. 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)
  20. 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).
  21. Hello, wManager.wManagerSetting.CurrentSetting.FoodName = "My food name";
  22. Hello,you can use lua code: CastSpellByID(1234) CastSpellByID(1234, 'target') or c# code: wManager.Wow.Helpers.SpellManager.CastSpellByIdLUA(1234); wManager.Wow.Helpers.SpellManager.CastSpellByIdLUA(1234, "target");
  23. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) (of session where is happen).
  24. https://wrobot.eu/forums/topic/9679-license-key-expiration-time-is-wrong/?do=findComment&comment=44974
×
×
  • Create New...