Yay, I think I got it lol, I had to wash my dishes so I just only got to test it.
And YOU WERE RIGHT! Wo00t!
Thanks ALOT! You have no clue how much this was annoying me.
I ran this:
SCAR Code:
Procedure GetEquippedIDs;
Var
i: Integer;
Begin
For i := 0 To 14 Do
WriteLn(IntToStr(i) + ': ' + IntToStr(GetIDEquippedAt(i)));
End;
And got this back in the debugbox

SCAR Code:
0: 0
1: 0
2: 0
3: 1388
4: 0
5: 0
6: 0
7: 0
8: 0
9: 0
10: 0
11: 0
12: 0
13: 0
14: 0
On RSBot it is 1387, and Reflection it is 1388.
Thanks so much for the help man!!
+Rep