![]() |
pickit configuration - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: pickit configuration (/thread-18894.html) |
pickit configuration - smalljohnson - 06-05-2005 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? pickit configuration - SnakO - 06-08-2005 the value for pickup=0 has to be pickup=true or pickup=false no 0 and 1's ![]() then it should work.. if u read the top of the conf file it would have said so |