BryceTheCoder Posted December 22, 2011 Share Posted December 22, 2011 Hey you know the code: GetItemBounds(1); which gets the inventory slot of (1) but is there a code like GetBankItemBounds(1); or something that it will get the bank item slot of 1? Quote Link to comment Share on other sites More sharing options...
Wanted Posted December 22, 2011 Share Posted December 22, 2011 {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= function GetBankSlotBounds(Slot: Integer): TBox; Contributors: Wanted Description: Returns the bounds of an item in the bank slot. Date Created: December 11th, 2011. By Wanted. RS2 Build 688. Last Modification: December 11th, 2011. By Wanted. RS2 Build 688. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=} Bank.scar..... Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted December 22, 2011 Author Share Posted December 22, 2011 alright thnx wanted, and i cant tell your getting irritated. ill look in OSI/RS2 before i post here. Sorry:( Quote Link to comment Share on other sites More sharing options...
Wanted Posted December 22, 2011 Share Posted December 22, 2011 alright thnx wanted, and i cant tell your getting irritated. ill look in OSI/RS2 before i post here. Sorry:( I don't mind you asking, just look first lol Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted December 23, 2011 Author Share Posted December 23, 2011 ok thanks:) Quote Link to comment Share on other sites More sharing options...
rsutton Posted December 23, 2011 Share Posted December 23, 2011 Explain what bounds is please. BTW Bryce if you need help on radarwalk. I have it working 100% in my scripts now I may release. it works PERFECT. im on irc all the time just hit me up bro. No problem helping you. Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted December 23, 2011 Author Share Posted December 23, 2011 sweet dude that would be awesome if u can help me understand radarwalk:) buuutt i dont know what irc is anndd yaa, but sure if u can try and help me that would be awesome:) Quote Link to comment Share on other sites More sharing options...
rsutton Posted December 23, 2011 Share Posted December 23, 2011 download mirc. then go to connect to server irc.scar-divi.com then channel name is #scar I Also have aim RobSutton84 Or Msn SoulByteGames@live.com Quote Link to comment Share on other sites More sharing options...
Wanted Posted December 23, 2011 Share Posted December 23, 2011 Bounds is an area. Like the box it's in. TBox, x1, y1, x2, y2. Quote Link to comment Share on other sites More sharing options...