Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

File Comments posted by eeny

  1. Just now, h2ro said:

    My Mage lvl 12 dies like every 3 minutes in barrens no clue how to change that he made like 60% exp in the last 3-4 hours

    At lvl 12 you should still be lvlling lvl 9-10 mobs in durotar so chances are you may need a better FC.

     use the alt files if you need to to spend some time kiling lower mobs to get stong enough to rejoin the main profile.

  2. 3 hours ago, Ocelot said:

    Just updated to the newest version and when it uses the healthstone it tries to create one. Moves forward a bit which interrupts the spell and tries it again. Rinse and repeat. Is there anyway to have the bot pause, create the healthstone and then move on?

    I'm away for the weekend so I can't check if I wrote wait for casting on healstone, you could try increment your latency so get the bot to stand long enough to get a cast off

  3. 14 hours ago, Lirisia said:

    Hello, i use C# profil but i never see him use mangle.

    And when i use gatherer or fisher , after each pickaxe it turns into a feline or bird, it's really annoying and we risk a ban.

    Do you think you can correct that?

    My english is not good, if i'm not clear enough tell me ?

     

    Hi Lirisa,

    Because mangle is a talent i had to call it by "CastSpellByNameLUA" which is pretty much /cast.  I suspect you may have a non english client so calling mangle in english will not work.  You will need to open the .cs file in notepad or an IDE and translate to get the spell to work in your language.

     

            if (ObjectManager.Me.HaveBuff("Cat Form") && ObjectManager.Me.ComboPoint < 4)
            {
                SpellManager.CastSpellByNameLUA("Mangle (Cat)()");
                
            } 

    As for the always turning into cat-  if you look in the CS file again you will see where i call it.  Its in both Buff and CombatRotation.  i think if you delete cat form from buffs it wont always try to enter cat form- only when you are in combat.

     

     

            if (!ObjectManager.Me.HaveBuff("Cat Form"))
            {
                CatForm.Launch();
            } 

    If you can give me the spelling of mangle on your client i can fix the FC fairly quickly ( i hope) for you.

  4. 7 hours ago, Razzorwind said:

    Hi, the profil spammes drain sould at every mob with lower life so my inventory is very fast full with soul shards, can i do anything to limit this ? and it doesnt use the wand even if its in action bar

          This is the code for drain soul, it should be stopping after 4 shards- by chance are you using a non enligsh client?  as for wand got a log file from the session- usually its when the bot hits a logic error on the mob and is trying to cast a spell it cant yet and studders.

      if (DrainSoul.KnownSpell && ObjectManager.Target.GetDistance < 25 && ObjectManager.Target.HealthPercent <= 15 && ItemsManager.GetItemCountByNameLUA("Soul Shard") <= 3 )
            {
                DrainSoul.Launch();
                Thread.Sleep(Usefuls.Latency);
                Usefuls.WaitIsCasting();
            }

  5. 14 hours ago, Zooci said:

    with level 44 - the bot runs to tanaris..

    i thought he will farm till 46 in feralas?

    is this a bug? 

    I may have changed it a few releases ago because feralas gets busy at 45. Is there and issue with tanaris at 44 not 46?

    If there is use the alt files to force to not to stay. 

  6. 50 minutes ago, Seriouzh said:

    File broken

     

    This guys gone and given you a free 1-50 file.  

    Quit the low effort bs, the LEAST you can do is give an explanation of what you are seeing...  jfc

  7. 6 minutes ago, BeastOnaPotato said:

    Ive been having a lot of problems with this profile over the past week or so. I'll go AFK for a few hours at a time while its running and come back to a toon that has all read equip with the ghost running around in the Barrens for some reason. It all started to go to sh*t once i hit lvl 40. I read in the comments that you need to clear the blacklist or something? I can't find an option for that anywhere. Had to run out today for a while and left it running, came back to 154 deaths, all red equip, and only 40 kills lmao. Is there any way to fix this? He wont sell anything either if i have him set to loot.

    You may not be the only one here with those issues- over the past week something is wrong with the pathfinder server for lots of people which is giving bots odd paths to get from A>B. see the thread below.

    Personally i make use of the alt / test files- get the bot some-what close to the zone indicated on the file and let it go.

    Selling is a hard one since the profile doesnt control the way the bot sells or interacts with vendors.  Do you have a log file from the failed vendor session- does it show why its not selling (blacklisting vendor)?

     

  8. 6 hours ago, Drekal said:

    hello i got the problem that the bot is trying to drink in cat form and thats not possible.. i set drinking to 15% and he doesnt cancel cat form for drinking.. he just waits until he is full.. sometimes he is useing drinks but most of the time he just waits for regging..

    Hey Drekal,

    What file are you using- One of the three files is a feral_drink.cs file that should break for for food / drink.

    Personally i think a Feral druid bot with passable gear should not need to drink too often (at all in my view).  

  9. 5 hours ago, food4me said:

    36-42 swamp of sorrows goes right into stonard, it also targets the guards and attacks them maybe make some blacklists?

     

     

    EDIT: I've now watched my guy run right in there and die 7 times.  For some reason, he feels the need to just run in there and target guards. all plugins and addons are disabled. It's worked fine for hours till now

    The area should be blacklisted- the main line file 6-45 is in the same area- does it do the same?

  10. 7 minutes ago, Nosferatuepic said:

    yes

    lol it was updated  < 3 days ago- your last DL was 4 days ago. So its super unlikely your using the latest version.

    Also if you have a problem with a free fight class- a bit of description of whats going on helps.  A little effort on your part goes a long way.  
     

    I have got to the point of ignoring " broken plz fix ASAP" comments.

  11. 11 hours ago, OliZ said:

    Hi!

     

    everything is working well for me but the healthstone... he is not using it! He creates it but does not use it. ?

    I swear the ID's of healthstone change with server, i have had to fix this so many times...  mind giving me the ItemID so i can add it.

    Wrobot client > Tools >Development tools > Bag items.  Can you give the name + the ID.

  12. 2 hours ago, Zooci said:

    i get [E] 17:51:51 - Grinder > Bot > Bot  > Pulse(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Grinder.Bot.Bot.Pulse()

    what am I doing wrong ?

    You are loading a quest file in grinder mode- load in quest mode.

  13. 1 hour ago, food4me said:

    Just leveled up out of the last area now its taking flight path from duskwood to redridge mountain then walks all the way back to duskwood and flies back to redridge its done this 5 times nows. HMP is turned off. One thing I can say about this profile is it doen't really use very obscure places at all I never really afk bot and watching my toon get ganked every 3 minutes kind of sucks every grind I've used so far has been quest mobs or near them so you get ganked non stopped.

     

    1- try turning off flight master in general options and make bot run to where is should be

    2- thats whay i gave you alt files.  Dependant on server some zones are busy (profile cant help this), so i gave the option of an alternate  levelling path.

  14. 40 minutes ago, gammy1989 said:

    At lvl 13 in barrens now.
    The bot is running straight in to Ashenvale (Troll character)  to pick up "The mills overrun". I Tried to disable this quest, but then it just keeps trying all other UD quests by running in to Ashenvale and dying.
    So the questing part is not working as a Troll atleast.

    Looks like you didn't take the zep to UD lands. I'll put some more safeguards in. 

    Take the zep manually and start the bot. 

  15. 1 minute ago, food4me said:

    I just bought this and ran the 1-45 human on a 35 human started the bot in STV he ran all the way to darkshire to acquire some Fine Aged Cheddar then proceded to run all the way to Stormwind to my trainer where I was greeted with a Wrobot error "Compilator error: c:\users\valued customer\appdata\local\temp\idc5qkn4\ldc5kqn4.0.cs(22, 169) : errorCS1026 ) expected error    

    I have  go to trainer off in Wrobot.


    I've sat here and watched the 1-45 human and the alliance 25-60 run around and do nothing I'm level 35 started this at 0 exp,  time played this level 1 hour 11 minutes and I'm still 0 exp into my level.... It's literally just running all over the place taking trams... walking to venders now I'm watching it walk to maybe the wetlands??? When I have all the flight paths and have that turned on in Wrobot starting to feel this was a giant waste of time and money

    The 6-45 profile doesn't take trams, buy food and should be training in goldshire for majority of classes.  I suspect you are using HMP.  Get the bot to golshire / STV, turn off HMP and see what it does.

     

    if its still messy send me a log so i can see what its trying to do.

     

     

  16. 12 hours ago, FNV316 said:

    It's just that one line, that pauses the bot. I think this line has been added recently, at least my version of it from half a year ago doesn't have it. Probably to avoid the bot continuing without summoning a pet after resurrect

    Yes, something like that. I have the impression that it misses the part where the bot is unpaused, so it just remains in pause. Or am I wrong?

    Uploaded a newer version i have been playing with (a lot of help from Ashoko) and removed that line of code.

×
×
  • Create New...