Not signed in (Sign In)
    • CommentAuthorGurney
    • CommentTimeJul 30th 2007
     
    Ok, so I see the command to unignore, but I see no log that shows me what I have ignored. Any way to find it?
    •  
      CommentAuthordinesh
    • CommentTimeJul 30th 2007
     
    i think "/btm ignore" will display a list. going by memory though.
    • CommentAuthorGurney
    • CommentTimeJul 30th 2007
     
    thx
    • CommentAuthorWulfgar
    • CommentTimeSep 20th 2007
     
    OK, using auc advanced now, as I could not get btm to work for some reason when I used 4. Now the problem is... how do I unignore something?
    • CommentAuthorhotshift
    • CommentTimeSep 25th 2007
     
    More on a similar topic :
    with auctioneer advanced (and btm 5) no help for unignore.....
    but it is not priority since :
    I'm afraid that ignore is not working.
    When i reply to btm "ignore", it seems the same as "no" (don't buy).
    Ignored items are not remembered the next session.
    (and I set a profile, kept the same, etc..)

    (great addon anyway!)
    •  
      CommentAuthormeow
    • CommentTimeSep 30th 2007 edited
     
    Regarding Auctioneer Advanced (version 5)

    How do I ignore a given seller? (and then un-ignore) - or at least flag (warn of) any AH post by them
    I don't mean just Bottom Scanner since that just does it for that session.

    two reasons
    • people with multiple accounts don't want to bid against themselves.
      [*] to avoid known suspect sellers. (or even just people we don't like for whatever reason)
    •  
      CommentAuthordinesh
    • CommentTimeSep 30th 2007
     
    i don't believe this is possible at the moment. feel free to add a trac ticket for it. no guarantees though.
    •  
      CommentAuthormeow
    • CommentTimeOct 1st 2007 edited
     
    oh... then I was misunderstanding

    AucAdvancedFilter-Basic.lua in WTF folders
    AucAdvancedFilterBasic = {
    ["MinQuality"] = 1,
    ["MinLevel"] = 0,
    ["SellersIgnored"] = {
    },
    }


    it looked like you could add Sellers there... but I wasn't sure of the format required for it to use.

    ******************************

    ok - I've added a ticket :cheer: (also worked out how to do that (ticket)) hmm I an not sure I placed it in the correct category ... http://trac.edgewall.org/ticket/6117

    :cry: looks like I didn't.... that's a ticket on the trac software creator's site... and not this site's trac

    will try again..

    :bigsmile: http://auctioneeraddon.com/scm/ticket/1756
    •  
      CommentAuthormeow
    • CommentTimeOct 1st 2007
     
    looking at the code of Auc-Filter-Basic\BasicFilter.lua
    lines 58-64

    private.print("Help for Auctioneer Advanced - "..libName)
    private.print(line, "help}} - this", libName, "help")
    private.print(line, "clear}} - clear out all filters")
    private.print(line, "minquality QUALITY}} - sets minimum quality allowed to QUALITY ["..tostring(data.MinQuality or 0).."]")
    private.print(line, "minlevel LEVEL}} - sets minimum item level allowed to LEVEL ["..tostring(data.MinLevel or 0).."]")
    private.print(line, "ignoreseller SELLER}} - adds seller to the ignored sellers list")
    private.print(line, "showignored}} - shows list of ignored sellers")


    there looks like a command for it. /auc

    it failures to mention that there is also a
    line 79

    elseif (command == "unignoreseller") then


    will test this and hopefully get back to comment.
    •  
      CommentAuthordinesh
    • CommentTimeOct 1st 2007
     
    looks like you might be right. i didn't realize we had already implemented that. yay!
    •  
      CommentAuthormeow
    • CommentTimeOct 1st 2007
     
    Help for Auctioneer Advanced - BasicFilter
    /auc util basicfilter help - this BasicFilter help
    /auc util basicfilter clear - clear out all filters
    /auc util basicfilter minquality QUALITY - sets minimum quality allowed to QUALITY [1]
    /auc util basicfilter minlevel LEVEL - sets minimum item level allowed to LEVEL [0]
    /auc util basicfilter ignoreseller SELLER - adds seller to the ignored sellers list
    /auc util basicfilter showignored - shows list of ignored sellers


    if you have auctioneer 4 running parallel then you will need to change a line 196 in AucCore.lua
    to something different... such as

    SLASH_AUCTIONEER3 = "/auc4";

    this selection looks like originally
    -- Intialize the command handler.
    SLASH_AUCTIONEER1 = "/auctioneer";
    SLASH_AUCTIONEER2 = "/auction";
    SLASH_AUCTIONEER3 = "/auc";
    SlashCmdList["AUCTIONEER"] = Auctioneer.Command.MainHandler;
    Auctioneer.Command.Register();


    but /auc will conflict :P
    • CommentAuthorbunnyfufu
    • CommentTimeOct 1st 2007 edited
     
    Posted By: meowRegarding[strong]Auctioneer Advanced[/strong](version 5)
    How do I ignore a given seller? (and then un-ignore) - or at least flag (warn of) any AH post by them
    I don't mean just Bottom Scanner since that just does it for that session.

    If you run:
    /auc filter basic help
    you'll find the commands you're looking for are:
    /auc filter basic ignoreseller SELLER - adds seller to the ignored sellers list
    /auc filter basic showignored - shows list of ignored sellers

    I hope that this helps (I only happened to stumble across it while grepping through the code, so don't feel bad for overlooking it :)
    The ignored sellers are stored in SavedVariables/Auc-Filter-Basic.lua

    edit: apologies for the "me too" post earlier. I seem to be having some sort of weird caching issue.
    •  
      CommentAuthordinesh
    • CommentTimeOct 1st 2007
     
    meow: you can use /aadv to run auc5 commands if you also have auc4 installed.
    •  
      CommentAuthormeow
    • CommentTimeOct 1st 2007
     
    lol bunnyfufu ... scroll up and see my self replies :jumping:
    and it also notices they forgot to mention in the help that they also had unignoreseller
    •  
      CommentAuthormeow
    • CommentTimeOct 1st 2007
     
    hmm regarding the parameters of:
    /auc util basicfilter minquality QUALITY - sets minimum quality allowed to QUALITY [1]
    /auc util basicfilter minlevel LEVEL - sets minimum item level allowed to LEVEL [0]

    guessing
    QUALITY = { poor, common, uncommon, rare, epic }
    where valid values are 1, 2, 3, 4, and 5
    LEVEL = iLvl ? so Ced's Carver = 115

    I know this might be obvious.. but I like explicitly
  • World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.