Signup Now
Page 12 of 16 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 156
  1. #111
    Free User
    Join Date
    Dec 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Please search script, it does not work properly in the dp not open bps then go hunting.... quick fix please !!!!

  2. #112
    Free User
    Join Date
    May 2015
    Location
    Sweden
    Posts
    54
    Reputation
    10
    Rep Power
    22
    Ok guys, i cant be here with my EK because druids/MS/pallys keeps stealing my kills. Please, dont be fucking assholes. It doesnt matter if im first in cave these fuckers always show up.

    Please use this anti killsteal script:

    init start
    --local SCRIPT_VERSION = "2.0.0"


    local MinimumDistance = 1 --set 1 for knight, set 5 for other vocations
    local SafeList = {"BlakW", "BlakW"}

    -- DO NOT EDIT BELOW --
    MinimumDistance = math.max(MinimumDistance, 1)
    table.lower(SafeList)

    init end

    auto(100, 200)

    local players, monsters = {}, {}

    foreach creature c 'xf' do
    if c.id ~= $target.id then
    if c.isplayer and not table.find(SafeList, c.name:lower()) then
    table.insert(players, c)
    elseif c.ismonster then
    table.insert(monsters, c)
    end
    end
    end

    table.sort(monsters, function(a, b)
    if a.dist == b.dist then
    if a.speed == b.speed then
    if a.hppc == b.hppc then
    return a.id < b.id
    else
    return a.hppc < b.hppc
    end
    else
    return a.speed < b.speed
    end
    else
    return a.dist < b.dist
    end
    end)

    for _, cre in ipairs(monsters) do
    if #players == 0 or cre.lastattacked <= 10000 or cre.dist <= MinimumDistance then
    ignorecreature(cre, true)
    elseif (not tilereachable(cre.posx, cre.posy, cre.posz)) or #players > 0 or cre.dist > MinimumDistance then
    ignorecreature(cre)
    end
    end

    if $attacked.ignored then
    keyevent(0x1B) waitping()
    end

  3. #113
    Free User
    Join Date
    Jun 2015
    Posts
    7
    Reputation
    10
    Rep Power
    0
    I think there's too many special areas, my rp using Drill bolts too often run against 2 crystal spiders and get hit by them instead of running away from them

    edit: special areas are allright , i run into 5 crystal spiders without them :P
    lvl 71 rp isn't enough for it with 85 dist
    Last edited by karts; 06-24-2015 at 09:41 AM.

  4. #114
    Free User
    Join Date
    Jul 2015
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Where should I start bot?

  5. #115
    Free User rico's Avatar
    Join Date
    Jul 2014
    Posts
    247
    Reputation
    17
    Rep Power
    24
    Quote Originally Posted by Ceirowski View Post
    Where should I start bot?
    depot svar or at spawn

  6. #116
    Free User
    Join Date
    May 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Nice script!! Thx

    Attached Images Attached Images
    • File Type: png 1.png (135.3 KB, 5 views)

  7. #117
    Free User
    Join Date
    Nov 2014
    Posts
    40
    Reputation
    10
    Rep Power
    0
    great script, but I have problerm with depositer, it open bp in dp scroll down but nothing happen. so he go to shop and exp

  8. #118
    Free User
    Join Date
    Sep 2014
    Posts
    39
    Reputation
    10
    Rep Power
    0
    same problem here

  9. #119
    Free User
    Join Date
    Sep 2014
    Posts
    39
    Reputation
    10
    Rep Power
    0
    OK I had to use same bps as brads photo to get it to work. But its works now so im happy

  10. #120
    Free User
    Join Date
    Jun 2015
    Posts
    1
    Reputation
    10
    Rep Power
    0
    hello I got a problem, it dosent deposit items in depot pls help

 

 

Posting Permissions

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