Jump to content
Wanted

Just a lot of minor stuff (1/10/12)

Recommended Posts

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

 

21rcz6.png

 

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 by Wanted
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...