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

Thread: fast hand

  1. #11
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by terje View Post
    error in Persistent script NewPersistentScript:
    ["if topid ~= DieId[1] and topid ..."]:NewPersistentScript:30: unexpected symbol near 'then'
    wops, try now

    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]

  2. #12
    Free User
    Join Date
    Oct 2014
    Posts
    172
    Reputation
    10
    Rep Power
    20
    Works perfectly @ozzix Rep++!

  3. #13
    Free User
    Join Date
    Jul 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    any persistent for loot floor to bp, plate armor, dark armor, zaoan halbert and twin hooks. please =)

  4. #14
    Free User
    Join Date
    Mar 2016
    Posts
    19
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Imba View Post
    @piecikk This will move ALL items, if you need something else tag me
    init start
    local sDir = 'nw' -- items spot direction
    local dDir = 'n' -- items destination direction

    -- \/ DONT EDIT ANYTHING \/ --
    local dire = {
    dirs = {'n', 's', 'w', 'e', 'nw', 'ne', 'sw', 'se'},
    x = {n = 0, s = 0, w = -1, e = 1, nw = -1, ne = 1, sw = -1, se = 1},
    y = {n = -1, s = 1, w = 0, e = 0, nw = -1, ne = -1, sw = 1, se = 1}
    }
    init end
    setsetting('Settings/MouseMoveSpeed', 'Instantaneous')
    setsetting('Settings/ClickWaitTime', '10 to 10 ms')

    auto(50)
    --print('lool')
    local start = {x = $posx+dire.x[sDir], y = $posy+dire.y[sDir], z = $posz}
    local dest = {x = $posx+dire.x[dDir], y = $posy+dire.y[dDir], z = $posz}
    local topid = topitem(start.x, start.y, start.z).id
    moveitems(topid, ground(dest.x, dest.y, dest.z), ground(start.x, start.y, start.z), 100)
    Can you help me? I want to don't take platinum and crystal coins by this. How I can edit that?

  5. #15
    Free User
    Join Date
    Aug 2016
    Posts
    2
    Reputation
    10
    Rep Power
    0

    Unhappy help me

    and where in August pastes and how it fires because I do not know from week to play this bot and do not understand how this is where the add thank you

 

 

Posting Permissions

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