Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. To beat an addiction you can't go cold turkey. You have to play it smart. I'm not sure of the timing distant between the buying of gold. This is what I say. You have to learn to control your urge. Start off with let's say 30 dollars worth of gold. The rule is you can't spend more or close to the amount you bought. This is more for like buy gold Bi-weekly or something. Let say you get 15m from the 30. Play it smart, take out like 3 mill from your bank for the day. Only stack that amount. If you make more money like your total is 5 mill now. Put away the 3 mill into your bank. You have 2 mill to waste or build up. The plan of the game is come in with something and leave with more or the same amount you came with. If some how you start losing money remember to leave before it starts to get worse. It's all about monitoring yourself. Meta cognition
  2. For the first question there an class in the api for it
  3. i still have my old construction script
  4. you made this game? edit: lol at the shut the fuck up butters
  5. i vote for a change. If not black you could do a different color combo
  6. Hey everybody! Here another snippet from your truly Josedpay. Some time i get lazy having to create paint. Many of you guys probably use that little programs (forget name). i use to use it back in the days, but franky its still too much work. So i created this paint. Have fun everybody(for those who are wondering about that "null" sign. I cant spoon feed everybody, im making it even smarter ). FYI some of the oldest people from OSB contributed on this painter. I use some of their idea/work but revamped it. Hopefully someone in the future could do the same edit: just a head up it comment all over the class LocalPaint.java //the interface is a nested static PaintProperty.java exmaple: import java.awt.Shape; import java.awt.event.MouseEvent; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import com.divine.painter.LocalPaint.LocalPaintHandler; @ScriptManifest public class TestScript extends Script implements LocalPaintHandler { Shape myShape = null; //set the location to see the magic LocalPaint localPaint; @Override public void handleExtras(MouseEvent e, Shape shape) {} @Override public PaintProperty[] getPaintData() { //LocalPaint.rsFormat(long) return new PaintProperty[] { //LocalPaint.getFormatTimer(long) new PaintProperty("do you even like it?"), new PaintProperty("just let me know", 15), //the offset move the text over + 15 }; } @Override public int onLoop() throws InterruptedException { if (localPaint == null) { this.localPaint = new LocalPaint(null, this).setScriptInstance(this); this.localPaint.enablePainter(true); } return 700; } }
  7. public boolean dropOnlyThis(String[] blackList) throws IllegalArgumentException, InterruptedException { if (getInventory().contains(blackList)) { List<Item> list = getInventory().filter(new ContainsNameFilter<Item>(blackList)); for (Item item: list) { if (item != null) { item.interact("drop"); sleep(gRandom(400,100)); } } } return !getInventory().contains(blackList); } tell me if this helps
  8. Joseph

    Quick-Hopper

    it was kind of a bit obv if not there would not be a point in having an enum
  9. Joseph

    Quick-Hopper

    Oh nice I like the snippet my bug friend. Life is bug, bug is life
  10. You should pm me and tell me some
  11. If smelting turning ore into bars use my script http://osbot.org/forum/topic/72350-edge-smelter-aio-cballs-and-ring-of-forging/
  12. Ya I gave it to you. You don't need to redeem it should pop up under your scripts
  13. If you hide it, you will be always able to reopen it and change the setting
  14. just like everybody else 48 Noo late my friend, sorry.
  15. I gave you all the trial it was 7 people I counted.
  16. I will giving out 48 hour trials to the first 6 people who reply on my thread. All you have to do is simply ask for the script. Don't open below, please!
×
×
  • Create New...