ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: lydaan on February 11, 2016, 07:17:47 PM

Title: BOD/BOB sorter
Post by: lydaan on February 11, 2016, 07:17:47 PM
I've been chatting with Ghost about BOD/BOB (Bulk Order ___) sorting, and I figured it's time for a thread.

I've got my sorter working the way i want it, but it is too simplistic for what Ghost wants, or OSI requires. I had a lot of fun building my sort switch, and am interested in building a bigger/more complex one for others to use.

Since I know nothing about OSI, I'm going to need some help to set this up. I'd prefer to lay all the cards on the table so I can look at it from the top down and bottom up.

Chatting with Ghost, and reading threads for some of the other BOD sorters, it sounds like the basic needs include:


If I haven't covered anything, or you want additional support, please let me know. At this point, the more complex the better... I'm up for a logic challenge!

-----------------------------

Update: Untested (at all) BOB Handler

Code: [Select]
;---------------------------------------------------------
;   Name: BOD Sorter and BOB handler
;   Author: Lydaan
;   Tested: Never
;   Purpose: Sort your buttload of BODs
;   Copyright: Feb 11, 2016
;---------------------------------------------------------

includes:

Code: [Select]
; sub BOBhandler
; Counts BODs in books for un/loading
; Handles BOBs to drop BODs from and sort to
; Parameters
;    %1 load or unload
;    %2 Color
;    %3 BOB category ID list (un/filled unsorted, reward category)
;---------------------------------------------------------

I haven't tested this at all, but the logic should work... just need to clean it up.

------------------------------------------

For OSI, do I need to differentiate between 10 & 15 SBODs for rewards? I'm assuming LBOD 10 & 15 rewards are the same, or do I also need to differentiate those?

------------------------------------------

I finally got my ASH +60, so going to let the iron BODs pile up while I play with my new plate suit. This should give me a large enough data set to start working on the sorter.

-------------------------------------

working on BODs again, maybe stuff in 1-2 weeks