EK2. made about 50k profit should have been more if the script didnt have an error or i failed to set it up.
http://i.imgur.com/pVFC6E9.jpg
Printable View
EK2. made about 50k profit should have been more if the script didnt have an error or i failed to set it up.
http://i.imgur.com/pVFC6E9.jpg
Nice advances
Bro, what profit do you have on those lizards? It is a free script, right?
I had like 60-77k/h exp and 10-12k/h gp on PH Coryms on an EK similar to yours. Maybe Lizards are better in any way.
Thanks, hope i can reach 70 before my prem runs out :)
Im geting like 55-65k/h with 6k/h gp. Thing is its very rarely anyone there so you dont need to share spawn but it wont be able to match spawn such as mutated humans or coryms ph if your alone in there.
You should try those Coryms. I gave you my statistics when there were 3 ppl with me on a spawn. Imagine when I am alone. Go for it!
My sugestion is dragons farmine after tp, or before tp if u take the caves at east, what just have dragons and 1 dl
Or u can try goroma cults, but i think it just be goood after the 80 cuz u have more atk
MS2, no hud since had to restart my pc like 12h into the botting session :( but about the same loot as above.
http://i.imgur.com/Kqex6cv.png
Also having a problem with a script. It wont open and close gold bp when its refiling any idea how to fix that? Below is the action that seems to be the problem.
Code:local mainbp = getlootingdestination('mainbp') -- set it to Yours in Looting section ('mainbpname') its destination of your backpack
local lootbp = getlootingdestination('lootbp') -- set it to Yours in Looting section ('lootbpname') its destination of your backpack
local goldbp = getlootingdestination('goldbp') -- set it to Yours in Looting section ('goldbpname') its destination of your backpack
setsetting('Looting/OpenNextBP', 'no')
while (windowcount(mainbp) == 0) or (windowcount(lootbp) == 0) or (windowcount(goldbp) == 0)
do
closewindows()
wait(300,500)
openitem(mainbp, "back", true)
wait(500,1500)
openitem(lootbp, mainbp, true)
wait(500,1500)
resizewindows()
wait(300,500)
openitem(goldbp, mainbp, true)
wait(500,1500)
end
setsetting('Looting/OpenNextBP', 'yes')