Results 1 to 3 of 3

Thread: Merchanter

  1. #1
    Join Date
    Oct 2007
    Location
    Denmark
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Merchanter

    I'm developing a merchanter-information-gather and I would like to know your inpu on what functions that might me useful.
    This is how it works:
    If it's your first time running you can have it go through number 1-10000 and gather an itemlist. This seems to be taking a lot of time so I'll make a script besides that creates the list.
    The script saves the minimum, market and maximum price. Now if you choose to update it will compare min & max prices and if it's lower/higher (accordingly) it will update the data.

    So, the information we have accessable is: The lowest and highest price seen and the current price.
    So, I was thinking that the script should create a list of all items that were less than, lets say.. 40% of max price. Then the user had narrowed the search of a merchantable items down to a minimum.

    Well, I would like your input on this. Would this be used, is it to simple, do you see any other use of the information?

    Thanks in advance

  2. #2
    Join Date
    Feb 2009
    Location
    UK
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It would be very good to have a script which shows all changes in items making it much easier to find merchantable items. I suggest reading the guide on this website, http://www.merchantz.tk/ it may provide you with ideas on how to detect merchantable items.

    BTW, you couldn't have an item which was 40% less than its max price because max price is 110% of trade price and low price is 90% of trade price.

    Good luck on the script!
    SCAR Code:
    if (YourActivity = 'ReadingThis') then
        Inc(ViewCount);

  3. #3
    Join Date
    Oct 2007
    Location
    Denmark
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, right now it features an update items function, which takes 10-20 minutes depending on your connection. It reads the current max/min/market price and if it's lower/higher it saves the new. Then you can call GetAdvice which shows all items that are less than a given percent of the max price.

    Never heard of that site before but will for sure read it through. Thanks

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
  •