Hey do u think u can make me a script for grey island dp? i need it to mana train. I have bps inside of bps full of small mana potions. i need it to utana vid. and then take potions out of the bps when i get less then x amount of manas. Please help.
Printable View
Hey do u think u can make me a script for grey island dp? i need it to mana train. I have bps inside of bps full of small mana potions. i need it to utana vid. and then take potions out of the bps when i get less then x amount of manas. Please help.
Attachment 6674
You should add anti trap machete script and I don't know why stealth ring option don't work for me. Anyway great script !
nvm pls delete
Well I'll tell you how to do it so you can 'start the challenge'. Its simply 4 waypoints, 2 of them are actions.
You need to put the manapotions to sell at market and then remove the offer, so you have all the manapotions at the Inbox.
After you did that, you can start with a Stand, nearby depot, put a label for that Stand: 'Depot'.
then add 1st action. (you put there action to reach depot, open dpot, open the mailbox inside, then make a loop to take potions.)
After that, you should put a Stand, a bit away from the chest (to close all the windows) with label name 'Start'PHP Code:
local manatype = 'mana potion' --write here your mana type
local mainbp = 'backpack of holding' --your backpack here
local manatoget = 600 --manas to put on your mainbp
if windowcount() < 1 then
openitem(mainbp,'back')
end
reachgrounditem('depot')
wait(1500,2000)
openitem('depot',true)
wait(800,1500)
openitem(12902,'locker')
wait(900,1500)
while itemcount(manatype,mainbp) < manatoget do
moveitems(manatype,mainbp,'Inbox',100)
end
Then another 2nd action afterwards, just to check if there is enough manas to continue.
Cavebot part is finished.PHP Code:
local manatype = 'mana potion' -- mana type
local mainbp = 'backpack of holding' -- your main backpack
local manatorefill = 100 -- manas ammount to go refill
if itemcount(manatype,mainbp) > manatorefill then
gotolabel('Start')
else
gotolabel('Depot')
end
You should add 2 persistent hotkeys.
1st: Flask dropper
and another one: SpellcasterPHP Code:
auto(10000,50000)
if flasks() > 0 then
moveitems(283,'ground')
moveitems(284,'ground')
moveitems(285,'ground')
end
That's all.PHP Code:
auto(1000,2000)
if $mp >= 600 and cancast('Utana vid')
cast('utana vid')
end
REP ME PLEASE IF U MANAGE TO DO IT!
Already done!
True, I had old version . Hahah ^^ now everything work good; ) Thanks
Updated Ankrahmun - #3 Peninsula Tomb
Changed the targeting system. Added 'Use Waves' option. Impossible to get non-wanted skull at retro pvp.