Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Posts posted by eeny

  1. 3 minutes ago, Ivkan1997 said:

    Hello,

    Before few minutes I have installed latest update for wrobot (private server) and something is going wrong!

    Before update I could run 20 sessions without any problem, now its like runing maybe 10 to 12 seassions and other are just trying to star up and when it does it remove some other seassions etc...

    Going in circle from starting up new wrobot and closing old one.

    Droidz I have read you will not force old customers to new rules till their key expire, or you will limit to 25 seassions.

     

    What is my problem? Any suggestions?

    Take a read through

     

     

    Will explain why they are shutting down as you open them.

  2. 1 hour ago, Memus said:

    I have the same problem.
    Any working solution?

    I use this "Run code" step on a quest file to open clams i find while fighting .  You should be able to change the item ID and the IF conditions to suit your needs.

     

    Thread t = new Thread(() =>
    {
        while (robotManager.Products.Products.IsStarted)
        {
            if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause)
            {
                if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive)
                {
    robotManager.Helpful.Keyboard.DownKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.ShiftKey);
          Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));
          ItemsManager.UseItem(7973);
          Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));
          robotManager.Helpful.Keyboard.UpKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.ShiftKey);
          Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));
                }
            }
            Thread.Sleep(10000);
        }
    });
    t.Start();

  3. [E] 23:47:29 - System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
    at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
    at StatWeights.ForClass(WoWClass woWClass)
    at AutoEquip.EquipItems()
    at Main.DoBackgroundPulse(Object sender, DoWorkEventArgs args)

    [E] 23:47:29 - !Memory.IsProcessOpen

    Disable HMP / auto equip and see?

  4. Most of the large "grinder" files here are actually written on the wrobot quest base, not grinder base.  Make sure you are loading the profile with the correct product, the profile description in most cases tells you what you need to do.

    I sometimes get "failed to start" when loading file... usually i re-launch the client and it works second time around.

  5. I dont see "The requested bot is not supported" in the logs- the looks like a working session to me.  The profile being used is my 1-60V_8 grinder and i havnt added that terminology anywhere in my profile...

    Its not possible that its coming from the FightClass?  I see the FC tries to load some BC spells (Water shield / Gift of the Naruu), maybe the FC is giving you a pop up saying your using it on the wrong wow version??

    Same result with a different FC?

×
×
  • Create New...