ScriptUO

Scripting Resources & Utilities => Stealth Client => Stealth scripts => Topic started by: dxrom on June 06, 2013, 06:05:32 PM

Title: [V4 , Pascal] [UO:R FS] dxrom's Magery Spellbook Filler
Post by: dxrom on June 06, 2013, 06:05:32 PM
Code: [Select]
Written by dxrom for ScriptUO.com
  Script to fill spellbooks with scrolls that have
  been sorted via my spell sorter script.
  
  Like before:
  
  Chest - the main container hold the 8 containers for each circle of spell
  EmptyBooks - the container holding empty spellbooks to be filled
  CxBAG - Bags representing spell circles, contained within Chest.
  
  NOTES: I have not implemented a feature to put spellbooks back after
  being filled.

Finally got around to whipping this up while procrastinating some school work and playing EVE Online. Seems to run well, I want to refine on the arrays to better move through them. I don't really like how it works atm.