Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, What do you use to show cpu %, ping, temperature? try to disable this
  2. Hello, your license expire in 2025, you can found expire date here https://wrobot.eu/clients/purchases/
  3. https://wrobot.eu/forums/topic/9689-key-doesnt-work/?do=findComment&comment=45072
  4. Hello, you play in what wow version? WRobot is for private server
  5. 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/
  6. 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.
  7. Hello, In advanced general settings tab regen put food name (with upper/lower cases).
  8. Hello, you can try to use "Auction" product to retrieve mails
  9. 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)
  10. 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).
  11. Hello, wManager.wManagerSetting.CurrentSetting.FoodName = "My food name";
  12. 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");
  13. 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).
  14. https://wrobot.eu/forums/topic/9679-license-key-expiration-time-is-wrong/?do=findComment&comment=44974
  15. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?tab=comments#comment-44969
  16. Hello, seem to works, you get still this problem?
  17. Droidz

    Error

    use like this ItemsManager.UseItem((uint)idMount); (or uint idMount = 0;)
  18. Hello, increment min/max latency in advanced general settings
  19. Changed Status to Added Changed Version to All
  20. read this logs are in "Logs" folder
  21. Try this plugin LootMaxDistanceZ.cs : using System.ComponentModel; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.LootingEvents.OnLootingPulse += delegate (WoWUnit unit, CancelEventArgs cancelable) { try { if (unit.GetDistanceZ > 15) { wManager.wManagerSetting.AddBlackList(unit.Guid, 1000 * 60, true); cancelable.Cancel = true; } } catch {} }; } public void Dispose() { } public void Settings() { } } (replace 15 (line 12) by max Z distance)
  22. the one closest to your profile (if WRobot can make good path to go to)
×
×
  • Create New...