Results 1 to 2 of 2
  1. #1

    Default pickit configuration

    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?

  2. #2

    Default

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •