Jump to content

Brian

Members
  • Posts

    92
  • Joined

  • Last visited

Posts posted by Brian

  1. 2 hours ago, skyz777 said:

    1) hmm ok what about money making? i mean i have a lvl 100 now.. just wana know how i can benefit from this bot since i cant do dreanor questing

     

    2) what u mean expansion? im talking about a brand new character.. just made a druid night elf and i wana bot it to lvl 100 its currrently lvl 7

    You can level 1-60 with grinding with wrobot

  2. 2 hours ago, Fer said:

    So I was playing around the other day doing a plugin for savage blood farming, you can just probably do a single profile but you are not able to move to the next target once the target has been trapped (You can detect the debuff in ur fightclass and stop atacking and such, but you will remain there until the mob dissapears).. so basiaclly my aproach was to make a simple grinder profile with only coords no targets, and code the target lookup on the plugin and other validations like the trap debuff and such... is there any way we could tell wrobot to continue with its pathing profile and next target somehow? or a temporal blacklist of a target (Not sure if possible cause I think they still share the same GUID).. but something like BlackListAndContinue(Guid) which would ignore the trapped mob and continue with the current profile..  I was able to detect the trapped debuff and move to the next target but i had to manually pause and resume the grinder product in order for my algorithm to work ... doing it from inside the plugin wouldn't work because once you pause or stop any product then the ticks stop and ur not able to resume the product from within the plugin... 

    Not sure if anything makee sense, I perhaps havent played around enough with the API, and perhaps im asking for functionality rather than API changes but oh well..

    Maybe if you could add a debuff validation on the grinding profiles that'd be awesome, like add the target id and also a validation like you do in the fightclass, Debuff, Distance, Health, w.e, in order to attack that given mob or just continue the normal loop.

    I actually requested a bot functionality change that would solve your problem, (changing blacklist from static on load to dynamic).  I could make my own blacklist class, however I am hoping droidz will update the bot to allow for blacklists to be dynamic.  I'll look into more when I get home, if wRobot allows for mob skipping based on memory location, and has a move on function(I may write this myself, since it will be very useful in general) I could easily write a temp blacklist class that would solve your problem. May be more work than it's worth since droidz will hopefully update the current blacklist class to allow for dynamic additions.  However, I will look into it and get back to you.

  3. 5 hours ago, betterSister said:

    Now Regen is eating 1 food every 2sec even if it's already eating

    I saw this issue today for the first time, It isn't an everytime occurrence for me, was just when a certain set of parameters were met, I just restarted bot and it worked fine.(I can't remember the parameters, I can test more if needed)

     

    note this was not with a custom regen class like I am assuming he is using.

  4. 3 minutes ago, betterSister said:

    it probably doesn't detect "Drink" buff properly because with this code it never detected the buff "Drink"

                    if (ObjectManager.Me.GetBuff("Drink"))
                    {
                        Logging.WriteDebug("We have Drink buff");
                    }

    Debug all your buffs to the logger to see if it's just called something else in wrobot(though I don't see why it would) or you can use buff ID (if that's implemented in wrobot)

  5. 54 minutes ago, colderpotato said:

    I simply wont be sharing for a good while now, but 1- 60 Alliance is coming in near future depending on weather I feel like it's good enough or if feel like deserve payment for my efforts. Also please do look at download section the current one released will take you from 1 to 15 atm flawlessly granted attack first needs to be better + auto train and it start off in dwarf starting area.

    Not sharing for a while? Need that leech ??... Would pay bank for a questing 1-60

  6. When adding a NPC to blacklist, it requires a restart of wRobot to take effect.  Is there anyway to change this? I am assume it's impossible from my end (requires update to wRobot), because there are many bugged mobs around warmane so I plan on making an addon add a target to blacklist if it evades x times, or if a timer gets to large when trying to interact with a unit, but without npc blacklist refreshing without a wRobot restart, I wouldn't bother because it would be useless.  Also, I think npc blacklisting is a bit bugged, I added a npc that is below the ground to the blacklist, restart wrobot/wow, and the bot still tried to attack it. (I confirmed the mob was in the blacklist database)

    Same issues applies to zone blacklist, I would like to be able to dynamically change zone blacklists without restarting wRobot.

     

    Also, would like 

     fixed, this is a major bug and effects my profiles many times an hour and causes deaths which shouldn't happen.

  7. 2 hours ago, betterSister said:

    i could look into it when i got time but right now i'm busy with my druid heal script

    Well, OP was asking about cast percentage nothing to do with stances.. anyways. for OP

    I haven't fully delved into the abilties of wrobot but here is how it would be done.. create a function that runs a lua script and returns a cast percentage value, this can be done by running a LUA script using the GetTime() / unitCastingInfo.endTime()

     

    http://wowprogramming.com/docs/api/GetTime()

    http://wowprogramming.com/docs/api/UnitCastingInfo

     

×
×
  • Create New...