wie ktos moze jak zrobic aby bot zbieraj przedmioty z ziemi ?
for i=-1,1 do
for j=-1,1 do
if toptileitem(posx+i, posy+j, posz) == 3031 then
pausewalking(1000)
moveitems(toptileitem(posx+i, posy+j, posz), ground(posx+i, posy+j, posz), GoldBP, 100)
pausewalking(0)
end
end
end
Ostatnio zmieniony przez Raxen : 02-12-2012, 20:41
--[[
Name: Auto Reconnect & Bp Opener by BlakW
Version: v2.0
]]--
--Account:
accountNameIs = ("qwe")
--Password:
passwordNameIs = ("rty")
--Character name:
characterNameIs = ("Blablabla")
--Main Backpack Name:
mainBackpackName = ("Red Backpack")
--Loot Backpack Name:
lootBackpackName = ("Blue Backpack")
--Gold Backpack Name:
goldBackpackName = ("Backpack")
if (connected == false)
then
connect(accountNameIs, passwordNameIs, characterNameIs)
wait(600, 1800)
pausewalking(10000)
if windowcount() == 0
then
closewindows()
wait(1000)
openitem(mainBackpackName, "back")
wait(2000)
resizewindows()
openitem(lootBackpackName, mainBackpackName, true)
wait(2000)
resizewindows()
openitem(goldBackpackName, mainBackpackName, true)
wait(2000)
resizewindows()
wait(1000)
end
setcavebot("yes")
wait(300)
settargeting("yes")
wait(300)
setlooting("yes")
wait(1000)
end
if ((pzone == true) and (maround(10, false, unpack(templeNpcNames)) >= 1)
or (pzone == true) and (islocationxyz(32787, 31276, 7, templePositionRange))
or (pzone == true) and (islocationxyz(32595, 32744, 6, templePositionRange))
or (pzone == true) and (islocationxyz(33213, 32454, 1, templePositionRange))
or (pzone == true) and (islocationxyz(32213, 31133, 7, templePositionRange))
or (pzone == true) and (islocationxyz(33004, 31490, 11, templePositionRange))
or (pzone == true) and (islocationxyz(32649, 31925, 11, templePositionRange))
or (pzone == true) and (islocationxyz(33217, 31814, 8, templePositionRange))
or (pzone == true) and (islocationxyz(32317, 32826, 7, templePositionRange))
or (pzone == true) and (islocationxyz(33194, 32853, 8, templePositionRange))
or (pzone == true) and (islocationxyz(32369, 32241, 7, templePositionRange))
or (pzone == true) and (islocationxyz(32360, 31782, 7, templePositionRange))
or (pzone == true) and (islocationxyz(32957, 32076, 7, templePositionRange))
or (pzone == true) and (islocationxyz(32732, 31634, 7, templePositionRange))
or (pzone == true) and (islocationxyz(33447, 31323, 9, templePositionRange)))
then
wait(1500)
closetibia()
wait(1500)
end
Ostatnio zmieniony przez czecho24 : 02-12-2012, 22:28
--[[
Name: Auto Reconnect & Bp Opener by BlakW
Version: v2.0
]]--
--Account:
accountNameIs = ("x')
--Password:
passwordNameIs = ("x")
--Character name:
characterNameIs = ("x")
--Main Backpack Name:
mainBackpackName = ("Blue Backpack")
if (connected == false)
then
connect(accountNameIs, passwordNameIs, characterNameIs)
wait(600, 1800)
pausewalking(10000)
if windowcount() == 0
then
closewindows()
wait(1000)
openitem(mainBackpackName, "back")
wait(2000)
resizewindows()
wait(1000)
end
setcavebot("yes")
wait(300)
settargeting("yes")
wait(300)
setlooting("yes")
wait(1000)
end
Ostatnio zmieniony przez Filia the Dragon : 03-12-2012, 00:40
weapontouse = weapontouse or 3308 -- machete
local blockwalkids = {2025, 2029, 2030, 2043, 2044, 2045, 2046, 2047, 2048, 2059, 2060, 2061, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2465, 2466, 2467, 2468, 2524, 2904, 2959, 2960, 2961, 2962, 2963, 2964, 2975, 2976, 2979, 2982, 2986, 2997, 2998, 2999, 3000, 3484, 3485, 3486, 3487, 3510, 3511, 3512, 3513, 5046, 5055, 5056, 6109, 6110, 6111, 6112, 6367, 6368, 6369, 6370, 7860, 7861, 7862, 7863, 9132, 9141, 10208, 10210, 10211, 10212, 10213, 10214, 10215}
for i=-7,7 do
for j=-5,5 do
local x,y,z = posx+i,posy+j,posz
if table.binaryfind(blockwalkids,toptileitem(x,y,z)) then
if tilereachable(x,y,z) then
pausewalking(10000)
local topid = toptileitem(x,y,z)
while tilereachable(x,y,z) and (math.abs(posx-x) > 1 or math.abs(posy-y) > 1) do
reachlocation(x,y,z)
wait(100,200)
updateworld()
end
while toptileitem(x,y,z) == topid and posz == z and (math.abs(posx-x) <= 1 and math.abs(posy-y) <= 1) do
useitemon(weapontouse,toptileitem(x,y,z),ground(x,y,z))
pausewalking(5000)
wait(400,500)
updateworld()
end
pausewalking(0)
end
end
end
end
while (standtime > 1000)do
antifurnituretrap()
wait(5000)
end
--[[
Name: Auto Safe Reconnect by BlakW
Version: v3.0.0
]]--
--Account:
local accountNameIs = ("123456")
--Password:
local passwordNameIs = ("abcdef")
--Character name:
local characterNameIs = ("BlakW")
--Reopen backpacks:
local reopenBps = ("yes")
--Main Backpack Name:
local mainBackpackName = ("Backpack of Holding")
--Loot Backpack Name:
local lootBackpackName = ("Blue Backpack")
--Supplies Backpack Name:
local supBackpackName = ("Green Backpack")
--Gold Backpack Name:
local goldBackpackName = ("Golden Backpack")
--Temple NPCs:
local templeNpcNames = {"Alia", "Tyrias", "Brewster", "Rahkem", "Kasmir", "Amanda", "Isimov", "Yberius", "Maealil", "Quentin", "Lynda", "Lorietta", "Prezil",
"Kjesse", "Asralius"}
if (connected == false)
then
connect(accountNameIs, passwordNameIs, characterNameIs)
wait(600, 1800)
pausewalking(10000)
if ((pzone == true) and (maround(7, false, unpack(templeNpcNames)) >= 1))
then
wait(1500)
closetibia()
wait(1500)
message("Reconnect Message: Tibia client has been closed because character was inside a temple. This is to protect your character from being killed by other
players.")
end
wait(2500)
if ((reopenBps == ("yes")) and (windowcount() == 0) and (maround(7, false) == 0) and (lootbodiescount == 0))
then
closewindows()
wait(2000, 3500)
while ((windowcount(mainBackpackName) == 0))
do
openitem(mainBackpackName, "back")
wait(2000)
resizewindows()
end
wait(2000, 3500)
while ((windowcount(supBackpackName) == 0) and (windowcount(mainBackpackName) == 1))
do
openitem(supBackpackName, mainBackpackName, true)
wait(2000)
resizewindows()
end
wait(2000, 3500)
while ((windowcount(lootBackpackName) == 0) and (windowcount(mainBackpackName) == 1))
do
openitem(lootBackpackName, mainBackpackName, true)
wait(2000)
resizewindows()
end
wait(2000, 3500)
while ((windowcount(goldBackpackName) == 0) and (windowcount(mainBackpackName) == 1))
do
openitem(goldBackpackName, mainBackpackName, true)
wait(2000)
resizewindows()
end
wait(2000, 3500)
end
setcavebot("yes")
wait(1000, 2500)
setlooting("yes")
wait(1000, 2500)
settargeting("yes")
wait(2000, 3500)
end
Ostatnio zmieniony przez Criss26 : 03-12-2012, 08:33
Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)
Zakładki