1. Pictures of the account stats
2. Pictures of the login details
3. Pictures of the total wealth (if there is any)
None 4. Pictures of the quests completed
Waterfall quest and client of kourend
5. The price you will be starting bids at
40m 6. The A/W (Auto-win) for your account
50m 7. The methods of payment you are accepting
OSRS GP only 8. Your trading conditions
I'll go first if you have good reputation, otherwise we can use a MM or you'll go first 9. Pictures of the account status
10. Original/previous owners AND Original Email Address
I am the original owner of the account. Acc is registered on an e-mail only used for this account and it will be given to you.
You can reach me quicker through discord: XULL#3411
Not sure if it's this but try to change
public boolean condition() {
return (!getInventory().isFull());
}
to
public boolean condition() {
return !getInventory().isFull();
}
AKA just remove the ( ) between the return line.