Script> Dager to bag

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Mazer
Posts: 125
Joined: 2007-11-13 00:39:14

Script> Dager to bag

Post by Mazer »

How can i make script witch moves dagers from backpack to random bag in box etc. There is 10 bags and if one is full i want that script start moving dagers to other bag.
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Re: Script> Dager to bag

Post by Scripts Writer »

Code: Select all

//Target container with bags
//Open container and find a bag
//Check if it is full (Left Click + Check Journal on message (not uo.InJournal('255 items'))
//if it's so then
//  ignore
//else
//  get serial of this bag and start to move ur daggers here, until it will be full too
//  ther ignore full bag
//and make circle until u have daggers in a backpack
//ignorereset
Post Reply