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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin] Treasure Opener

Celisuis

New Member
Joined
Dec 4, 2011
Messages
216
[Plugin] Celisuis Cloth Profile Plugin

Celisuis Cloth Profile Plugin​

Description

Mainly for use with my free and premium profiles, however can be used for everything.

Free Version now available on SVN under Shuffles\Cloth Shuffle (Free)

What it does

  • Opens Tiny and Plundered Treasure Chests at 2 second intervals
  • Smart Use of `Potion of Treasure Finding` and `Potion of Luck` (Will use the correct potion for the correct zones)
  • Disenchants all items in your bag apart from soulbound when you click the disenchant button in the plugin menu.

Installation

  • Download the SVN
  • Navigate to Plugins and Copy the Cloth Plugin Folder
  • Paste into your Honorbuddy\Plugins Folder
  • Enable via Plugins Menu


SVN Link: SVN Link

 
Last edited:
Nice plugin. But for some reason I couldnt get it to work with the MapIDs supplied, tried adding the ones I wanted to use it in but still wouldnt work. Removed MapIDs and it works like a charm.

Here's the list of updated mapID for those leveling using dungeonbuddy:
PHP:
if(!Me.HasAura("Potion of Luck") && ((Me.MapId == 858) || (Me.MapId == 929) || (Me.MapId == 928) || (Me.MapId == 857) || (Me.MapId == 809) || (Me.MapId == 806) || (Me.MapId == 873) || (Me.MapId == 808) || (Me.MapId == 951) || (Me.MapId == 810) || (Me.MapId == 811) || (Me.MapId == 807) || (Me.MapId == 875) || (Me.MapId == 885) || (Me.MapId == 871) || (Me.MapId == 874) || (Me.MapId == 898) || (Me.MapId == 877) || (Me.MapId == 887) || (Me.MapId == 876) || (Me.MapId == 867)))

Also need to modify line 101 to remove the !In instance thingy to something like this:
PHP:
            if (Me == null || !StyxWoW.IsInGame || Me.IsDead || Me.IsGhost)

Also removed the Greater potion of luck since that potion dsnt exist anymore. i.e line 42:
PHP:
        public static uint[] pandaPot = new uint[] { 93351};
 
Last edited:
I noticed all that, I'm gonna edit it and work on it shortly,

Problem is caused by the bot not registering a change in MapID for some reason.

Other updates added in,

SVN Updated
 
After latest svn update gives compiler error :

Code:
Compiler Error: c:\Users\petsoo\Documents\Honorbuddy\Plugins\Celisuis Cloth Profile Plugin\Celisuis Cloth Profile Plugin.cs(101,117) : error CS1525: Invalid expression term '||'
Compiler Error: c:\Users\petsoo\Documents\Honorbuddy\Plugins\Celisuis Cloth Profile Plugin\Celisuis Cloth Profile Plugin.cs(101,120) : error CS1026: ) expected
Compiler Error: c:\Users\petsoo\Documents\Honorbuddy\Plugins\Celisuis Cloth Profile Plugin\Celisuis Cloth Profile Plugin.cs(101,136) : error CS1002: ; expected
Compiler Error: c:\Users\petsoo\Documents\Honorbuddy\Plugins\Celisuis Cloth Profile Plugin\Celisuis Cloth Profile Plugin.cs(101,136) : error CS1525: Invalid expression term ')'
Compiler Error: c:\Users\petsoo\Documents\Honorbuddy\Plugins\Celisuis Cloth Profile Plugin\Celisuis Cloth Profile Plugin.cs(101,137) : error CS1002: ; expected
 
Since the patch, it's telling me "this character does not have enchanting" even though it does (not maxed out, it's only 450).
 
Currently away from wow, but will be seeing to problems.

This plugin on works with maxed enchanting, i'm afraid.
 
hey just found this plugin and im testing it out and the plugin is spamming "Treasure Finding Buff Expired. Renewing"
and is it posible to make it auto DE without having to click the DE button?
also plz make it usable for any lvl enchanter


View attachment 146539

i really like the plugin btw!
 
Back
Top