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

[Plugin request?]

jeffdanoob

New Member
Joined
Feb 3, 2012
Messages
2
Reaction score
0
Not sure if this is the right section or not.
But this is a request.
Is there a way to get all of the items from the stash and get their stats and output them into a log file?
For example: In the Giles Trinity plugin, you can press a button with the stash open and it will order it by item store.
I am asking for a plugin that grabs the data from every item in your stash and logs them into a .txt file like this :

Code:
Inna's Radiance 
Set Spirit Stone | Head | lvlreq: 60 | iLvl: 63 
Armor: 380 
+150 dexterity 
+100 vitality 
Regenerates 220 life per second 
Melee attackers take 200 damage per hit 
+4.0% critical hit chance 
has socket : 1
-------
Manticore
Legendary Crossbow | 2-Hand| lvlreq: 60 | iLvl: 63 
DPS: 1073.9
+240 dexterity 
+175 vitality 
+11.0! attack speed
+97.0% critical damage
has socket : 1

This is most likely the wrong section and if it is, if someone could move it to the right one I would appreciate it.
 
Last edited:
If you use Trinity's loot features, it generates a stash log inside its folder that contains all the items that are above Trinity's score when the bot moves it to the stash. It generates something like this:
Code:
29/10/2012 0:53:56:
====================
WeaponOneHand - Axe 'Clamor Breath'. Score = 74397
  Intelligence=193. Vitality=107. Life On Hit=603. Sockets=1. DPS=602


29/10/2012 1:41:17:
====================
Armor - Shoulders 'Rugged Guard'. Score = 16272
  Strength=197. Vitality=37. Life %=6. +All Resist=73. +Highest Single Resist=39


29/10/2012 4:13:40:
====================
Jewelry - Amulet 'Null Flash'. Score = 16834
  Dexterity=119. Vitality=143. Magic Find %=23. Sockets=1. Attack Speed %=7. +Max Damage=33


29/10/2012 4:46:30:
====================
Armor - Bracers 'Promise of Glory'. Score = 10261 {legendary item}
  Dexterity=116. Magic Find %=13. Gold Find   %=16. Crit Chance %=4. +Highest Single Resist=35. Armor=107

Don't know if that suits your needs or do you need to specifically scan the stash...
 
Back
Top