All pastes #1888803 Raw Edit

Something

public text v1 · immutable
#1888803 ·published 2010-06-22 21:06 UTC
rendered paste body
import com.quirlion.script.*;
import com.quirlion.script.types.*;

public class softclay extends Script {
	public int clayID = 435;
	public int astralID = 9075;
	public int fireID = 554;
	public in scID = ;

	public int loop() {
		if(inventory.contains{435});
		players.getCurrent().castSpell(Constants.Humidify);
		wait(random(500,1000));
		
		} else {
			bank.open();
			wait(random(750,1250));
			bank.depositAllExcept(clayID,astralID,fireID);
			wait(random(500,1000));
			bank.withdraw(clayID, random(26,90));
			wait(random(250,1000));
			bank.close;
		
		
		return  random(500,1000);
	}
}