currently i have enabled the "only see the items listed in config" to remove the clutter and lessen the lag burden on my computer. the problem i have is that i cannot seem to find a way to assign an item twice. for example, i wish to have it pick up unidentified charms but i also want to be able to see identified charms. so i basically do:
;part1
[unid charm]
code="xxx"
identified=0
pickup=1
;part2
[id charm]
code="xxx"
identified=1
pickup=0
this code only partially works. if i take out part2, it wont show dropped identified charms at all. but if i include it, it will auto pickup the identified charms as well as the unidentified which is troublesome. is there a way to have it only pick up unidentified charms but still be able to view identified charms which are dropped? im having a similar problem with uniques as well; i assign pickup for all uniques, but disable pickup for items such as staff of kings so i can see it but not auto pickup but it still attempts to pick it up everytime. any insight on this?
Bookmarks