Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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.
  2. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, use C# condition, for mana percent: ObjectManager.Pet.ManaPercentage > 50 for mana points: ObjectManager.Pet.Mana > 50
  4. Hello try to increment min/max latency in advanced general settings (you have also option in product settings )
  5. 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
  6. Hello, What do you use to show cpu %, ping, temperature? try to disable this
  7. Hello, your license expire in 2025, you can found expire date here https://wrobot.eu/clients/purchases/
  8. https://wrobot.eu/forums/topic/9689-key-doesnt-work/?do=findComment&comment=45072
  9. Hello, you play in what wow version? WRobot is for private server
  10. 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/
  11. 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.
  12. Hello, In advanced general settings tab regen put food name (with upper/lower cases).
  13. Hello, you can try to use "Auction" product to retrieve mails
  14. 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)
  15. 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).
  16. Hello, wManager.wManagerSetting.CurrentSetting.FoodName = "My food name";
  17. 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");
  18. 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).
  19. https://wrobot.eu/forums/topic/9679-license-key-expiration-time-is-wrong/?do=findComment&comment=44974
  20. Hello, problem resolved
  21. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?tab=comments#comment-44969
  22. Hello, seem to works, you get still this problem?
  23. Droidz

    Error

    use like this ItemsManager.UseItem((uint)idMount); (or uint idMount = 0;)
  24. Hello, increment min/max latency in advanced general settings
×
×
  • Create New...