Found another bug..that might be just me...but it's pretty bad and prevents me from using any loot rules different than the default ones.
Let's say i decide to make my loot pickup rules more strict. As Gniller explained in this Super-Tight Rules topic i have to do this :
Code:
[quote="Gniller, post: 1123209"][CENTER][SIZE=5]How to install[/SIZE][/CENTER]
[B][SIZE=3]Extract Files[/SIZE][/B]
First of all, extract all the files from the .zip file into any folder you feel appropriate. (Network drives are also an option)
[B][SIZE=3]DemonBuddy Configuration[/SIZE][/B]
Start DemonBuddy and head to the plugins tab for Trinity settings.
[IMG]http://i.imgur.com/Jvcf0gu.png[/IMG]
Select the Items tab in Trinity Configurations and select File Based Script Rules.
[IMG]http://i.imgur.com/vLw3WqA.png[/IMG]
Select the ItemRules tab in Trinity>Items and select Custom* RTFM!.
[IMG]http://i.imgur.com/WMhXWWE.png[/IMG]
Select your folder location in the folder bar by using the Browse button.
[IMG]http://i.imgur.com/A4tXKKI.png[/IMG]
Hit Reload Script rules in this screen or start/stop your bot and my item rules should be operational!
[B][SIZE=3](Optional) Loot Rule Configuration[/SIZE][/B]
If you feel like the default loot rule values are "too tight" head to your loot rule folder and open rare.dis with any text editor.
On line 25-29 you should find the following code:
[CODE]// Gniller Calculations
// GNILLERCONFIG, the higher this number is: the more items are kept, Default: 100. Multiplies calculation outcome to easiliy increase/decrease items kept.
// WARNING: Lowering this number may result in items trashed to much!
@GNILLERCONFIG := 100
Edit @GNILLERCONFIG := 100 to any amount you feel comfortable with, default is 100. Lower is not recommended as some items may no longer be able to be stashed.
Most people report 100-150 the values used depending on the time you want to spend checking your stash.
FAQ
My bot does not seem to pick up any rares, have i done something wrong?
Usually not, my pickup rules are tuned to pick up only rare items/ilvls that are able to roll valuable stats. They should pickup ~3.4 items per hour for every 100 items/hour dropped in game (this includes legendaries). These statistics may change over patches.
Recommended: do some more testing and if you haven't picked up any items in hours, there is something wrong.
How to use this for non-English game clients?
ItemRules2 enables us to translate all item names to itemID by enabling the option shown below, all versions of my rules should work in any language this way!
My DemonBuddy crashes when trying to reload loot rules, what to do?
This is a known ItemRules2 issue, here is a work around:
Setup your trinity to use my item rules (do
not hit reload script rules) > Save trinity settings and close trinity configuration panel > Stop/start DemonBuddy !
It may still crash but this way settings are saved and work on a restart of DemonBuddy

[/QUOTE]
[/CODE]
Now is the time i should say..i haven't made the tests with Gniller Super-Tight Rules. I did the tests with the default soft rules and with my own custom made rules..and the same problem occurs always. Also i've tried different profiles. That makes me think it's not rules themselfs related problem but Trinity.
So...basically the bug looks like this:
The bot is collecting everything as it should be..and as it's described in the pickup.dis file. There is no problem with that..but once his inventory is full and he goes to town..he idents all on the book..and that's it. His inventory is full with indentified items and he is not longer active. GoldInactivity timer kicks in. The profile is restarted. He appears in town..and doesnt make a single move.
Tests i've made were basically to exclude that's rules related problem.
1 test: Copied all the .dis files from the soft folder and put them inside the custom folder. In Trinity i choose "Files Based Script Rules" and then everything else just like Gniller explained.
2 test: Same story but with my own rules. Same problem.
Even if i choose the Soft folder in "Use Rule Set" but not "Custom* RTFM"... same problem.
The only way to make the bot acting as he should be..is not to choose "Files Based Script Rules" but Trinity Scoring Only....and as far as i know..i can't point to a specific rules file that way(for example my hand made ones). I also erased my compiled asseblies folder a few times.
I don't have a log but if you need one..let me know exactly which ones of the log checks you need for that specific bug.
I am wondering how you guys are using any Rules different than the default ones ? I am pretty new to all this loot rules topic..so excuse me if i do something wrong. Really need help about this. Tired of too much crappy rares out there.
Edit: Reinstalled everything and the problem is gone. Sorry for the long post.