Jump to content

naviomg

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by naviomg

  1. i am not 100% sure if thats the case. it happens rarely and a wc run takes over 1 hour. no time to watch them all the time.
    just see sometimes one of the bots standing 6-7 yards off the group, when i move 1-2 yards closer they continue. if we can change the numbers of the rangecheck it would be already an ideal fix.
    but your right, ninja pull patrols during teamup makes no sense. they should run back to the teamup hotspot after killing it.

  2. What are the conditions for the bot to set their status to ready?
    it seems sometimes if they pull something during the waiting team up process for example mob patroulling, they can get pulled away from the teamup position and will never set their status to ready. after moving the bot lit closer to the teamup position it will continue (~5 yards?). Atm testing in WC.

  3. if i remember correctly pvptools was even written in AutoIt.

    For me atm the 2 biggest issues in wrobot are pathfinding and the way we create big profiles.
    The quest editor ui lacks of some basic functionality like adding a new step in between 2 step, drag and drop steps, copy steps
    Editing in XML, every step has way too many tags to work efficiently.

  4. 16 minutes ago, Puffmutti said:

    dont know if you ever used pirox...

    i leveled multiple chars from 1-70/80 without much afford and its a no brainer because there was multiple 1-80 profiles written (questing/grinding) 

     

    it was a different time where there were more people willing to release their stuff for free. the content has nothing to do with bot itself. tbh the whole stuff with paid profiles came with hb and we are simply adapting to it. also wrobot has way less user than hb or pirox at that time, which means less content overall. if your complaining about lack of profiles why dont you write yourself and release it for free? yeah it is easy and fucking time consuming.

    actually i planned to make an all in one lvling profile like kickz in hb but after 1-12 durotar only with all class qs which took me over 20 hours, im not sure if im going to do it anymore.

  5. 1 hour ago, Droidz said:

    And this plugin already exists: https://wrobot.eu/files/file/359-whisper-reply/

    And about Warmane detection, how I told and some private discutions, for the moment, I found nothing to confirm than Warmane detect WRobot, and I do not think that WRobot is detected, I think more about DB queries (VPN IPs, time in game, number of farms/fishings/mobs killed/accounts/quests/...) or traps (tp, mob spawn, freeze, ... but this automaticly? I read somewhere than Warmane have write few years ago antibot bot?). When I bot 1 or 2 hours per days, with my IP (real IP), my account still alive (I monitoring, sometime players (or GM?) talks to me). But I could be wrong and WRobot is really detected. But I work on it.

    If anyone has more info about Warmane or saw something strange (when he played manually or with the bot) he does not hesitate to tell me.

    im with you about warmane bans, i dont think the bot itself is detected, more like very active gms banning bots. even i can do it without access to their db. got tons of lvling bots, hard to monitor them. about the ip problematic, it seems warmane doesnt care at all about ip. had tests with multiple bots on same ip and pc also with my main on it and bots gets banned seperatly. main is still alive.

    my friend tried grinding in terrokar with lvl 70 on a pretty popular spot, same time i was in voice with him. after ~15min his char got ported multiple times during a fight by few inches. i guess to check the immediate bot movement to the mob (it was a rogue). he immediatly wrote ??? in /s and the gm whispered him sorry bot check. after that he closed the bot and grinded another 15 min by hand with ctm like a dumbass bot.

    Another point which confirms for me that wrobot is not detected is, bgs works without any problems if you have a good routine and profiles. grinded 300k honor without any problems.

    Also i found out lvling during midnight is much safer than any other time (EU time), which confirms for me even more its just very active gms since most players are eu based.

  6. trying to wait on my partymembers in a questing profile. this works as runcode:

            int readyMembers = 0;
            var totalMembers = wManager.Wow.Helpers.Party.GetParty().Count();
            while (readyMembers != totalMembers)
            {
                readyMembers = wManager.Wow.Helpers.Party.GetParty().Where(u => u.GetDistance <= 5).Count();
                System.Threading.Thread.Sleep(3000);
            }


    but the second i run the folowwing in the script tag
     

    wManager.Wow.Helpers.Party.GetParty().Where(u => u.GetDistance <= 5).Count();

    i get the error:
     

    Quester.Bot > Pulse(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Quester.Bot.Bot.Pulse(Boolean loadSettingsProfile, String profile)

    same happens to any for and foreach loops, everything else is working fine in the script tag. anyone know what the exact error here?

  7. ahh your plugin is auto updating, i was wondering why the heck they moving to all cleared path again.

    atm im trying to solve the last problem which is rolling on items. i managed to modify an old addon to roll greed on all items as well on bop items. any chance you can help me out to add another condition to check the armory/weapon type? i have no clue about lua ?

  8. yep its a bear, not sure if same appears on cats.

    if you can force back to step 1 would be great. my idea was to add another isCombat condition to the CheckArea Condition, but this would only force back to the last step which is still problematic in for example WC where they need to jump.

  9. found 2 more issues:
    it seems the status never turns to ready if char is shapeshiftet. Not big issue for me since i can just edit my fightclasses. for people who bought feral fightclasses this might be a issue.

    if the bots wipes, they will continue run in one by one to reach the checkpoint after the pull. I think during the pull the attacking conditions turns true since the mob moved away from its original area for the CheckArea function and jumps to the next Move step. this is by testing your ragefire script.

  10. im trying to get my quest profiles work with a .dll. With .cs files it works without any problems but after converting them to .dll it doesnt work anymore.

    My .dll:

    using robotManager.Helpful;
    
    namespace Testdll
    {
        public class MyTestScript
        {
            static MyTestScript()
            {
                Logging.Write("Init");
            }
    
            public static void Test()
            {
                Logging.Write("Test1");
            }
        }
    }

    Added them into the Script Tag in .xml:
     

      <Script>Scripts\testdll.dll
    </Script>

    Trying to call my testfunction with RunCode in Quester: Both are not working

    MyTestScript.Test();
    
    Testdll.MyTestScript.Test();

    Error in Wrobot:

    wjnzco2s.0.cs(13,3) : error CS1056: Unexpected character '�'
    wjnzco2s.0.cs(13,1) : error CS0116: A namespace cannot directly contain members such as fields or methods
    wjnzco2s.0.cs(13,4) : error CS1513: } expected



    Do i miss something or is it attented to not work with .dll?

  11. I can tell Wrobot is 100% not detected on warmane. They just like to ban lvling, grinding and gather bots. my lvl bots gets banned in the first 20 levels, yesterday 1 got banned at lvl 5. It is just very easy for gms to check since there are not lots of chars online at low lvl. But my bg bot runs 16 hours a day without any problems, now already with full s2 gear.

    What i found out, warmane outland ist a very EU heavy server. After my ban yesterday, i started another bot at midnight (this vm and ip got multiple hits and is uncleaned). This bot was fine, no problems at all till 20. The other change i made was to switch to dwarf area instead of human. Maybe there was just no GMs online or at least no assholes checking low levels all the time.

  12. Hello,

    im trying to a 5 man dungeon team running lvl 70 dungeons. I developed a lot of profiles for hb in the past but im not 100% familiar with wrobot yet.

    The main problem for me is the missing LFG Tool in TBC. Atm i have 2 different ideas:

    Quester: all 5 bots running the same questing profile and synced by a plugin (like pause the bot till all toons entered the instance)

    Quester + Party Bot: Tank running quester and synced by a plugin as well

    Does anyone has something similar working? Also which solution would be more gank resistant outside the instance?

     

×
×
  • Create New...