Wanted Posted January 10, 2012 Share Posted January 10, 2012 (edited) Been busy lately but made a ton of minor changes https://github.com/OSI1/OSI1/commits/ https://github.com/OSI1/OSI1/commit/b9b018d4eef79bd3783799e56c77b8c734e33939 GetCurrentChat Fix GetEquipTabBounds improvement and EquipToCords removed DepositAllEx for Summon Fix Edgville BankNPC fix Chat_Friends_Tab typo Bixby Sayz Item_Database updates in Mining and Smithing Addition of Damaged Medium Pouch Addition of Woodcutting.scar and data base section Source for how I make these pics program New; {$DEFINE RS2} {$DEFINE OSI_Color_Anti_Randoms} //{$DEFINE SMART} // Comment out to disable SMART {$I OSI\OSI.scar} {$I OSI\Divi\Misc\Debug.scar} procedure ScriptTerminate; begin FreeOSI; end; var TBA: TBoxArray; I: Integer; begin SetUpOSI; SetLength(TBA, 12); for I := 0 to 11 do TBA[i] := GetEquipmentBounds(I); DebugTBA(TBA); end. Working on a major script right now so uncovering tons of stuff in OSI, and much more good stuff to come. Edited January 10, 2012 by Wanted Quote Link to comment Share on other sites More sharing options...