Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Everything posted by eeny

  1. not really- that should be a move to from darkshire to STV. was the bot going after a bugged mob or something?
  2. 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.
  3. Is hearth on CD or something? Because. it should finish quests there and hearth back
  4. You may have stopped the bot mid movement or logged out mid movement. just move the bot to IF and start.
  5. bot settings >advanced options > ignore combat with pets
  6. Firstly- smart idea, i have been playing with this on druids and i hate to think how much stupid bot movement is hidden from players just because im stealthed. The general advice here is going to be set the "stealth" spell to only ever activate when you are moving or 'InMove'. Generally a melee bot doesnt move after killing, it just loots / skins then moves on. So setting the InMove requirement works 95% of the time. In C#- your stealth should look something like this, ( Obv this is druid just change spells around) //STEALTH if (Prowl.KnownSpell && ObjectManager.Me.HaveBuff("Cat Form") && Prowl.IsSpellUsable && !ObjectManager.Me.InCombatFlagOnly && ObjectManager.Me.GetMove && !ObjectManager.Me.HaveBuff("Prowl") && !ObjectManager.Me.HaveBuff("Poison")) { Prowl.Launch(); } If you are using an XML FC editor
  7. Also i will admit that FC was a bit 'meh" was put up so people could build on it when they use it. With the loop during combat the smoothmove plugin makes a very vocal appearance and may stop the bot turning and shooting during combat so try disable that. With the Ammo thing- was never an objective of the fight class. Look at human master plugin or write profiles that buy ammo for you.
  8. This is why people don't release free stuff.
  9. Try toggling click to move in wrobot advanced options or playing with Vsync.
  10. no, the two files are standalone files. if you are using one you only need one in the FC folder.
  11. 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
  12. 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
  13. The pulse structure look the same between files- share a log with me via PM?
  14. Thanks, il take a look at it, may blacklist that cave entirely. You could look at the alt files azshara/ tanaris to lvl up. Lvl 50 on north dale may also be time to start lvling by hand to eliminate bans. Areas are getting busy with 60s above that point
  15. Its written in the file. no addons / pluings stopping the heal? public Spell HealingWave = new Spell("Healing Wave"); public Spell LesserHeal = new Spell("Lesser Healing Wave"); if (ObjectManager.Me.HealthPercent <= 40 && ObjectManager.Me.ManaPercentage > 15) { LesserHeal.Launch(); } if (!LesserHeal.KnownSpell && ObjectManager.Me.HealthPercent <= 40 && ObjectManager.Me.ManaPercentage > 15) { HealingWave.Launch(); }
  16. Are you referring to healing in or out of combat- also what lvl
  17. Its a fight class, put it in the fight class folder. https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/
  18. maybe skipping wrong quest- can you send me a log?
  19. u sure its stuck on that quest- its not even in the file because its bugged on some priv servers
  20. I know the gate you are talking about, usually when the bot is stuck there its trying to go back to human lands and (for whatever reason) failed the manual flight i put into the file, so it makes a path and tries to run from Loch modan to Stormwind. Look at the "ingame tab" bot state / last log. If he bots trying to pick up a quest in the Human zone just hearth back to goldshire and restart the bot.
  21. This can't be using the 6-45 file? If it's the 1-6 file you likely manually completed a quest and now the bot is trying to complete it again. GOTO quest options / enable disable steps and untick the quest it's trying to pick up. Or just load the 6-45 file. If it's still stuck send me a log and il check where it's hung up
  22. Unfortunately no, I have defined vendors in the profile that are close to each gind spot... however i also opened it up to use the wrobot NPC DB as well a. Wrobot picks the sell location. After repeated use you may have auto - blacklisted multiple vendors. to fix this stop the bot, on the client go tools > clear session blacklist and see if it goes someway back to normal.
  23. Yes. In some of the older versions i ran runcode at the beginning of the file to enable selling greens at the profile level, because thats how i like to bot. If you pull down a new version (V9) from sellfy you will see that has been changed (due to reports like this). Alternatively open the file in notepad / an IDE and look for "wManager.wManagerSetting.CurrentSetting.SellGreen = true;" Chnage true to false and it will stop it.
  24. i haven't tested... but there isn't much harm in trying as long as you are near the bot if it does mess up.
  25. The file doesn't change the looting behaviour of the bot, if you have add-ons or plugins try disabling them. Otherwise try incrementing the latency on the advanced options to see if it stables out.
×
×
  • Create New...