Signup Now
Page 4 of 4 FirstFirst ... 234
Results 31 to 39 of 39
  1. #31
    Free User
    Join Date
    Sep 2014
    Posts
    21
    Reputation
    10
    Rep Power
    0
    @KrusT
    How do yours tibia windows looks like?

    I have game area maxed out. Like this http://i.imgur.com/3az4n20.png . Maybe this have something with looting problems ;/. Its getting very annoying.

  2. #32
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    Quote Originally Posted by kotekmlotek View Post
    @KrusT
    How do yours tibia windows looks like?

    I have game area maxed out. Like this http://i.imgur.com/3az4n20.png . Maybe this have something with looting problems ;/. Its getting very annoying.
    my screen are like that


  3. #33
    Free User
    Join Date
    Sep 2014
    Posts
    21
    Reputation
    10
    Rep Power
    0
    Your window setup is similar to mine. What looting policy do you use? I can't figure out what is going out. Sometimes they are working perfectly for hours and sometimes they are getting stuck all the time ;/. I don't know if this is issue of mine script or bot setting or bot bug. I know that bot can't loot some bodies sometimes... but why I can't figure this out.

  4. #34
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    @kotekmlotek i use after melee kill

  5. #35
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    about topic, bump!

    Quote Originally Posted by KrusT View Post
    , with the last action he do this:

    Close all windows, open market and just it, dont try to do any offer, just open and stay stopped.

    -- market seller
    closewindows()
    wait(500,600)
    local sellItems = {
    {name = 'hailstorm rod', price = 2950},
    {name = 'magma monocle', price = 2450},
    {name = 'blue piece of cloth', price = 1299},
    {name = 'small oil lamp', price = 140},
    {name = 'strong mana potion', price = 79}
    }

    openmarket()
    wait(200,400)
    for _,sellItem in ipairs(sellItems) do
    while itemcount(sellItem.name) > 0 do
    sellitemsmarket(sellItem.name, sellItem.price, math.min(itemcount(sellItem.name), 100), true)
    wait(300, 500)
    end
    wait(500,600)
    end
    closemarket()
    wait(500,600)


    when i tried like this i get one error
    while itemcount(sellitem.name) > 0 do
    sellitemsmarket(sellItem.name, sellItem.price, math.min(itemcount(sellitem.name), 100), true)
    wait(300, 500)
    end


    Erro : 22:20:34 error in Action script wptid:5:
    ["while itemcount(sellitem.name) > 0 do"]:Action: 5:15 attempt to index global 'sellitem' (a nil value)

    With variable name "sellitem" get the error and with variable name "sellItem" (Capital 'i'), he close all windows and not do nothing.
    Last edited by KrusT; 09-27-2014 at 08:56 PM.

  6. #36
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    BUMP

    nothing new about this problem?

  7. #37
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    bump on the question

  8. #38
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    bump!

  9. #39
    Free User
    Join Date
    Dec 2018
    Posts
    7
    Reputation
    10
    Rep Power
    0
    yeah i know thread is old but i'm having the same problem it's like the action stops half way selecting the amount of item to sell and goes to the next action... I cant't for example buy all items in the market i have to do it 50 at a time.

 

 

Posting Permissions

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