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

[Plugin] Identified - To Unidentified Stuff

Nuok

Community Developer
Joined
Jan 15, 2010
Messages
975
Reaction score
28
Basic plugin that was identify the rare equipment that drops, put it in you plugin folder and enable it.

Yes I know it is not a profile but there's no proper section yet.

This was just a mess around to get used to the name code base.

Update: the bot now does this for itself whenever it needs to sell or repair but I'll leave it up in case anyone wants to mess around with it.

I'll off no surrportor it.
 

Attachments

Last edited:
Thanks! Always good to have i guess!
So when does it identify items? As soon as it picks them up, or after a profile run has completed?
 
Thanks! Always good to have i guess!
So when does it identify items? As soon as it picks them up, or after a profile run has completed?

it scans every 2 seconds for item in your bag.

As a note i think the backpack might be bugged and be adding stuff in the stash meaning it tries to identify stuff in there so make sure you take anything unidentified out first.
 
^hey wonderful. but i can it not aktivate or something. at my plugin have a button to config but the but dosed nothing
 
Not sure how to enable this.. I looked in the script to see it was a line I need to change but don't know. Also, I don't see this in the plugins tab of Demon Buddy when I load the bot up.

I have it downloaded to the plugin folder of demon buddy.
 
So all this does is identifies? If so .82 fixed it. Your character will now identify on its own and run sak runs fine.
 
So all this does is identifies? If so .82 fixed it. Your character will now identify on its own and run sak runs fine.

I havent reloaded in a while :) no need for this but i guess i learned a little
 
I havent reloaded in a while :) no need for this but i guess i learned a little
knowledge-is-power.webp
 
it doesn't even show up in the plugins tab... does this need to compile to DLL or something?
 
How do you load this? I made it a DLL and it doesn't even show up in the plugins list.
 
Can you make it wait until there're no enemies within set pull-range? Mine wiz decided to identify 2 rares in the middle of fight with 2 elite packs :D
 
Can you make it wait until there're no enemies within set pull-range? Mine wiz decided to identify 2 rares in the middle of fight with 2 elite packs :D

Doesn't everyone? No wonder i keep dying when i legitly play the game...Dang... (hehe)
 
fix only identify in town ...

Open File Identified.cs

On Line: 84 you have:

Code:
if(ZetaDia.IsInGame && ZetaDia.Me.IsValid)

Change it to:
Code:
if(ZetaDia.IsInGame && ZetaDia.Me.IsValid && ZetaDia.Me.IsInTown)

Restart DB and have fun :)
 

Attachments

Last edited:
Back
Top