Jump to content

Tom

Scripter III
  • Posts

    5258
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. I'd work on that walk to bank state a bit, its poorly designed and full of patterns. Conditional Sleeps are ideal, as they will wait until a condition is true, or the time out has been reached (user defined).
  2. Tom

    I am who I say

    Dont photoshop my photo for your advertisement purposes
  3. Tom

    I am who I say

    ye alright for da ladz
  4. You been here 2 years and still only 55 posts, stuff like this better be why
  5. Tom

    I am who I say

    Because thats not allowed here silly
  6. Tom

    I am who I say

    I don't doubt that at all
  7. Tom

    I am who I say

    Yeah man the veins take time, thanks
  8. Tom

    I am who I say

    Whats so funny man
  9. You all wanted proof that I am who I say I am:
  10. And your cat has a fuckin frog hat, yet you dont see me complaining
  11. I believe there was a rule in the spam section, something about no weebs
  12. fuk off gh0st ur life should be removed
  13. That shit died in 2011, it needs to be replaced with something more recent. HAHAHA So fucking funny! Much edge very wow! Wtf is that shit honestly, replace it with kappa atleast because thats actually being used, as much as I hate it I will accept it.
  14. if(!this.myPlayer().isUnderAttack() && !Cow.isUnderAttack() && !this.myPlayer().isAnimating()){ Cow.interact("Attack"); }
  15. You could debug the game and find the walking animation and the standing animation, then its just a matter of if(cow.getAnimation() == #### ){ etc } But who can be bothered doing that
  16. The cows tend to roam around a bit, so isAnimating might lose a lot of script effectiveness
  17. You can also check for multiple items using the string values as well if(inventory.contains("feather", "cheese", "penis") {
  18. Good antiban is good code, check yourself before you wreck yourself m8
  19. There is a better way to do this, but I don't know if it is what you want. You can have you entire paint in another class, then just add it as the paint listener on script start, or where ever you need it. I think its like, script.addPaintListener(new YOURPAINTCLASS) Then just implement the paint listener in that class and tada you're done
  20. There should be an isUnderAttack method for the cow as well
×
×
  • Create New...