OSRSB / OsrsBot

A RuneLite bot automation extension API for Old School RuneScape
https://discord.gg/CGBXNrHREP
GNU General Public License v3.0
135 stars 69 forks source link

Add ClickBox and make all Clickable07s use it #304

Closed PhobicHD closed 1 year ago

PhobicHD commented 1 year ago

Basically it adds ClickBox getClickBox() to all Clickable07 including RSObject, RSCharacter, RSGroundItem, etc and makes their Clickable (not 07) methods use the clickbox instead. This means we aren't trying to use RSModel to click things anymore but instead the actual clickbox. Also it depends on RSTileSceneFix stuff.