Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. What is resolve when you run command tracert wrobot.eu in command prompt?
  2. Hello, try to remove wow "Chache" folder, try also to launch Wrobot with shortcut "WRobot no dx"
  3. Droidz

    Private WotLK crash

  4. Hello, where do you get this error, can you share screenshot
  5. This fightclass cast Shadowform only when you have target, and cancel form(buff) when you haven't target: shadowFormTest.xml Video: 2018-03-23_17-09-15.mp4
  6. You play on Vanilla?
  7. Hello, https://wrobot.eu/forums/topic/8863-wrobot-stopped-working-for-me/?do=findComment&comment=41100
  8. Hello, use quest type "follow path" and put lower search radius don't resolve this problem?
  9. Hello, to wait change option "Min free bag slots" (in advanced general settings tab "vendor...") and put "size of you ammo bag + 1"
  10. Droidz

    shadowform bug

    It is not bug: https://wrobot.eu/bugtracker/leave-shadowform-when-dismount-r659/?do=findComment&comment=4877
  11. I ignore where do you have found your code, but in vanilla to cancel Shadowform buff you need to use lua code like: for i=0,15,1 do local currBuffTex = GetPlayerBuffTexture(i); if (currBuffTex and string.find(string.lower(currBuffTex), "spell_shadow_shadowform")) then CancelPlayerBuff(i); end end (and not "CastSpellByName('Shadowform',1)") In one line: for i=0,15,1 do local currBuffTex = GetPlayerBuffTexture(i); if (currBuffTex and string.find(string.lower(currBuffTex), "spell_shadow_shadowform")) then CancelPlayerBuff(i); end end
  12. Try to run this code (after change settings) var pName = robotManager.Products.Products.ProductName; robotManager.Products.Products.DisposeProduct(); robotManager.Products.Products.LoadProducts(pName);
  13. I comeback here when I have check, if you have time if you can try with weapon without ' in the name
  14. Hello, https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ Use mount
  15. try to redownlaod and reinnstall WRobot in new folder
  16. Hello, if you use old version (before WRobot 1.9.0) it is normal, this detection problem is resolved with last update ( https://wrobot.eu/forums/topic/8765-private-servers-security-update/ )
  17. Hello, New WRobot version resolve detection problem, update WRobot and the updater. Use WRobot if you know what you are doing, ban risk keep high, . You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave-2018-discussion/
  18. Hello, New WRobot version resolve detection problem, update WRobot and the updater. Use WRobot if you know what you are doing, ban risk keep high, . You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave-2018-discussion/ View full article
  19. Hello, in fisher product settings name of your weapon is good?
  20. Hello, for random player or specific player? To check if random player is near (less than 50y): return wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWPlayer().Any(p => p.IsValid && p.GetDistance2D < 50); To check if specific player is near: return wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWPlayer().Any(p => p.IsValid && p.GetDistance2D < 50 && p.Name == "Player Name");
  21. Bonjour, c'est possible avec des logiciel comme dnspy mais compliqué si vous n'avez pas les connaissances pour. Vous utilisez quelle fightclasses? la plupart sont multilang
  22. Hello, var assembly = System.AppDomain.CurrentDomain.GetAssemblies().LastOrDefault(a => a.FullName.Contains("Quester")); if (assembly !=null) { try { var currentSetting = assembly.GetType("Quester.Bot.QuesterSetting").GetProperty("CurrentSetting").GetValue(null, null) as Quester.Bot.QuesterSetting; if (currentSetting != null) { currentSetting.SaveModifiedGeneralSettings = true; currentSetting.ProfileName = "test.xml"; robotManager.Helpful.Logging.Write("OK"); } } catch { } }
  23. Hello, Try to increment "max unit near" and "search radius" in "general settings" (you can also enable option "can attack elite" in advanced general settings). Check if zone/mobs is not blacklisted (with "Map"). If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  24. Hello, You can run only one session at the same time with "WRobot Subscription". You can run unlimited number of session at the same time (on same IP) with "WRobot FOR PRIVATE SERVER" or "WRobot Unlimited Subscription".
  25. Hello, I'll host chat, if you have ideas/advises of chat to use (I thought of an IRC server (cross-platform)).
×
×
  • Create New...