ScriptUO

Scripting Resources & Utilities => OpenEUO Scripts => OEUO => OEUO Snippets => Topic started by: Crome969 on August 08, 2011, 12:20:30 PM

Title: [OUO-Library] Bag of Sending and related functions.
Post by: Crome969 on August 08, 2011, 12:20:30 PM
Good Evening everyone,
i take the part and publish my small but useful Library for handling Bag of sending.

Requirements:

Only Requirement is binding Kal In Ex Finditem before you use the functions.

Functions:

Code: [Select]
GetBos() --> Returns an ID of a Bag of Sending or a Error Message
Code: [Select]
ChargeBos(ID of Bag of Sending,Minimum Charges to Trigger) --> Recharge Bos if its uses < of the Trigger & you have PoT in your BackpackID
Code: [Select]
GetCharges(Id of Bag of Sending)--> Analyze Bag of Sending and Return the Charges as Integer
Code: [Select]
BosSending(ID of Bag of Sending,table of ID or Types you wanna send)--> Sending as Description say Sending Items as long as you have Charges for it:)

Credits
Kal In Ex --> Finditems.lua
Myself for the lib
Scriptuo.com for Testing and let me participate this Community


Crome