Results 1 to 3 of 3

Thread: eLoot Sell Issue

  1. #1

    Default eLoot Sell Issue

    I am having trouble getting :eloot sell to work although the looting seems to work fantastic. Below is the message it is giving me.

    For reference, I am an on again / off again player, and recently returned. I had to update Lich to a newer version to get this script to download.

    >;eloot sell
    --- Lich: eloot active.
    --- Lich: error: undefined local variable or method `obj' for module ELoot::Sell
    eloot:3302:in `block (2 levels) in break_rocks'
    eloot:3301:in `each'
    --- Lich: eloot has exited.

    I have used eLoot setup in an attempt to verify my settings are correct and am unable to pinpoint where the problem is. My STOW settings are also updated. Per the warning in the setup window, I have marked several items to ensure they do not get sold by mistake, including my containers. Would this be causing any issues?

    Would someone be able to point me in the right direction, please?

    Thanks.

  2. #2

    Default

    change this line: next unless obj.type =~ /breakable/
    to this: next unless item.type =~ /breakable/

    If you don't want to mess with the script turn off the breakable sell type
    I'll submit a fix for it.

  3. #3

    Default

    This fixed it, thank you very much for the help!

Tags for this Thread

Posting Permissions

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