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
None
5. The price you will be starting bids at
1m
6. The A/W (Auto-win) for your account
Who ever bigs the highest.
7. The methods of payment you are accepting
07 gp
8. Your trading conditions
You go first if you have low to no feedback. If not, we can use a middle man. I will go first to trusted people.
9. Pictures of the account status
10. Original/previous owners AND Original Email Address
I am original owner. The current original email is linked.
Post offers below :DDDDDDD
I already knew about that. My script just sleeps for 2 minutes and then logs back in when this happens but this time, the script stopped completely and I am not sure why. I've tested on other clients and it doesn't happen so I think it may be a bug in OSbot where it stops the scripts sometimes when you world hop too much.
The NPE isn't the problem though. The client is not recognizing that I have coins in the inventory. I was able to bypass this by using
if (getInventory().getAmount("Coins") <= 1000 && getInventory().getAmount("Coins") > 1) {
log("Apparently I've got less than 1000 coins?");
log(("Amount of coins: ") + getInventory().getAmount("Coins"));
stop();
}
so that means the client is not recognizing it sometimes
Want it to have atleast 75 range and 75 defense. Post the account below with how much you are looking for( I won't respond unless you post your price).
Must be trusted, Original Owner, and do a recovery test.
My script tells it to log out when it is below 1000 coins. My inventory has well over 1000 coins but the Debugger is saying I have no coins in my inventory.
Here is my code:
if (getInventory().getAmount("Coins") <= 1000) { log("Apparently I've got less than 1000 coins?"); log(("Amount of coins: ") + getInventory().getAmount("Coins")); stop(); }