Yukimisetsuna
New Member
- Joined
- May 27, 2018
- Messages
- 9
- Reaction score
- 0
Hi, I want to get a full statement of "item", which includes and only includes:
1. item dropped, with name, id, ancient or not, etc.
like this:
xxx dropped. (SnoId=367154 Ann=2129986055 AcdId=2047148418 GbId=-1337760252) InternalName=Polearm_302 Quality=Normal Ancient=False Primal=False RawType=Polearm
2. item identified.
like this:
xxx was identified. (Ann=2021064891 AcdId=2018836633 GbId=1069972163) Ancient=False RawType=GenericBelt
3. item handling/disposing
like this:
Salvaging: xxx (423261) Ancient=False
I have tried to select a few options under
1. Trinity - settings - advance -
· item log, including log all item qualities and log all dropper items
· professional log - item event imformation
2. DB main settings: log level - info
The problem is, the exported log will include lots of system logs, including navigation, combat, etc.(well i know it could be), so do i have a chance to get a clean log for items only? Or i have to create a macro to filter log under VBA(that's all i can do)
1. item dropped, with name, id, ancient or not, etc.
like this:
xxx dropped. (SnoId=367154 Ann=2129986055 AcdId=2047148418 GbId=-1337760252) InternalName=Polearm_302 Quality=Normal Ancient=False Primal=False RawType=Polearm
2. item identified.
like this:
xxx was identified. (Ann=2021064891 AcdId=2018836633 GbId=1069972163) Ancient=False RawType=GenericBelt
3. item handling/disposing
like this:
Salvaging: xxx (423261) Ancient=False
I have tried to select a few options under
1. Trinity - settings - advance -
· item log, including log all item qualities and log all dropper items
· professional log - item event imformation
2. DB main settings: log level - info
The problem is, the exported log will include lots of system logs, including navigation, combat, etc.(well i know it could be), so do i have a chance to get a clean log for items only? Or i have to create a macro to filter log under VBA(that's all i can do)






