Please search script, it does not work properly in the dp not open bps then go hunting.... quick fix please !!!!
Printable View
Please search script, it does not work properly in the dp not open bps then go hunting.... quick fix please !!!!
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
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
Where should I start bot?
Nice script!! Thx
http://i61.tinypic.com/2zfld3n.png
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
same problem here
OK I had to use same bps as brads photo to get it to work. But its works now so im happy
hello I got a problem, it dosent deposit items in depot pls help