Signup Now
Results 1 to 8 of 8
  1. #1
    Free User xyyyyllo's Avatar
    Join Date
    Dec 2013
    Posts
    95
    Reputation
    27
    Rep Power
    21

    Simple market seller

    -- market seller
    closewindows()
    waitping()
    local sellItems = {
    {name = 'dragon lord trophy', price = 9000},
    {name = 'royal helmet', price = 28000},
    {name = 'dragon scale mail', price = 36000},
    {name = 'magma boots', price = 2100},
    {name = 'dragon slayer', price = 14000},
    {name = 'fire sword', price = 3700},
    {name = 'dragonbone staff', price = 2700},
    {name = 'wand of inferno', price = 2700},
    {name = 'tower shield', price = 7200},
    {name = 'dragon shield', price = 3200},
    {name = 'golden mug', price = 180},
    {name = 'serpent sword', price = 770},
    {name = 'dragon hammer', price = 1600},
    {name = 'strange helmet', price = 300}
    }

    openmarket()
    waitping()
    for _,sellItem in ipairs(sellItems) do
    sellitemsmarket(sellItem.name, sellItem.price, 9999, false)
    waitping()
    end
    closemarket()
    waitping()


    i hope this helps somebody
    Sig removed

    said the mod

  2. #2
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,101
    Reputation
    433
    Rep Power
    39
    Good job ;-) for sure will help for people

  3. #3
    Banned
    Join Date
    Feb 2014
    Location
    Leetstreet
    Posts
    324
    Reputation
    38
    Rep Power
    0
    Good job, will help people out for sure and hopefully somebody will learn from it to, since it's just so simple. Simplicity <3

  4. #4
    Free User WEED's Avatar
    Join Date
    Dec 2013
    Location
    Oregon, USA (Dolera)
    Posts
    159
    Reputation
    17
    Rep Power
    21
    Thanks man!

  5. #5
    Free User
    Join Date
    Nov 2014
    Posts
    287
    Reputation
    10
    Rep Power
    20
    Is there option to sell items on market to specified character name? I want eg, set to sell fire sword for 1gp to character 'Character One'?

  6. #6
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    712
    Reputation
    50
    Rep Power
    22
    Quote Originally Posted by ziemniaq View Post
    Is there option to sell items on market to specified character name? I want eg, set to sell fire sword for 1gp to character 'Character One'?
    That's not possible to do through the actual market system is it so I don;t think it's possible with the bot.



  7. #7
    Free User
    Join Date
    Nov 2014
    Posts
    287
    Reputation
    10
    Rep Power
    20
    Quote Originally Posted by StaR View Post
    That's not possible to do through the actual market system is it so I don;t think it's possible with the bot.
    It is possible to sell to selected character, simply just put Your mouse on specified item and it will say it's price, date it's been on market and character that put it on market.

    Of course, if that character didn't use Anonymous option

  8. #8
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    712
    Reputation
    50
    Rep Power
    22
    Quote Originally Posted by ziemniaq View Post
    It is possible to sell to selected character, simply just put Your mouse on specified item and it will say it's price, date it's been on market and character that put it on market.

    Of course, if that character didn't use Anonymous option
    Ahh right I know what you mean, it isn't possible at the moment though sorry.



 

 

Posting Permissions

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