Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

File Comments posted by eeny

  1. 14 minutes ago, FNV316 said:

    @eeny Seems like this recently added line causes issues. Got several reports about Warlocks pausing randomly and refusing to continue. Removing the "Products.InPause = true" solved it

    
    				//try waiting around if no pet??
    			if (!ObjectManager.Pet.IsValid && SummonImp.KnownSpell && !ObjectManager.Me.IsDeadMe && !ObjectManager.Me.IsMounted)
    			{
                    Thread.Sleep(1000);
                    Products.InPause = true;
    			}

    Pauses the bot, but there is no code to break pause again

    I didnt think that was too new.. regardless, i dont know why u got the reports LOL/

    So... as a fix i should put a sleep and then un-pause?

  2. 2 hours ago, bobington69 said:

    Sorry.. but it is your fc. 1-60 feral. Here is log. All addons have been disabled and keybinding reset since starting profile. Still same problem. Just create a lvl 1 night elf druid and you will see the problem. I can even send you the profile file if you want it. 

    25 Aug 2018 01H21.log.html

    This is not my fight class. Its a DLL file, all mine are CS files because i want people to edit / improve and feed back into them.  This is Matenia's druid file.

    [F] 03:49:37 - [FightClass] Loading Fight class: C:\Users\Quickplaya\Desktop\lolwow\\FightClass\FeralDruidVanilla.dll

  3. 13 minutes ago, bobington69 said:

    03:20:45 - [Fight] Player Attack Strigid Owl (lvl 5)
    [F] 03:20:51 - Fightclass successfully casted: Moonfire()
    [F] 03:20:52 - Fightclass successfully casted: Moonfire()
    [F] 03:20:53 - Fightclass successfully casted: Wrath()
    [F] 03:20:53 - Fightclass successfully casted: Wrath()
    [F] 03:20:56 - Fightclass successfully casted: Wrath()
    [F] 03:20:56 - Fightclass successfully casted: Wrath()
    [F] 03:21:01 - Fightclass successfully casted: Moonfire()
    03:21:03 - [Looting] Loot Strigid Owl
    03:21:04 - [Fight] Player Attack Strigid Owl (lvl 5)
     

    Seems to be spamming wrath too fast as well.. i can hear it "click click click". Only casts wrath like 3 times.  I thought level 1-4 was supposed to be auto attack and healing touch.. why is it even casting wrath?

    Do you have the full logfile with the FC getting loaded?- that doesnt look like anything i have publicly released.

  4. 1 hour ago, bobington69 said:

    "[F] 01:36:32 - Fightclass successfully casted: Wrath()
    [F] 01:36:32 - Fightclass successfully casted: Wrath()
    [F] 01:36:32 - Fightclass successfully casted: Wrath()
    [F] 01:36:32 - Fightclass successfully casted: Wrath()
    [F] 01:36:32 - Fightclass successfully casted: Wrath()
    [F] 01:36:32 - Fightclass successfully casted: Wrath()
    [F] 01:36:33 - Fightclass successfully casted: Wrath()"

     

    Over and over trying to cast Wrath then moves forward interupting Wrath.. then cast wrath moves cast wrath moves over and over. Starting level 1 druid. Tried putting melee attack on button one on action bar but bot switches it to wraith and casts then moves interupting it over and over until my character. My priest fightclass work fine.. not sure what the problem is with this druid fightclass.

    I didnt think i implemented wrath on this FC- got a log?

  5. 2 minutes ago, burnimation said:

    @eeny having MAJOR issues with pathing in ashenvale. It's actually at the point of being unbottable. Just constantly runs into trees, limbs, and down cliffs. Is there an issue with the server today?

     

    thats not just my profile.  the pathfinding server is down / wonky today

  6. 1 hour ago, frampton said:

    Hey, great product so far 

    However, I'm level 26 and it keeps trying to send me to the Barrens or Thousand Needles. Any idea? I even started the bot inside Ashenvale. 

    Thanks

    I cant think of any reason it would be going down there at that level- Try using the normal 12-60 file (the one without the runcode) and see if that does anything.  If not send me a logfile from the session and il see if there is a rogue coordinate which is sending the bot off.

    You could also try one of the smaller alt fiels for a few levels and see if the moveto 1KN passes on the main one.

  7. 22 minutes ago, vanbotter said:

    @eeny

    Have you had much luck getting a cure poison/disease script going?

     

    
    /run for i = 1, 16 do local debuffTexture, debuffApplications, debuffDispelType = UnitDebuff("player", i); if debuffDispelType =("Poison") then castspellbyname("Cure Poison");end end

     

    I've tried that but it's not quite right, 

     

    
    /run for i = 1, 16 do local debuffTexture, debuffApplications, debuffDispelType = UnitDebuff("player", i)

     

    This section will successfully return poison/disease/curse but i can't get any of the LUA functions within the fight class editor to act upon the return value. 

    Other issue is how often do you call it? I was thinking of calling it on a timer, 10 seconds or so. Cant have the bot continuously run that code checking for potential debuff.

     

    I have never written something like that- Closest thing to that would be in the pally FC where is check debuffs for a specific poison name.  Certainly not a clean solution.  As i use the pally FC more and more I add dispells by creating a new IF statement and add the poison name.

        public Spell Cleanse = new Spell("Purify");

        public void Cleansing()
        {
            if (Cleanse.KnownSpell && ObjectManager.Me.ManaPercentage > 10 && ObjectManager.Me.HaveBuff("Poison"))
            {
                Thread.Sleep(2500);
                Cleanse.Launch();
            }
            if (Cleanse.KnownSpell && ObjectManager.Me.ManaPercentage > 10 && ObjectManager.Me.HaveBuff("Rabies"))
            {
                Thread.Sleep(2500);
                Cleanse.Launch();
            }
            if (Cleanse.KnownSpell && ObjectManager.Me.ManaPercentage > 10 && ObjectManager.Me.HaveBuff("Infected Bite"))
            {
                Thread.Sleep(2500);
                Cleanse.Launch();
            }
            if (Cleanse.KnownSpell && ObjectManager.Me.ManaPercentage > 10 && ObjectManager.Me.HaveBuff("Dark Sludge"))
            {
                Thread.Sleep(2500);
                Cleanse.Launch();
            }
        }

  8. 1 hour ago, Reggan said:

    bot was working wonderfully for 2nd days but for some strange reason it wont sell stuff now? doesnt seem to know when bags are full it just stays doing loot animation.

    The profile doesn't control how the bot interacts with vendors.

    This could just be a bad vendor, sometimes if a vendor has a chat option before the vendor window the bot can struggle, also if you have a bunch of stuff in the first bag on your do not sell list it can bug out. 

    Maybe just blacklist the vendor (tools blacklist editor) and force the bot to go to another one and make sure the stuff in your do not sell list is out of your first bag. 

    Or look at a plugin / addon that auto sells greys. 

  9. 8 minutes ago, StarvingMonkey said:

    So my bot is just standing AFK infront of an NPC in Northsire Valley. Doesnt move, doesnt complete, doesnt even talk to the npc. just Stands right infront of the NPC and refuses to move. If i restart the bot it runs back to the NPC and stands there right away. 

    Will only do this if you have manually completed quests and the bot has no record of it.  The bot will then go and attempt to pick the quest up again.  The bot client should tell you what step its currently up to : Likely its a "pickup-seomquestname".  if you go to porduct settings / enable disable steps and disable this step it will proceed with the file.

    hit me up on discord if you need help.

  10. 12 hours ago, pepzlesy said:

    Im stuck at the Quartemaster Lewis in Sentinel Tower twice now, i cant find a reason why it gets stuck. I really liked the help you gave me on Discord but now its still stuck and i cant find a way to keep the bot going. The account level is lvl 29 works fine untill now

    Its not a profile specific issue- more general bot thing

     

    .  You will find some vendors are better than others, if you find one that doesnt work- either add a blacklist to the profile, or blacklist the vendor through Tools ? blacklist editor

  11. 26 minutes ago, tsm1196 said:

    What does "V9" mean? For example, what are the differences between the Horde12-60_V9.xml and the Horde12-60.xml files?

    V9 is the new file. I added runcode in the 1-20 to attempt to buy gear for specific classes, and also added some black spots, hearth / innkeeper, flight master and a few more pulse spots so the bot moves more. 

    Just generally better, but takes a little longer to load

  12. 11 minutes ago, Faffywaffy said:

    @eeny having another issue, with the 25-60 cloth profile, I'm trying to run it in EPL my hunter is 56 now (The 47-56 profile works great by the way) aside from the fact that by default it was set to sell blues, so I lost who knows how many rares, but anyway I have my toon sitting in EPL and i ran the profile and he's not moving at all, or looking for mobs, I tried upping the levels for the profiles and still nothing, any idea?

    Running the non-cloth profile works however, i guess its not set for any cloth mobs in EPL? all beasts.

    The pulse structure  look the same between files- share a log with me via PM?
     

×
×
  • Create New...