What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Fat guts how automatic opening? by lether farm

Try the plugin Mr. Itemremover
If can delete those after you loot them.
 
theres also wow addons that can do it for you, but id recommend taking the plugin route as sometimes those wow addons can breaking looting.
 
also piss easy to do with professionbuddy

Code:
<?xml version="1.0" encoding="utf-8"?>
<Professionbuddy>
  <While Condition="true" IgnoreCanRun="True">
    <While Condition="InbagCount (72201)&gt;=1" IgnoreCanRun="True">
      <!--Open Plump Intestines-->
      <WaitAction Condition="false" Timeout="2000" />
      <CustomAction Code="Lua.DoString(&quot;UseItemByName(72201)&quot;);" />
    </While>
    <While Condition="Leatherworking.Level &gt;= 500 &amp;&amp; InbagCount (72162)&gt;=5" IgnoreCanRun="True">
      <!--Sha-Touched Leather to Exotic Leather-->
      <WaitAction Condition="false" Timeout="2000" />
      <CustomAction Code="Lua.DoString(&quot;UseItemByName(72162)&quot;);" />
    </While>
  </While>
</Professionbuddy>
 
Last edited:
Back
Top