Author Topic: BOD/BOB sorter  (Read 3291 times)

0 Members and 1 Guest are viewing this topic.

Offline lydaanTopic starter

  • Jr. Member
  • **
  • Posts: 70
  • Activity:
    0%
  • Reputation Power: 3
  • lydaan has no influence.
  • Respect: +6
  • Referrals: 0
    • View Profile
BOD/BOB sorter
« on: February 11, 2016, 07:17:47 PM »
0
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:

  • Sorting by color
  • Sorting by reward type
  • Maybe sorting expensive BODs (BODs that cost a lot of resources and give crap rewards)
  • Sorting LBODs into their respective BOBs
  • Support for multiple BOBs for each sort category
  • Sorting filled SBODs into Turn-in/save for LBOD

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

There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
BOB handler sub.txt
« Last Edit: March 02, 2016, 06:09:35 PM by lydaan »