Jump to content

Droidz

Administrators
  • Posts

    12432
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz reacted to pepsiplaya in Please connect to the game | Legion Firestorm |   
    Fixed, after re-installing the 86 version of microsoft, and restarting pc. a small things all together made it work in the end.
  2. Sad
    Droidz got a reaction from Pudge in Relogger checkboxes and windows classic theme   
    Hi,
    I can reproduce this problem but I don't understand why, and I haven't found how to resolve it.
    But it is old Windows version and this affect only if you don't use default Windows style, I'll not fix it.
  3. Like
    Droidz got a reaction from TheSmokie in Add event handler or hook to add new state safely   
    and code like:
    Engine lastEngine = null; robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += delegate(Engine engine, State state, CancelEventArgs cancelable) { try { if (engine == null || engine.States == null) return; if (engine != lastEngine) { if (engine.States.Any(s => s is Idle)) { lastEngine = engine; engine.AddState(new MyCustomState()); // or engine.States.Insert(X, new MyCustomState()); // cancelable.Cancel = true; ?? } } } catch { } };  
  4. Like
    Droidz got a reaction from Pudge in Black s**t screen   
    you are the first to report me this problem.
    When you found bugged node blacklist zone.
    FPS seems low, what return https://wowwiki.fandom.com/wiki/API_GetFramerate ? Maybe code like 
    if GetFramerate() < 5 then ReloadUI() end can resolve problem
  5. Thanks
    Droidz got a reaction from Pudge in Black s**t screen   
    You are sure that you use last version? I tested again I cannot reproduct problem.
    For me the problem came from CTM, sometime he was called with float.NaN param (that do blackscreen or crash wow)
  6. Like
    Droidz got a reaction from Pudge in Black s**t screen   
    if you can try with new update
  7. Like
    Droidz got a reaction from Pudge in Party.IsInGroupInstance()   
    Hi,
    IsInGroupInstance() is for raid (severals groups). If it is dungeon for 5 players (1 group) use IsInGroupHome()
     
  8. Like
    Droidz got a reaction from Matenia in Adding plugin code to "base" code   
    Hi,
    problem is that WRobot don't unload loaded dll (or code), if you start/stop several times your code will don't found what dll use.
    You can try to use "Var" like that (no tested):
    public void Initialize() { robotManager.Helpful.Var.SetVar("TakeDeepRunTram", new Action(() => TakeDeepRunTram())); } public static void TakeDeepRunTram() { //code to enter portal, take tram and leave through other portal } in offmesh use:
    c#: robotManager.Helpful.Var.Var.GetVar<Action>("TakeDeepRunTram")();  
  9. Thanks
    Droidz got a reaction from 79135 in Error with Party.GetParty()   
    He, wait next update for the fix
  10. Like
    Droidz got a reaction from Talamin in Quester Parallels - Combine Target Entry   
    Wait next update, I added new quest type (this type combine kill and loot and gather). You can use several quests/objectives in one quest (wrobot will go to nearest objective and stop farm/attack if objective complete, but continue the others), it is sample (pulse only) with the quests https://www.wowhead.com/quest=46/bounty-on-murlocs , https://www.wowhead.com/quest=52/protect-the-frontier and https://www.wowhead.com/quest=5545/a-bundle-of-trouble : test grindergatherer.xml
  11. Sad
    Droidz got a reaction from Pudge in LuaDoString<bool> notInGame   
    Hello,
    Sorry I cannot with current used function to get lua variable.
  12. Like
    Droidz got a reaction from Matenia in [Spells] Strange bug   
    Wait next update
  13. Thanks
    Droidz got a reaction from Matenia in [Spells] Strange bug   
    Hello,
    This error is in "SpellManager.SpellInfoCreateCache(List<uint> listId)" when lua function "GetSpellInfo" don't found result.
    SpellInfoCreateCache(List<uint> listId) is useb by "SpellManager.GetSpellInfo(uint id)"
    SpellManager.GetSpellInfo(uint id) is used by "new Spell(uint spellId)" and "SpellManager.ExistSpellBook(string spellNameInGame)"
  14. Thanks
    Droidz got a reaction from Pudge in ClearTarget   
    I changed it in last update
  15. Thanks
    Droidz got a reaction from Pudge in Quest editor - faction field for vendors/repairs/mailboxes   
    Hello, wait next update
  16. Thanks
    Droidz got a reaction from Pudge in Grinder quest type with a path instead of hotspots   
    I'll add this option
  17. Thanks
    Droidz got a reaction from Pudge in 3.3.5 Relogger bug   
    new version use debugging by default to hook wow (with hardware breakpoint). When WRobot closing he remove all breakpoint (but he cannot do it when you kill process), he shoulds do it when relogger close bot (I need to check why relogger don't close correctly WRobot).
    If your server don't detect directx hook you can in relogger general settings use wrobot arg:
    -dx  
  18. Like
    Droidz got a reaction from TheSmokie in Quest Order Editor + Quest Editor - Arrows to move quests up/down in list   
    yes in all versions but you need to wait next update.
     
  19. Like
    Droidz reacted to Matenia in ClearTarget   
    Try using Interact.ClearTarget();

    If that doesn't work, it might be warmane's weird protection or addons causing an issue.
  20. Confused
    Droidz got a reaction from Super Fungi in 3.3.5a bot unable to relog (bug in reloger)   
    You probably use too old version of WRobot
  21. Like
    Droidz got a reaction from Ordush in Quest Order Editor + Quest Editor - Arrows to move quests up/down in list   
    Hey,
    In next update you will be hable to use shortcut ctrl+ and ctrl- (to up/down step).
    To wait when you mouse click on bouton you can after use key "enter" to avoid to spam mouse click
  22. Thanks
    Droidz got a reaction from TheSmokie in Quest Order Editor + Quest Editor - Arrows to move quests up/down in list   
    Hey,
    In next update you will be hable to use shortcut ctrl+ and ctrl- (to up/down step).
    To wait when you mouse click on bouton you can after use key "enter" to avoid to spam mouse click
  23. Like
    Droidz got a reaction from mita in WoW Always Crashes After 1-2 Hours   
    (Try to put smaller value.)
    If your problem is not resovled, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). 
     
  24. Like
    Droidz got a reaction from TheSmokie in Code doesnt stop fighting complete.   
    Thread Water = new Thread(() => { Logging.Write("[Water]: Water Search Initialized"); while (Conditions.ProductIsStarted) { try { if (!Conditions.ProductInPause && ObjectManager.Me.BreathTimerLeft <= 2000) { var unit = ObjectManager.GetWoWUnitAttackables().Where(x => x.Position.DistanceTo(ObjectManager.Me.Position) <= 30); foreach (var u in unit) { if (!ObjectManager.BlackListGetUnitAttackPlayerGuidTime.ContainsKey(u.Guid)) ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(u.Guid, DateTime.Now + TimeSpan.FromMinutes(5)); } wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP, 5000); } } catch (Exception e) { Logging.WriteError("[Water] ERROR: " + e); } Thread.Sleep(12000); } Logging.Write("[Water]: Water Search Disposed"); }); Water.Start();  
  25. Thanks
    Droidz got a reaction from Findeh in Error during hook test   
    In last update I changed default hook type, if you haven't problem before last update run WRobot with shortcut "WRobot Dx" (few software like antivirus or malwarebyte can cause problem)
×
×
  • Create New...