Jump to content

cometttor

WRobot user
  • Posts

    31
  • Joined

  • Last visited

Posts posted by cometttor

  1. On 4/3/2018 at 7:09 PM, headcrab said:

    You can use my plugin. It can disenchant all green items in bags on loot. No problem slightly change source code and disenchant blue too: 

     

    is it possible to turn on disenchant also for blue items? or blue items below specific item level?

  2. @Droidz

    Droidz, i have similar problem.

    At first exorcism were casted all the time.
    I applied C++ code you wrote and it stopped to being casted.

    But now its not usable anymore. When im proc on Art of War my paladin isnt using Exorcism at all. 
    Dont know what is going on. I checked also art of war id and its the same as in post before.

    Please, help!


    CURRENT LOG (when art of war is ready but exorcism is not working)
    [F] 20:27:56.060 - [FightClass] Launch C# code: Exorcism
    [F] 20:27:56.759 - [FightClass] Launch C# code: Exorcism
    [F] 20:27:57.457 - [FightClass] Launch C# code: Exorcism
    [F] 20:27:58.178 - [FightClass] Launch C# code: Exorcism
    [F] 20:27:58.876 - [FightClass] Launch C# code: Exorcism
    [F] 20:27:59.587 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:00.286 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:00.989 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:01.697 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:02.409 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:03.116 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:03.820 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:04.532 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:05.235 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:05.931 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:06.648 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:07.360 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:08.066 - [FightClass] Launch C# code: Exorcism
    [F] 20:28:08.775 - [FightClass] Launch C# code: Exorcism

    11ww.PNG

  3. 5 hours ago, Zan said:

    What do you need explained?

    there is I code which should be used in right place. im total amateur and I just watned to know how can i Use it. If its not too professional or too complicated for you - please, mase some desciprtiom how to add this code to my wrobot.

  4. On 9/21/2022 at 3:19 AM, Nax said:

    @cometttorSource Code (Plugin)

    using robotManager.Helpful;
    using System;
    using System.Collections.Generic;
    using System.Windows;
    using wManager.Plugin;
    using wManager.Wow.Helpers;
    
    public class Main : IPlugin
    {
        public void Initialize()
        {
            EventsLuaWithArgs.OnEventsLuaStringWithArgs += AcceptDungeon;
        }
        public void Dispose()
        {
            EventsLuaWithArgs.OnEventsLuaStringWithArgs -= AcceptDungeon;
        }
    
        public void Settings()
        {
            MessageBox.Show("No Settings.");
        }
    
        private void AcceptDungeon(String EventName, List<String> Args)
        {
            try
            {
                if(EventName.ToString() == "LFG_PROPOSAL_SHOW")
                {
                    Lua.LuaDoString("AcceptProposal();");
                }
            }
            catch (Exception ex)
            {
                Logging.WriteError("Main > AcceptDungeon > " + ex.StackTrace);
            }
        }
    }

     

    will be grateful for some explaination

    thanks in advance,
    Adrian

     

  5. On 9/21/2022 at 3:19 AM, Nax said:

    @cometttorSource Code (Plugin)

    using robotManager.Helpful;
    using System;
    using System.Collections.Generic;
    using System.Windows;
    using wManager.Plugin;
    using wManager.Wow.Helpers;
    
    public class Main : IPlugin
    {
        public void Initialize()
        {
            EventsLuaWithArgs.OnEventsLuaStringWithArgs += AcceptDungeon;
        }
        public void Dispose()
        {
            EventsLuaWithArgs.OnEventsLuaStringWithArgs -= AcceptDungeon;
        }
    
        public void Settings()
        {
            MessageBox.Show("No Settings.");
        }
    
        private void AcceptDungeon(String EventName, List<String> Args)
        {
            try
            {
                if(EventName.ToString() == "LFG_PROPOSAL_SHOW")
                {
                    Lua.LuaDoString("AcceptProposal();");
                }
            }
            catch (Exception ex)
            {
                Logging.WriteError("Main > AcceptDungeon > " + ex.StackTrace);
            }
        }
    }

     

    how Can i Use that?

  6. On 8/27/2022 at 11:45 AM, Droidz said:

    I'm sorry, I can't explain that.

    Droidz,

    I found why is it happening. I replaced my fight class with other one and it works definietly better.

    The problem is that I spent much time to configure this class. Could you look at it and maybe you could advise what should be fixed / improved? I dont understand framerates and few more things.. tried with 20 fps and 60 fps - no result. 

  7. 17 minutes ago, Droidz said:

    I'm sorry, I can't explain that.

    I also noticed strange behavior, it has not been done in the past, after the Wrobot operation, after some time I leave the computer on and get a notification about "disconnected from the server". I don't know why this is happening, I asked others if there were any DCs on the server - they said no. I have never had a disconnect with the scraper off.
    what do you think?

  8. 1 hour ago, Droidz said:

    Try running the command :

    /reload

    CPU/Ram usage increment when fps drop?

    image.thumb.png.13049257081b63ba9d7af979b947bc62.png

    Dalaran - underground - with wrobot turned on. (fps 2x less than with turned off wrobot)
    PS: when I go to main Dalaran fps is ~30, fps drops became immediately after start using bot (no matter if there are enemies or many npc around)
     

  9. hi,

    I noticed a problem with fps when wrobot is turned on. '

    1. If Wrobot is running but not turned on - 100 fps
    2. If the Wrobot is turned on - 20 fps
    3. If the Wrobot is turned on and off - 20 fps

    Why is the program causing such a drop in FPS? I tried with:
    - disabled all plugins (wrobot plugins)
    - default settings
    - disabled fight class

    Im using it for WOTLK. My latop spec is high end (i12, rtx3070 ti, etc)

  10. hello,

     

    I use wrobot for wotlk (battlegrounder / party).

    I realized, especially in party, my character often stops and its necessary to click anything (jump, move) to make him moving again.
    i use party helper plugin and only it. Tried with many configurations - eat/drink and not to eat/drink, loot / not loot mobs etc.
    Do you have an idea what is going on?
    I checked log and there is no error.

×
×
  • Create New...