Emptying Guild Boxes

ForFun

New Member
Not sure if there is something out there already, but thought I would ask. I have collected thousands of items in my Guild Boxes over the years. I have been contemplating a server move but hate to think about leaving all those goodies behind. Is there a script or feature out there that will automatically withdrawal from my guild boxes and fill my bags? Then deposit into a house box. Thus eliminating the need to spend days manually emptying my boxes?
 

Cheesy

Well-Known Member
New script: Small Depot to Big Depot Transfer
  • To start: ogre SmallDepotToBigDepot
  • To end: ogre end SmallDepotToBigDepot
  • Accepts up to 2 parameters:
    • Parameter 1: Type of depot. If omitted default is -harvest
      • -Harvest
      • -adorn
      • -ammo
      • -spell
      • -collectible
      • -food
      • -fuel
      • -lore
      • -poison
    • Parameter 2: TRUE/FALSE. If you would like to just transfer the items into your inventory only, and not deposit them anywhere. If omitted this is FALSE.
From patch notes - Looks like it's what you want.
 

Kannkor

Ogre
Not sure if there is something out there already, but thought I would ask. I have collected thousands of items in my Guild Boxes over the years. I have been contemplating a server move but hate to think about leaving all those goodies behind. Is there a script or feature out there that will automatically withdrawal from my guild boxes and fill my bags? Then deposit into a house box. Thus eliminating the need to spend days manually emptying my boxes?
There's one that will do exactly that... let me see if I can find it... (it's a bit different than the one Cheesy linked)
 

Kannkor

Ogre
Here we go..
https://eq2.ogregaming.com/wiki/ind...sion-274.2C_OgreBot-17.075.2C_OgreCraft-1.037


Code:
Added 2 unsupported scripts. Feel free to post issues on the forums, but these are generally 'use as is' scripts.
ogre GHToHouse
ogre HouseToGH
ogre end GHToHouse
ogre end HouseToGH
These are for moving massive quantities from a Guild depot to a house depot, or from a house depot to a guild depot. It is extremely efficient and fast.
You must have a magic door to GH in your house.
You must have a "Portal to Housing" in your GH to get to your house.
If you are using someone elses house, you need to have access to that house (duh :) ).
The depots in both the GH and the house must be accessible from where you "zone in". (Just have them next to your door for this).
Both scripts accept the following arguments.
-all
Does all the depots.
The below either does, or doesn't do the ____ depot.
-fuel
-nofuel
-collect
-nocollect
This is for collectibles. -collectible and -nocollectible work also.
-potion
-nopotion
-lore
-nolore
-food
-nofood
-adorn
-noadorn
-ammo
-noammo
-harvest
-noharvest
Name of the person's house you wish to use. If omitted, it uses your own house.
Example usage:
ogre HouseToGH -fuel -adorn -potion
This would move everything from the Fuel depot, adornment depot, and potion depot in "my" house to the guild depots.
ogre GHToHouse -all -noharvest Kannkor
This would move everything from all the depots EXCEPT the harvest depot from the Guild hall to "Kannkor's house".
 

ForFun

New Member
Here we go..
https://eq2.ogregaming.com/wiki/ind...sion-274.2C_OgreBot-17.075.2C_OgreCraft-1.037


Code:
Added 2 unsupported scripts. Feel free to post issues on the forums, but these are generally 'use as is' scripts.
ogre GHToHouse
ogre HouseToGH
ogre end GHToHouse
ogre end HouseToGH
These are for moving massive quantities from a Guild depot to a house depot, or from a house depot to a guild depot. It is extremely efficient and fast.
You must have a magic door to GH in your house.
You must have a "Portal to Housing" in your GH to get to your house.
If you are using someone elses house, you need to have access to that house (duh :) ).
The depots in both the GH and the house must be accessible from where you "zone in". (Just have them next to your door for this).
Both scripts accept the following arguments.
-all
Does all the depots.
The below either does, or doesn't do the ____ depot.
-fuel
-nofuel
-collect
-nocollect
This is for collectibles. -collectible and -nocollectible work also.
-potion
-nopotion
-lore
-nolore
-food
-nofood
-adorn
-noadorn
-ammo
-noammo
-harvest
-noharvest
Name of the person's house you wish to use. If omitted, it uses your own house.
Example usage:
ogre HouseToGH -fuel -adorn -potion
This would move everything from the Fuel depot, adornment depot, and potion depot in "my" house to the guild depots.
ogre GHToHouse -all -noharvest Kannkor
This would move everything from all the depots EXCEPT the harvest depot from the Guild hall to "Kannkor's house".
[/QUO

Awesome, Thank You very much. The script runs up to the point of zoning into my house. I have the depot and house portal (it is my house so yes I have permission) by the zone in area of the guild. It loads my bags but then pulls up my House & Leaderboard page. It will not use the house portal to zone in. Either way it saves me a ton of time.
 

ForFun

New Member
Awesome, Thank You very much. The script runs up to the point of zoning into my house. I have the depot and house portal (it is my house so yes I have permission) by the zone in area of the guild. It loads my bags but then pulls up my House & Leaderboard page. It will not use the house portal to zone in. Either way it saves me a ton of time.
 

ForFun

New Member
Any chance of looking into the reason why the bot does not select the House Portal in the guild hall?
 

Kannkor

Ogre
Any chance of looking into the reason why the bot does not select the House Portal in the guild hall?
When I have spare time. Scripts like this are written 'as is'. I'll get to it when I can, but it's very rarely used so it's a pretty low priority.
 
Top Bottom