Need, kellel probleeme welcome button anti-randomiga, siis siin on lahendus
Avage oma RSBoti kaust > Avage seal teine kaust nimega Randoms > Kerige täitsa alla, seal on 2 faili WelcomeButton.class ja WelcomButon.java.
Avage WelcomeButton.java notepadiga ja kustutage kõik tekst mis seal on.
Asemele pastege see :
import com.speljohan.rsbot.script.Random;
import com.speljohan.rsbot.script.wrappers.RSInterface;
/**
* Created Using IntelliJ IDEA. User: illusion Date: Apr 23, 2008 Time: 9:57:41
* PM
*/
public class WelcomeButton extends Random {
public String getName() {
return "Welcome Button";
}
public String getAuthor() {
return "illusion";
}
public double getVersion() {
return 1;
}
public int loop() {
log("Clicking Welcome Button");
atInterface(RSInterface.getInterface(378).getChild(45));
return -1;
}
public boolean activateCondition() {
return RSInterface.getInterface(378).getChild(45).getAbsoluteX() == 207;
}
}
Kui see on valmis, siis save. Kustutage nüüd sealt kaustast too teine fail nimega WelcomeButton.class
Kui see valmis, sis tehke RSBotis Compile all ja restartige Bot. Töötab
POLE TÄNU VÄÄRT