Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Everything posted by eeny

  1. Wrobot vanilla doesnt identify quests completed outside of the bot. once a quest is completed its put in a list of completed quests- if you have manually completed quests, it will go back and attempt to pick them up. if you land here you need to go into the profile settings > enable disable steps and untick all the quests you completed.
  2. Its a multi use file... IP/ computer / whatever
  3. These are just general wrobot config kinks- the tagged mobs are avoided by using a FC that stops fighting with tagged mobs Should be any of mine), or using a pluggin like this one below. The pet thing is reolved by going into the advanced options > combat options > ignore combat with all pets.
  4. A general Ret build for lvling is what i usually go. I personally dont get seal of command till ~30-35 and once im 30 points in Ret I go holy to get + Str / no pushback heals + consecrate.
  5. This is a profile package- for 1-30 there at any given level i think there are 3+ file you can be running- if the quest isnt working (not uncommon for wrobot vanilla questers) swap over to the grind file or any of the alt files. IF the 'stops' happen on every file its probably not the file but your config or a plugin- try disable HS to town because at low lvl's you run out of bags quick and it will wait for you to have hearth up to go to town.
  6. https://wrobot.eu/clients/purchases/
  7. Uploaded a new version which should fix this- something must have changed in the wrobot base FC to not auto trigger auto attack when in close combat
  8. I put an example in there
  9. Downloaded and tried the newest version currently up? An older one would check if the target was DOT-able and not cast on those targets.
  10. As someone who has taken " a few" trips to the white room on LB / ND---once you get ported there you are done...The GM has usually made their choice by then. Not recently, but on more than one occasion I have had GM's drag mobs onto my bots - who fired off an alert. I pause the bot window to fight a bit, only to get get ported to the white room, have a 10 minute conversation with the GM and still the acct got banned. IF you are AFK botting, an automated "wtf mate" is not going to get the GM to send you on your way.
  11. Yeah- take a look at the spell conditions, i think you need to have a shield up, and target needs vamp embrace on it
  12. Gathering is very latency sensitive- in the bots advanced options you can increase it and the bot will stick around longer during gathers and will complete them.
  13. thanks for asking- i had the files but hadnt added them into the package. Pull the zip down , it has starters for all races now.
  14. I wrote the range limit in for a reason. I can't remember what reason, I take it out and see if It comes back
  15. Try deleting your bad bots settings file in /wrobot/settings and turning everything back on?
  16. Selling = False ; SellGray = True ; SellWhite = False ; SellGreen = False ; SellBlue = False ; SellPurple = False ; Enable selling...
  17. New version? i removed all puases in the one up there now
  18. 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.
  19. 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
  20. What language is your client- for that mangle spell look the same as the client you are running?? if not change it so it does. Its turning into a bird between harvests because you have flight form set as your flying mount.
  21. Version 2 Release 2 Added range manager to move closer to target when mend pet may be needed. Included all slots of FIRST BAG to the feed pet macro.
  22. Try this. had to translate some stuff and may have got it wrong- just make sure that the cat mangle part is spelled the same as the client and it needs all the brackets. also changed Cat form + prowl behavior to only fire duing combat so u can farm without form thrash (hopefully) if (ObjectManager.Me.HaveBuff("Cat Form") && ObjectManager.Me.ComboPoint < 4) { SpellManager.CastSpellByNameLUA("Mutiler (Chat)()"); } BC_Druid_Feral_Français.cs
  23. 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.
×
×
  • Create New...