I am looking to spend around 30-40$ usd. I am interested to know what I could possibly afford. Open to all suggestions and offers.
Appreciate it in advance.
The bone burying works. And that part looks okay. If inventory contains bones, bury them , else blah blah.
edit. My mistake. The other “if” else if, if. Part.
the bones just aren’t rs2objects they are ground items. Also consider &&getMap.canReach so you aren’t spamming bones that are on the other side of the fence.
Wondering what it would cost, preferably $USD through paypal.
Looking for something like 60 attack 80 strength 1 defence ( with potentially some range ). Not sure how the price is calculated ( $/xp? ) but that may influence the levels id like to get.
It would be a new account. i honestly dont mind if its hand done, or botted as long as it isnt banned or have any marks against it.
Id buy an account if it were a cheaper route, but doesnt seem to be that way. let me know. i am in no real rush.
i tried to decompile it, but i either did it horribly wrong. or something isn't right. lol
Can you just place a comma in the script? or do you need to place an or.
if (chatbox.isVisible()) {
List<String> messages = chatbox.getMessages(Chatbox.MessageType.GAME);
for (String message : messages) {
if (message.contains("You do not have enough" , "There is no ammo in your quiver")) {
stop();
}
}
}
if (chatbox.isVisible()) {
List<String> messages = chatbox.getMessages(Chatbox.MessageType.GAME);
for (String message : messages) {
if (message.contains("You do not have enough")||(message.contains("There is no ammo in your quiver") ) {
stop();
}
}
}