Seeking Shop/Stocking Coder Thing

ArekaAreka Drifting in a sea of wenches' bosoms
As I add more and more forging designs, stocking my shop is becoming more and more of a headache.

I will pay someone in many credits to write me a thingy that will do the stocking for me, be it CMUD or Mudlet (which I would hop to for stocking purposes because weep).

WHAT I WOULD LIKE IT TO DO:
Automatically price items by type and stat. Some voice in my head is telling me a table would probably be required? Ideally off of Weaponlist and Armourlist by item type, drop all of the item type, then put them onto the appropriate shelves (anything with damage over 140 would go to shelf X, anything with damage under 140 would go to shelf B, all armour and shields to shelf Y), etc.

EXAMPLE:

**********************************[ Bastard ]**********************************
ID Damage Pen Speed Has Rune Decay Artifact
-------------------------------------------------------------------------------
#155416 139 75 127 No 78 No
#30069 140 74 127 No 78 No
#176835 136 74 127 No 78 No
#122357 180 94 77 No 78 No
#235235 177 94 75 No 78 No
*******************************************************************************

- then drop all of the bastard swords and price the first three there to shelf B, the second two to shelf X.

If any of you are up to helping me out, please let me know! I'll be incredibly grateful.
image

Comments

  • IshinIshin Retired Lurker Virginia
    I might could help you with that, Areka, but the other coders might be able to do it faster than I can. I'd have to test stuff and whatnot as I go, since I haven't owned a shop since Resi's toy shop in delos like RL years and years ago.
    Tell me and I forget, teach me and
    I remember, involve me and I
    learn.
    -Benjamin Franklin
    Areka
  • ArekaAreka Drifting in a sea of wenches' bosoms
    Any help at all would be appreciated! I just keep wanting to design more things, but it gets a bit unwieldy!
    image
  • NalorNalor UK
    edited December 2014
    Does it always have to be the first three, or will it be random? @‌Areka

    As you can make a trigger to capture all of the different #numbers into a stringlist and pop them out when you price them

    So alias will be like ' bprice 3 b ' and ' bprice 2 x ' etc
    Mudlet Bashing System for sale. Message if interested
    Ishin
  • ArekaAreka Drifting in a sea of wenches' bosoms
    I want something that will price things for me, rather than me manualling each item.

    It won't always be the first 3, but they will be grouped, as that is what I forge in, groups of stats.
    image
  • NalorNalor UK
    edited December 2014
    Nalor said:


    TRIGGER::

    ^#(%d)%s%d%s%d%s%d%s%w%s%d%s%w$
    #additem pricestock %1

    =================
    ALIAS:

    viewstock

    #var pricestock %null
    weaponlist %1
    armourlist %1

    ========================
    ALIAS:

    bprice

    price @pricestock.1 single %2 shelf %1
    #delitem pricestock @pricestock.1

    ==================================

    so it'll be - viewstock "name" - to weaponlist said item.

    then to price you can look at the stats from weaponlist and just do

    bprice "SHELFNUMBER" "PRICE"

    like bprice 2 5000



    Granted thats one at once but... its less typing
    Mudlet Bashing System for sale. Message if interested
    Areka
Sign In or Register to comment.