Posts: 80
Threads: 13
Joined: Mar 2012
Does anyone have a script or something that loots the t map chest? I had grabbing 20 little jewels. My monitor is kind of large and seeing little things like that makes my head hurt. Any ideas or help would be fantastic.
Posts: 297
Threads: 29
Joined: Jan 2012
magnifying glass?? I heard of auto loot scripts but i cant say that i know of one. Easy uo and injection are the devil!!!
Change ur Windows resolution to 1024-768 or something like that, objects appear lots bigger in Uo :p
Posts: 348
Threads: 22
Joined: Aug 2011
it would be nice for one haha
Posts: 139
Threads: 5
Joined: Feb 2012
You can use razor's restock agent and target the chest.
Posts: 80
Threads: 13
Joined: Mar 2012
Echo Wrote:You can use razor's restock agent and target the chest.
You know I tried that, its alright but seems a bit buggy.... the picking up is weird.
Posts: 183
Threads: 25
Joined: Sep 2011
It queues everything so just hit the macros once and wait till its done then if there are leftovers you can do it again. Also the restock agent restocks up till the quantity you enter is in your pack. If you already have a bunch of gems in your pack it may not restock as much as you'd expect.
Posts: 118
Threads: 5
Joined: Jun 2011
Code:
#lpc 1000
set %autotrashtypes WHL_GYL_PXL_DUL_BUL_UUL_NTL_XTL_RUL_QUL_VRD_QOH_AVF_ZUF_YTL_OIK_PUL_EUL
set %trashcontainer PAMASMD
set %lootcontainer BBZENSD
set %lastcont #BACKPACKID
while #TRUE
{
if ( #CONTTYPE = IKF ) ; Chest container gump (treasure chest, bank, etc.)
{
set %chest #CONTID
findmore:
finditem %autotrashtypes C_ , %chest
if #FINDCNT > 0
{
Exevent Drag #findid #findstack
Exevent Dropc %trashcontainer
goto findmore
}
finditem * C_ , %chest
if #FINDCNT > 0
{
Exevent Drag #findid #findstack
Exevent Dropc %lootcontainer
}
}
}
%trashcontainer is ID of your mini trash can and %lootcontainer is ID of the container where you'd like to place all the loot. Whatever you define as trash type it'll trash and it'll place the rest in the container you specified. Be aware, that looting reveals you and depending on treasure level there's a chance to spawn monsters. If you use this script, you might be bum ****ed before you are done looting.
Posts: 179
Threads: 7
Joined: Feb 2012
allsuperior Wrote:Does anyone have a script or something that loots the t map chest? I had grabbing 20 little jewels. My monitor is kind of large and seeing little things like that makes my head hurt. Any ideas or help would be fantastic.
abit off topic.
But i want to se more rare loot in Treasure`s cos right now it is so boring to do them, always the same thing inside the chest.