[UOSteam] Alamiester's Hive Tool to Bag v0.1

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

[UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Alamiester »

Code: Select all

////////////////////////////////////////////////
//[UOSteam] Alamiester's Hive Tool to Bag v0.1//
//15MAY2018/////////////////////////////////////
////////////////////////////////////////////////
@removelist 'hivetool'
@clearlist 'hivetool'
if not listexists 'hivetool'
  createlist 'hivetool'
endif
@pushlist 'hivetool' '0x9f5'   //hive tool
if not @findalias 'hivebag'
  headmsg 'Select a bag to store hive tools.'
  promptalias 'hivebag'
  waitfortarget 5000
endif
for 0 to hivetool
  while @findtype! 'hivetool[]' 'any' 'backpack' 'any' '0'
    @setalias 'hivetool' 'found'
    sysmsg '**Moving hive tools**' '20'
    moveitem 'found' 'hivebag'
    pause 1000
  endwhile
endfor
sysmsg '**All hive tools moved!**' '33'
User avatar
Animol
Elder Scribe
Posts: 166
Joined: Tue Apr 03, 2018 8:38 pm

Re: [UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Animol »

Uhm, why not just use the Organizer? That's exactly what it's for.
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

Re: [UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Alamiester »

this was a request, and i dont use the organizer. :P
User avatar
Animol
Elder Scribe
Posts: 166
Joined: Tue Apr 03, 2018 8:38 pm

Re: [UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Animol »

It's like cutting out a hole in the wall to get some fresh air instead of opening the window. Oh well, to each his own.
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

Re: [UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Alamiester »

no cutting, just copy and paste, and wallah, lol.
User avatar
Melkor
Legendary Scribe
Posts: 1042
Joined: Sun Feb 14, 2010 1:30 pm

Re: [UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Melkor »

Thanks for all the scripts Alamiester! Much appreciated!
Image
TDC Guild
Luna
Expert Scribe
Posts: 34
Joined: Tue Dec 05, 2017 6:32 am

Re: [UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Luna »

We can now store our hive tools in Toolhouses, so the reason for this script completely escapes me
Stephen
Master Scribe
Posts: 52
Joined: Thu Mar 29, 2018 4:42 pm

Re: [UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Stephen »

Luna wrote:We can now store our hive tools in Toolhouses, so the reason for this script completely escapes me
Alamiester wrote:this was a request, and i dont use the organizer. :P
^^^^^^^^^^^^^^

He said it was a request. No reason to get rude and look down on it.
Luna
Expert Scribe
Posts: 34
Joined: Tue Dec 05, 2017 6:32 am

Re: [UOSteam] Alamiester's Hive Tool to Bag v0.1

Post by Luna »

I didn't get rude, just added a fact without getting cocky
Post Reply