Hi guys,
If someone could give me a hand, I would be really grateful.
When I relog, my bonuses are reset to 0. When equipped items are removed, bonuses go into negatives therefore I need to relog again before re-equipping.
Here is the login refresh code from Equipment.java from OSRoyale. I have searched on here for an answer because other people have had issues aswell but most replies are short and rude replies saying it has already been solved just to get a post count. If you know where the fix is, please post it for me 
Code:
public void login() {
for (int index = 0; index < getItems().length; index++) {
set(index, get(index), true);
}
WeaponInterface.execute(player, getWeapon());
updateWeight();
refresh();
}
Thanks in advance