Signup Now
Page 44 of 57 FirstFirst ... 34424344454654 ... LastLast
Results 431 to 440 of 566
  1. #431
    Free User
    Join Date
    Feb 2015
    Posts
    5
    Reputation
    10
    Rep Power
    0
    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.

  2. #432
    Free User
    Join Date
    Oct 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    ASAS.jpg

    You should add anti trap machete script and I don't know why stealth ring option don't work for me. Anyway great script !

  3. #433
    Free User
    Join Date
    Sep 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    nvm pls delete
    Last edited by dathan; 04-04-2015 at 11:41 AM.

  4. #434
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by RfaliNL View Post
    ASAS.jpg

    You should add anti trap machete script and I don't know why stealth ring option don't work for me. Anyway great script !
    Thanks, I fixed the ring on last update, maybe you have previous. Try downloading again. About machete trap... it sometimes made bot become crazy so I prefer not to put it :/
    Add it as a persistent yourself and save the script if u want to have it

  5. #435
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by Saylum View Post
    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.
    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.)

    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 
    After that, you should put a Stand, a bit away from the chest (to close all the windows) with label name 'Start'
    Then another 2nd action afterwards, just to check if there is enough manas to continue.

    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 
    Cavebot part is finished.

    You should add 2 persistent hotkeys.

    1st: Flask dropper
    PHP Code:
    auto(10000,50000)
    if 
    flasks() > 0 then
            moveitems
    (283,'ground')
            
    moveitems(284,'ground')
            
    moveitems(285,'ground')
    end 
    and another one: Spellcaster

    PHP Code:
    auto(1000,2000)
    if 
    $mp >= 600 and cancast('Utana vid')
            
    cast('utana vid')
    end 
    That's all.


    REP ME PLEASE IF U MANAGE TO DO IT!
    Last edited by Dekk; 04-04-2015 at 12:57 PM.

  6. #436
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Already done!
    Last edited by Dekk; 04-05-2015 at 01:59 AM.

  7. #437
    Free User
    Join Date
    Oct 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    True, I had old version . Hahah ^^ now everything work good; ) Thanks

  8. #438
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by RfaliNL View Post
    True, I had old version . Hahah ^^ now everything work good; ) Thanks
    np ^^

  9. #439
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Updated Ankrahmun - #3 Peninsula Tomb

    Changed the targeting system. Added 'Use Waves' option. Impossible to get non-wanted skull at retro pvp.

  10. #440
    Free User
    Join Date
    Mar 2014
    Posts
    21
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Dekk View Post
    Updated Ankrahmun - #3 Peninsula Tomb

    Changed the targeting system. Added 'Use Waves' option. Impossible to get non-wanted skull at retro pvp.
    How it works? Thank you!

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •