Pickbox (script)
Jump to navigation
Jump to search
Pickbox (script) | |
---|---|
Category | utility,Survival |
Front-end | StormFront |
Author | Unknown |
For someone that wants to just pick through boxes fast without Identify or mark or disarm. With enough boxes you're going to learn disarm from it anyway.
Edit your armor type and container
startloot: put rem hauberk put put my hauberk in my journey pack pause put rem gloves put put my gloves in my journey pack pause put rem helm put put my helm in my journey pack pause put rem shield put put my shield in my journey pack pause put close my pack save strongbox counter set 1 put get lockp from my boot match pickfirst You get a matchwait lockpick: put get lockpick from my boot match pickfirst you get a pickfirst: pause put pick %s match picksecond You set about picking match picksecond Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait picksecond: pause put pick second %s match pickthird You set about picking match pickthird Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait pickthird: pause put pick third %s match pickfourth You set about picking match pickfourth Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait pickfourth: pause put pick fourth %s match pickfifth You set about picking match pickfifth Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait pickfifth: pause put pick fifth %s match picksixth You set about picking match picksixth Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait picksixth: pause put pick sixth %s match pickseventh You set about picking match pickseventh Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait pickseventh: pause put pick seventh %s match pickeighth You set about picking match pickeighth Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait pickeighth: pause put pick eighth %s match picknineth You set about picking match picknineth Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait picknineth: pause put pick nineth %s match picktenth You set about picking match picktenth Click! match nextloot%c You can't pick match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait picktenth: pause put pick tenth %s match nextloot%c You can't pick match nextloot%c Click! match nextloot%c It's not locked match lockpick Argh! Your pick just broke match lockpick *SNAP*! Your pick just matchwait nextloot1: save caddy counter add 1 goto pickfirst nextloot2: save box counter add 1 goto pickfirst nextloot3: save trunk counter add 1 goto pickfirst nextloot4: save casket counter add 1 goto pickfirst nextloot5: save skippet counter add 1 goto pickfirst nextloot6: save chest counter add 1 goto pickfirst nextloot7: save coffer counter add 1 goto pickfirst nextloot8: save crate counter add 1 goto pickfirst nextloot9: goto endloot endloot: put open my pack put put lockpick in my boot pause 1 put get hauberk from my journey pack put wear my hauberk. pause put get gloves from my journey pack put wear my gloves pause put get helm from my journey pack put wear my helm pause put get shield from my journey pack put wear my shield echo *** done ***