Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Free User
    Join Date
    Dec 2014
    Posts
    39
    Reputation
    8
    Rep Power
    0

    10 hours searching the f*****g script

    Poland Launage!

    Potrzebuje skrypt który wykona następujące czynności:
    1. Wyrzuci swój pierwszy brązowy plecak na ziemie.
    2. Otworzy bibliotekę i zabierze z niej brązowy plecak.
    3. Otworzy plecak i założy broń, zbroję i tarcze.
    4. Schowa broń, zbroję i tarcze do plecaka.
    5. Wsadzi swój pierwszy brązowy plecak do biblioteki.
    6. Teraz wyloguje i zaloguje na kolejną postać.


    Google Translator


    Needs a script that does the following:
    1. He threw his first brown backpack on the ground.
    2. Open the bookcase(library) and take it brown backpack.
    3. Open the backpack and assume weapons, armor and shields.
    4. Hide the weapons, armor and shields your backpack.
    5. Hide your first brown bag to the bookcase (library).
    6. Now log off and log on to the next character.
    Last edited by Ikcohceip; 12-23-2014 at 11:28 AM.

  2. #2
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22

  3. #3
    Free User
    Join Date
    Dec 2014
    Posts
    39
    Reputation
    8
    Rep Power
    0
    ... bump
    Last edited by Ikcohceip; 12-23-2014 at 07:05 PM.

  4. #4
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by Ikcohceip View Post
    Please administration ban DIAXY for spam. REFRESH
    ahahahaha, thanks for the laugh

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  5. #5
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    Quote Originally Posted by ozzix View Post
    ahahahaha, thanks for the laugh
    huheuhueehu

  6. #6
    Free User
    Join Date
    Dec 2014
    Posts
    39
    Reputation
    8
    Rep Power
    0
    Open bookcase cave bot wpt use

    init start
    local items = {
    {name = 'mace', dest = 'rhand'}
    }
    init end

    -- taking off items
    for _, item in ipairs(items) do
    while itemcount(item.name, 'bookcase') == 0 do
    unequipitem(item.dest, 'bookcase')
    waitping()
    end
    end
    WHY NOT WORK?

  7. #7
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    25
    local items = {
    {name = 'mace', dest = 'rhand'}
    }

    -- taking off items
    for _, item in ipairs(items) do
    while itemcount(item.name, 'bookcase') == 0 do
    moveitems(item.name, 'bookcase', item.dest, 1)
    waitping()
    end
    end


    If not working, check id of bookcase.

  8. #8
    Free User
    Join Date
    Dec 2014
    Posts
    39
    Reputation
    8
    Rep Power
    0
    I have no idea how Korean say goodbye, just as I do not have a clue where to enter ID bookcase


    ID 2436
    Last edited by Ikcohceip; 12-24-2014 at 12:34 PM.

  9. #9
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    25
    local items = {
    {name = 'mace', dest = 'rhand'}
    }

    -- taking off items
    for _, item in ipairs(items) do
    while itemcount(item.name, 2436) == 0 do
    moveitems(item.name, 2436, item.dest, 1)
    waitping()
    end
    end

  10. #10
    Free User
    Join Date
    Dec 2014
    Posts
    39
    Reputation
    8
    Rep Power
    0
    Mace is still transferred to the backpack. ID is good.
    Last edited by Ikcohceip; 12-24-2014 at 02:29 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
  •