Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    25
    Quote Originally Posted by Ikcohceip View Post
    Mace is still transferred to the backpack. ID is good.
    Bookcase is opened? xD

  2. #12
    Free User
    Join Date
    Dec 2014
    Posts
    39
    Reputation
    8
    Rep Power
    0
    buump
    Last edited by Ikcohceip; 12-25-2014 at 10:39 PM.

  3. #13
    Free User
    Join Date
    Dec 2014
    Posts
    39
    Reputation
    8
    Rep Power
    0

  4. #14
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22
    local items = {
    {name = 'mace', dest = 'rhand'}
    }

    -- taking off items
    for _, item in ipairs(items) do
    while itemcount(item.name, 2436) == 0 do
    openitem(0, "back", true) wait(300)
    moveitems(item.name, 2436, item.dest, 1)
    waitping()
    end
    end
    Last edited by Diaxy; 12-25-2014 at 11:32 PM.

 

 

Posting Permissions

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