Posiada może ktoś MAHRDIS-a od BugWT?
Ostatnio zmieniony przez Kredka : 10-02-2013, 16:53
Ostatnio zmieniony przez lfanek : 10-02-2013, 18:15
Ostatnio zmieniony przez robeq777 : 10-02-2013, 18:45
if windowcount() < 4 then
setcavebot('off')
settargeting("no")
wait(500,100)
closewindows()
wait(500, 1000)
higherwindows("equip")
wait(500, 1000)
openitem(mainbp, "back", true)
wait(1000,2000)
minimizewindows("equip")
wait(1000,2000)
openitem(stackbp, mainbp, true)
wait(1000,2000)
openitem(lootbp, mainbp, true)
wait(1000,2000)
openitem(goldbp, mainbp, true)
wait(500, 1000)
resizewindows()
setcavebot('on')
settargeting("yes")
else
end
if windowcount() < 4 then
setcavebot("no")
wait(1000, 2500)
settargeting("no")
wait(500,100)
closewindows()
wait(500, 1000)
higherwindows("equip")
wait(500, 1000)
openitem(mainbp, "back", true)
wait(1000,2000)
minimizewindows("equip")
wait(1000,2000)
openitem(stackbp, mainbp, true)
wait(1000,2000)
openitem(lootbp, mainbp, true)
wait(1000,2000)
openitem(goldbp, mainbp, true)
wait(500, 1000)
resizewindows()
setcavebot("yes")
wait(1000, 2500)
settargeting("yes")
end
Ostatnio zmieniony przez robeq777 : 10-02-2013, 19:57
if (maround(5, false, "Grim Reaper") >= 2) then
if (paround(7, true) == 0) then
if (cancast("exevo gran mas vis")) and (mp >= 700) then
cast("exevo gran mas vis")
wait(500,1000)
end
end
end
-- you can add more items here
local warnitems = {'batwing hat', 'bonelord eye', 'blue robe', 'haunted blade', 'red robe', 'mercenary sword', 'terra mantle', 'sweet smelling bait', 'bonelord helmet', 'Spiked Squelcher', 'knight legs', 'maxilla maximus', 'castle shield', 'bonebeast trophy', 'spider silk', 'hardened bone', 'spiked squelcher'}
-- max lines to display at once
local maxindex = 20
-- spacing between lines
local spacing = 10
local index = 0
local msgs = getmessages("Server Log")
local qtd = msgs.count-1
for i=0,qtd do
if msgs[qtd-i].type == 19 and msgs[qtd-i].text:find('Loot of ') then
local colorm = false
local l = 0
for l=1, table.getn(warnitems) do
if msgs[qtd-i].text:find(warnitems[l]) then
colorm = true
break
end
end
if colorm then
setfontcolor('red')
else
setfontcolor('white')
end
addtext(msgs[qtd-i].text, worldwin.left+5,worldwin.bottom-(maxindex*spacing)+20+(index*spacing))
index=index+1
if index == maxindex then
break
end
end
end
Ostatnio zmieniony przez Roni93 : 10-02-2013, 20:11
--Main Backpack Name:
local mainbp = ("Jewelled Backpack")
--Stack Backpack Name:
local stackbp = ("Blue Backpack")
--Loot Backpack Name:
local lootbp = ("Yellow Backpack")
--Gold Backpack Name:
local goldbp = ("Green Backpack")
if (windowcount() < 4) then
setcavebot("no")
wait(1000, 2500)
settargeting("no")
wait(2000, 3500)
closewindows()
wait(2000, 3500)
higherwindows("equip")
wait(500, 1000)
openitem(mainbp, "back", true)
wait(2000)
minimizewindows("equip")
wait(1000,2000)
openitem(stackbp, mainbp, true)
wait(2000)
openitem(lootbp, mainbp, true)
wait(2000)
openitem(goldbp, mainbp, true)
wait(2000)
resizewindows()
wait(2000)
setcavebot("yes")
wait(1000, 2500)
settargeting("yes")
wait(2000, 3500)
end
Ostatnio zmieniony przez Tomix : 10-02-2013, 21:04
Aktualnie 2 użytkowników przegląda ten temat. (0 użytkowników i 2 gości)
Zakładki