Jump to content

Droidz

Administrators
  • Posts

    12432
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from Seumas in Work in progress   
    Hello,
    I post a small new for say that currently I work principly on "Relogger" application (you can look screenshot in this post).
    I took a little delay on the support (on the forum) and for fix the bugs on WRobot for private server, I'll catch up when "Relogger" is realesed (soon :)). After it, I'll start to work on Legion.
    Regards, Droidz.


    View full article
  2. Like
    Droidz got a reaction from eeny in Work in progress   
    Hello,
    I post a small new for say that currently I work principly on "Relogger" application (you can look screenshot in this post).
    I took a little delay on the support (on the forum) and for fix the bugs on WRobot for private server, I'll catch up when "Relogger" is realesed (soon :)). After it, I'll start to work on Legion.
    Regards, Droidz.


    View full article
  3. Like
    Droidz got a reaction from Dreamful in Work in progress   
    Hello,
    I post a small new for say that currently I work principly on "Relogger" application (you can look screenshot in this post).
    I took a little delay on the support (on the forum) and for fix the bugs on WRobot for private server, I'll catch up when "Relogger" is realesed (soon :)). After it, I'll start to work on Legion.
    Regards, Droidz.


    View full article
  4. Like
    Droidz got a reaction from kilimich in Clear session Blacklist   
    ClearBlacklist.cs
  5. Like
    Droidz got a reaction from BetterSister in WoW crashes every 3-4 hours while botting   
    Thank you. I have just release new update, I hope than this update will resolve the problem. With the previous update the frequence of crashs had lowered?
  6. Like
    Droidz got a reaction from kilimich in Skinning   
    Hello,
    Try to increment min/max latency.
    For it:
    Go to tab "General Settings".
    Button "Enter advanced settings…".
    Go to tab "Other options".
    Edit option "Latency – Min x ms | Max: x ms". (try to use 500 and 800)
  7. Like
    Droidz got a reaction from chapperz in Mesh   
    Hello,
    here: http://download.wrobot.eu/wrobot/wod/meshes.zip (extract all files of "meshes.zip\meshesV2\" to "WRobot\Data\Meshes\").
    You can also download minimaps file here: http://download.wrobot.eu/wrobot/wod/minimaps.zip
  8. Like
    Droidz reacted to MeRox in WoW running out of memory   
    updated, will post if it works or not after 2 hours ( the usual time my bots decides to rush in to e-pixel world) :)
  9. Like
    Droidz got a reaction from BetterSister in WoW running out of memory   
    Since last update (yesterday) I have try to fix this problem, If someone can confirm that the problem are resolved.
  10. Like
    Droidz got a reaction from BetterSister in WoW running out of memory   
    This update in only on WRobot for WoD for the moment.
  11. Like
    Droidz got a reaction from kilimich in Multiple mobs   
    If you use grinder bot, add entry id of mob in your profile. if you use automaton, in product settings you can add name of mobs at attack.
  12. Like
    Droidz got a reaction from kilimich in Multiple mobs   
    Do you play on official WoD server?
  13. Like
    Droidz got a reaction from kilimich in Multiple mobs   
    When you loot manually (without bot), Wow don't loot all near mobs (you need to lool mob by mob)?
  14. Like
    Droidz got a reaction from kilimich in Multiple mobs   
    Hello, can you share your log file  please
  15. Like
    Droidz got a reaction from kilimich in Multiple mobs   
    Ok, can you try to activate option "Skin/Gather/Mine Mobs" in general settings, if this don't works, I'll write plugin for it.
  16. Like
    Droidz reacted to kilimich in Multiple mobs   
    Ok, thnx, i will try it today and report
  17. Like
    Droidz got a reaction from iMod in A few questions about the CustomClass   
    Hello,
    Use this code for it:
    WoWPlayer randomPlayer = ObjectManager.GetNearestWoWPlayer(ObjectManager.GetObjectWoWPlayer());  
    Try this: 
    WoWPlayer player = ObjectManager.GetObjectWoWPlayer().FirstOrDefault(o => o.Name == "CharName"); if (player != null && player.IsValid) { Interact.InteractGameObject(player.GetBaseAddress, false); }  
  18. Like
    Droidz reacted to seaniscoolkinda in warlock fight class   
    Call to arms is actually a listed spell, look for "garrison ability"
  19. Like
    Droidz got a reaction from saleh in warlock fight class   
    Par exemple, pour http://www.wowhead.com/item=5512/healthstone , à la place du nom du sort mettez l'id de l'item (5512), dans "Spell Settings" mettez "True" à l'option "Not spell, is item id". Dans les condition utiliser "Item Count" et "Item Id Cooldown Enabled". Regarde cette exemple: test.xml
  20. Like
    Droidz reacted to Solit in Party Mode - Bots stop attacking and just stand there   
    I will have a look again the next time it happens i didnt really look at that will let you know.
  21. Like
    Droidz got a reaction from Fizzcrank in Need to restart constantly for spells to work.   
    Hello,
    Yes, I cannot detect new spells without restart wow client, I don't know cause yet (this problem do not exist on the wotlk official server before).
    I have add it to my to do list, I'll look it again, I comeback here when is done.
  22. Like
    Droidz got a reaction from BetterSister in Improving tank(Too)Far()   
    Add "wManager.Wow.Bot.Tasks." before "GoToTask...."
  23. Like
    Droidz got a reaction from PierreDeRosette in Improving tank(Too)Far()   
    Hello,
    To stop to go to tank if it is out of view you can use this code:
    #region Tank too far bool tankfar() { WoWPlayer tank = getTanks().First(); while (tank.IsValid && tank.GetDistance > 15 && !wManager.Wow.Helpers.TraceLine.TraceLineGo(tank.Position)) { MovementManager.MoveTo(tank); System.Threading.Thread.Sleep(50); } MovementManager.StopMove(); return false; } #endregion  
    To generate path and go to tank you can use code like this:
    #region Tank too far bool tankfar() { WoWPlayer tank = getTanks().First(); if (tank.IsValid && tank.GetDistance > 15) { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWith(new WoWUnit(tank.GetBaseAddress), -1, false, context => Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && tank.GetDistance > 15); } MovementManager.StopMove(); return false; } #endregion  
  24. Like
    Droidz got a reaction from TheSmokie in Snippets codes for quest profiles   
    Snippets codes for quest profiles
     
    ps: Feel free to share your tips on this post. If your message is poorly presented or contains a question, it will be deleted.
  25. Like
    Droidz got a reaction from colderpotato in Download WRobot for MoP   
    Hello,
    WRobot for World of Warcraft Mists of Pandaria private server is available.
    Download WRobot for Wow MoP (5.4.8.18414) : Click here 
    Download WRobot for Wow MoP (5.4.7.18019) : Click here 
    (don't forget to select good product during install:  )
     
    If you get problem to install WRobot go here.
×
×
  • Create New...