;=======================================================
; Script Name: Mwinc. Runic Combiner
; Author: MWinc.
; Version: 1.0
; Client Tested with: Baja
; EUO version tested with: 202
; Shard OSI / FS: OSI
; Revision Date:
;=======================================================
Pretty straight forward.
Hit Play.
Set the Container you want to move the Selected Runics to.
Select your Runic.
Hit Combine.
Pause and Resume Button are Pretty Obsolete since you can just pause the script and press play within EUO itself.
Open Containers Button Will open all Containers Specified by this Line in the Script
set %Containers KKF_ZTD
Right now its Just Small Crates in both Directions. You can Add types as you need.
Script Combines all Runics to the Maximum Charge Value Right now, if you wish to Modify it to stop at a lower value its fairly Simple In the upper Portion of the Scripts Code.
Example:
;===================
; Ash Saw
set %Type_2 ZFG
set %Col_2 1191
set %Max_2 70
I put the Name of the Tool above the Selection Options. The Type Represents the Type... The Col Represents the Color, and Max_ Represents the Maximum # of Charges.