Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Market Seller

  1. #11
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    Quote Originally Posted by Ragekemi View Post
    Hey bro, yeah i used it for a while with red pocs...u can set it to "false" then it wont make offer :P
    kkkk, but i want he make the offer but he cant, because the number of items.

  2. #12
    Free User Ragekemi's Avatar
    Join Date
    Jan 2014
    Location
    Curitiba - Parana - Brazil
    Posts
    242
    Reputation
    13
    Rep Power
    21
    Quote Originally Posted by KrusT View Post
    kkkk, but i want he make the offer but he cant, because the number of items.
    Damn, ill look deeper into it and try to find a solution. I might have one
    RagekemiScriptsWorkshop


    LASTEST SCRIPTS | UPDATES | CHECK MY THREAD!


  3. #13
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    Quote Originally Posted by Ragekemi View Post
    Damn, ill look deeper into it and try to find a solution. I might have one
    kkk, if this help you in someway, it's my another post for about this problem.

    https://forums.tibiawindbot.com/show...et-sell-action

    we try some things in there.

    ty btw

  4. #14
    Free User
    Join Date
    Jan 2015
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Thanks, great script man i had only one problem, maybe u know what happened.

    Script sold item number one ( knight legs ) and then tried to sell knight armor, but i didn't had any knight armor looted yet, and script freeze, just left market open and bot went to next waypoints with open market, skipped another item to sell on list, and just lagged.


  5. #15
    Free User
    Join Date
    May 2014
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Ragekemi View Post
    Hello people from windbot, recently the market functions have been introduced in bot and i've seen that no one use's then, i don't have big knowledge on scripting but i've always found myself thinking in some logic with the functions i do know how to use... so i've designed a made by myself market function (haven't used user options yet)
    There you go:


    Step 1 - Create a persistent script with the following code:
    You need to edit ItemsToSell and ItemsValueToSell tables according to your area and value of server

    -- Use Market To Sell Looted Items? --- Made by Ragekemi
    SellItemsMarket = "yes"
    ItemsToSell = {"Crystal Necklace", "Giant Sword", "War Axe", "Steel Boots", "Titan Axe", "Behemoth Trophy", "Terra Legs", "Terra Mantle", "Medusa Shield", "Terra Amulet", "Knight Armor", "Sacred Tree Amulet"}
    ItemsValueToSell = {250, 15500, 10500, 29000, 3000, 18500, 10000, 10000, 8000, 1200, 4500, 2500}


    You can see there's 2 Tables, the first one is for the string name of items you want to sell after every round, the second one the amount you want to sell. Example: In my world people pay around 70~80% of the value of its so you can set around those values.


    Step 2 - Create an Action Waypoint after your Depot Waypoint:

    This image is hosted on a possibly dangerous website (http://s11.postimg.org/8touk48sj/exemplo.jpg). Please consider reuploading it on Imgur.com.




    Step 3 - Insert in the Market Action Waypoint

    -- Made by Ragekemi
    if SellItemsMarket == "yes" then
    openmarket()

    for a = 1, #ItemsToSell do
    for i = a, #ItemsValueToSell do
    sellitemsmarket(ItemsToSell[a], ItemsValueToSell[a], 9999,true)
    end
    end
    end


    There you go, it'll sell everything for the amount of price set, if there's no offer it'll create a sell offer at that value.

    This way is the easiest i've found so far on my knowledge of the bot, on near future i'll release it using user options.
    so, this thing is not supported anymore ?

  6. #16
    Wind Powered wybocenooba's Avatar
    Join Date
    Jan 2014
    Posts
    409
    Reputation
    16
    Rep Power
    21
    how to sell rusty armor rare on market there is 3 icons of rusty armors and bot trying to sell first but i want to sell third

  7. #17
    Free User spooky black's Avatar
    Join Date
    Jun 2015
    Location
    England / Poland
    Posts
    18
    Reputation
    10
    Rep Power
    0
    I guess so. Tried to use it on my script but it tries to create anonymous offers only. Doesn't work for me.
    No but annoying as fuck and asked to remove it by a mod

  8. #18
    Free User
    Join Date
    Sep 2014
    Posts
    55
    Reputation
    8
    Rep Power
    0
    ""how to sell rusty armor rare on market there is 3 icons of rusty armors and bot trying to sell first but i want to sell third""

    use item id instead of item name

  9. #19
    Free User
    Join Date
    Dec 2013
    Posts
    162
    Reputation
    21
    Rep Power
    21
    How can I make it so i can sell to my own buy offer? Ex. I set it to sell wyrm scales @ 1 gp but it will auto sell to someone else who has 360 market offer.

  10. #20
    Free User
    Join Date
    Dec 2013
    Posts
    162
    Reputation
    21
    Rep Power
    21
    This script doesn't work after last update. Maybe because they changed a bug that let f accs use market?

 

 

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
  •