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

Plugin [Uniddealer] - Keeps your worthy legendaries unid!

handnavi

Well-Known Member
Joined
Jan 15, 2010
Messages
2,489
Reaction score
55
Current version: 2.1 Updated on 05.04.2013
Changes:
- Settings will now be saved
- Added Won Khim Lau, Innas Helm, Nats Helm, Tasker and Theo to list
- Added rare Gloves
- Added rare 1h weapons



Heeellllo.

I've read many posts, that people need a plugin, that keeps certain items unid.
I was bored, so i've written one.

But please note: This does not replace any lootrules. It just prevents the bot to identify certain items. Picking up items is not handled by this plugin.

Currently this Plugin keeps the following stuff unid:

Weapons:
Echoing Fury
Manticore
Skorn
Manajuma's Knife
Chantodo's Will
Shenlong's Fists
Calamity
BK Wep

Armors:
Mempo of Twilight
Witching Hour
Ice Climbers
Lacuni Prowlers
Vile Ward
Depth Diggers
IK Chest
IK Boots
IK Helm
Ik Gloves
IK Belt
Nat's Boots
Inna's Pants
Inna's Chest
Tals Chest
Zuni Chest
Zuni Boots
Blackthornes Pants

Jewelry/Offhands:
Nats Ring
Tals Ammy
Zuni Ring/Compass Rose
Unity
Litany of the Undaunted / The Wailing Host
SOJ
Blackthorne's Ammy
Maras
Chantodo's Force
Dead Man's Legacy
Manajuma's Mojo
Triumvirate

Also it keeps all Jewelry > itemlvl 61 unid.

Credits:
haigent: original writer of Unidentify.


If you like this shit, feel free to donate me a beer.



 

Attachments

Last edited:
Changelog:

v1.0.:
- Added a configurable GUI!
- No more junk legendaries will be kept! I know excactly now, if its the legendary we want to keep unidentified (@ rings for example).

v.0.1:
- Fixed Skorn #310 Downloads

unversioned:
- Initial release. #18 Downloads
 
Last edited:
# Uploaded a new version.
There was a issue with Skorn.
 
I can delite "Also it keeps all Jewelry > itemlvl 61 unid." - it's working?
Also russian names not problem, right? Only ILVL and type checking i see
 
I can delite "Also it keeps all Jewelry > itemlvl 61 unid." - it's working?
Also russian names not problem, right? Only ILVL and type checking i see

You can delete it, yes. Do you know how it works?

Russian names are no problem, thats correct. :)
 
Delite
" if (item.ItemBaseType == ItemBaseType.Jewelry)
{
if (item.Level > 61)
{
return true;
}
}"
?
I try today.
Tnx ;)
 
Well.
He identify BK weapon.
//BK Wep
if (item.ItemQualityLevel == ItemQuality.Legendary)
{
if (item.Level == 63)
{
if (item.ItemType == ItemType.MightyWeapon && item.WeaponHand == WeaponHandType.OneHand)
return true;
Maybe only ilvl=63 and itemtype?
//BK Wep
if (item.ItemQualityLevel == ItemQuality.Legendary)
{
if (item.Level == 63)
{
if (item.ItemType == ItemType.MightyWeapon)
return true;
I check this setup, but now have't drop :)
Another items fine.
 
Yeah, attempted to load this addon, no luck at all, doesnt appear in the config/plugins section of demon buddy, even tried reinstalling.
 
Well.
He identify BK weapon.
//BK Wep
if (item.ItemQualityLevel == ItemQuality.Legendary)
{
if (item.Level == 63)
{
if (item.ItemType == ItemType.MightyWeapon && item.WeaponHand == WeaponHandType.OneHand)
return true;
Maybe only ilvl=63 and itemtype?
//BK Wep
if (item.ItemQualityLevel == ItemQuality.Legendary)
{
if (item.Level == 63)
{
if (item.ItemType == ItemType.MightyWeapon)
return true;
I check this setup, but now have't drop :)
Another items fine.

I will check it later, thanks for the report.
Got headaches at the moment, need to sleep now. :-)
 
Yeah, attempted to load this addon, no luck at all, doesnt appear in the config/plugins section of demon buddy, even tried reinstalling.

Steps of installation:
#1 Unzip the attached file
#2 Put the folder "Uniddealer" that contains Uniddealer.cs in Demonbuddyfolder\Plugins --> it will look like: \Demonbuddyfolder\Plugins\Uniddealer\Uniddealer.cs
#3 Activate it.

:-)
 
Is it worth anything?



Will add that in the next release.
I think yes. Ofc bot not identify come crap like 63ilvl Wand Legend and Talisker and Teo gloves, but i see - he use another rules for Set Gloves and Set Wand, it's normally :)
 
# New version uploaded!

Features:
- Added a configurable GUI!
- No more junk legendaries will be kept! I know excactly now, if its the legendary we want to keep unidentified (@ rings for example).
- Thats enough! :o
 
exactly what I've been searching for for weeks. thank you very much and donated you a beer via paypal!
 
Does this plugin vendor all the crap legends?? or does it just ID and keep them in your stash?
 
Back
Top