Jump to content

1 Screenshot

About This File

Wrobot has special routines for smelting/milling, but not the same for other professions. This plugin helps to upgrade your profession skills and keep free space in your bags.

Open settings and type profession name and list of items your want to craft. Select "Sort by numSkillUps" if you want to make SkillUps items first. Or just type list of crafted matherials (for example, bolt of cloth) to save place in your bags. Will be usefull for tailors, leatherworkers and alchemists.

Settings2.PNG.d4693e6c768bcc12c3f2f51fd272e2fb.PNGSkin.PNG.dbaa2b4f20a953201f8e9631a76f3bec.PNG Cloth.PNG.c32c3921a1b6d2e8dc5281eba90a2872.PNG

  • For Cooking bot will wait and cast Cooking Fire when it ready before craft recipe. You have to enter "Cooking Fire" or localized spell name as Required Spell. So, you can grind leather and cook meat at the same time (or catch and cook fish, etc);
  • If you choose "DE green items" it will disenchant all green (uncommon) items in your bags;
  • Plugin contains skinning bug workaround - now bot can skin beasts with the best latency settings (for me works 25-100);
  • Open containers - useful for fisherbot, maybe useful for lockpicking too (not tested);
  • Internationalization support - if you have localized WoW client, simply enter localized spell names for Disenchant and Skinning.

Recipe crafting is binded to Looting state (so, bot will make recipes and disenchant after loot mobs).

I tested it in MOP, but it should work in other wow versions (added support for new tradeskill API for wow 7)


What's New in Version 1.3.8   See changelog

Released

Blacklist for disenchanting - bugfix


User Feedback

Recommended Comments



Vanilla 1.12 Client.  Would DE, but wouldn't loot.  Fixed by adding a line to hit the Escape key after DEing.  It can add some odd behavior (brining up the menu), but never impacts the bot. 

At line 100 make

Quote

            Usefuls.WaitIsCastingAndLooting();

}

Look like:

Quote

Usefuls.WaitIsCastingAndLooting();  robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.Escape);
        }

 

Link to comment
Share on other sites

it worked perfectly but i returned to wow after 2-3 months and its not working anymore:
disenchanting works perfectly but do not turn other items, like enchanting.

From the log:
21:22:45.592 - disenchant [Aboraz Gloves] 2
21:22:46.174 - disenchant [Aboraz Gloves] 2
21:22:48.780 - Bolt of Embersilk Cloth
21:22:48.795 - Bolt of Embersilk Cloth
21:22:48.811 -  
CastSpellByName("Tailoring")  
DoTradeSkill(203,68)
21:22:48.811 - [ProfessionHelper] Bolt of Embersilk Cloth : 68
21:22:48.842 -  
CastSpellByName("Tailoring")  
DoTradeSkill(203,68)
21:22:48.842 - [ProfessionHelper] Bolt of Embersilk Cloth : 68
21:22:50.816 - [Fight] Player Attack Stone Trogg Berserker (lvl 82)


My wow is 4.3.4 Cata. As i said - few months ago it worked perfectly and turned embersilk clothes in bolt of embersilk clothes. I didnt change any settings. Any tip?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...