ADV Loot Ini?

Discussion in 'The Veterans' Lounge' started by silku, Mar 25, 2015.

  1. silku Augur

    Is there an INI that I could edit/share between toons etc? I'd like to be able to do all the items on my main and just share it to all the others.
  2. Riou EQResource

    Everquest folder/userdata/ inside this is LF_Nvr, LF_AN, LF_AG, LF_Rnd, all of these related to your filters

    In game if its in the same director there should be a merge/replace filters button in edit filters you can copy them this way too
    moogs and silku like this.
  3. silku Augur

    Thanks Riou
    :)
  4. Xianzu_Monk_Tunare Augur

    I am fairly sure that you can import the filters using the window itself.
  5. silku Augur


    Yeah after Riou mentioned that above, I looked around in the filters thing and found the import. It's a shame the interface isn't a little more straight forward.
  6. guado Augur

    Alternatively, it would be nice if the loot settings were in ONE ini file rather than multiple.
  7. Xianzu_Monk_Tunare Augur

    I agree that would be best for us, but I am betting the way used is easier from a coding perspective.
  8. silku Augur


    With file indexes/data types it isn't easier, you could easily write in Itemnumber, Itemicon, ItemChoice (a single integer and use bit flags to determine AG, AN, etc) then item name. One file.

    Instead of:

    134652^835^Befouled Animal Pelt in the AG file

    You would have a single file with
    134652^835^1^Befouled Animal Pelt

    for that matter, the ^ is unnecessary, they could simple write in
    Integer:Integer:Integer:String
    And be done with it.