Jump to content

d0zza

Scripter II
  • Posts

    780
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by d0zza

  1. You could use what Apaec wrote or you could even check if your player is in combat or under attack. if (myPlayer().isUnderAttack() || getCombat().isFighting()) { //We are in combat, run }
  2. Try changing the aspect ratio of your screen and see if that works
  3. As long as you have the font installed on your computer it will allow for any font you choose. Just use g.setFont()
  4. Are you running this on a vpn or on your own computer? I have a feeling it's got to do with your aspect ratio since the osbot client is not re sizeable.
  5. d0zza

    Clicking

    Well yes but he didn't specify anything like that in his original post?
×
×
  • Create New...