Jump to content

naaiz

Members
  • Posts

    167
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by naaiz

  1. Start off by just adding this public void onPaint(Graphics2D gr) { int x = getMouse().getPosition().x; int y = getMouse().getPosition().y; gr.drawLine(0, y, 765, y); gr.drawLine(x, 0, x, 503); } Try and get that to work, after that you can expand.
  2. Got a 99 str 87 mage 60 att 45 def zerker, 140qp almost ready for bgloves. added you on skype.
  3. Throw this in your onpaint to show cursor crosshair: public void onPaint(Graphics2D gr) { int x = getMouse().getPosition().x; int y = getMouse().getPosition().y; gr.drawLine(0, y, 765, y); gr.drawLine(x, 0, x, 503); } To add strings, use the following: gr.drawString(String, x coordinate, y coordinate); for example: gr.drawstring("Fish cooked: " + fishescooked (or whatever variable you would use for this), 50, 100); For time elapsed, use something like this: public void onStart() { startTime = System.currentTimeMillis(); } public void onPaint(Graphics2D gr) { long timeElapsed = System.currentTimeMillis() - startTime; gr.setFont(new Font("Arial", Font.BOLD, 16)); long second = (timeElapsed / 1000) % 60; long minute = (timeElapsed / (1000 * 60)) % 60; long hour = (timeElapsed / (1000 * 60 * 60)) % 24; gr.setColor(Color.BLACK); gr.drawString(String.format("%02d:%02d:%02d", hour, minute, second), 337, 374); }
  4. if(getTrade().isFirstInterfaceOpen()) { getTrade().acceptTrade(); } never had any problems using that. could add a conditional sleep in beforehand to wait for the first interface to open.
  5. 60m negotiable, add me on skype
  6. Can do this, stunalch from 80, rest splashing. 40m
  7. naaiz

    pest control

    combat lvl? 100+ 10m 70+ 12m 40+ 14m edit: these are full void prices, the extra helm would be +2m pretty much
  8. Can do this for a nice price, hit me up on Skype (check my signature) & send me a pm here because Skype friend requests are acting funny lately.
  9. Can make you one for a nice price, just let me know details, add me on skype & pm me on here
  10. I personally started with C# after web languages and from my experience it has been a pretty solid base, pretty sure there are better languages out there to start off with though.
  11. Very solid, will definitely help out a lot of newcomers!
  12. 17.5m if you have 43 pray, hmu on skype
  13. 55m, skype in signature
  14. naaiz

    1-63 fish

    5m skype in signature
  15. Services completed for: 20-53 Thieving The Feud Temple of Ikov Troll Stronghold The Digsite Tourist Trap Desert Treasure Spoiler /w Screenshots
  16. Can do this for ~22m, feel free to add my skype, see siggy
×
×
  • Create New...