Jump to content

Cockiezi

Members
  • Posts

    57
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Cockiezi's Achievements

Iron Poster

Iron Poster (3/10)

1

Reputation

  1. omg brown that acc is perfect
  2. lol try to do some quests and kill some goblins before u start botting, just to see if that affects at all. I'm interested to know. some jagex dude said on stream that they might add a trading lock for f2p players that can be unlocked by having enough quest points. (to fight against gold farmers)
  3. try adding a && !myPlayer().isAnimating()
  4. I still don't understand how it works lolo
  5. Hi guys, I just made my first script and it's an agility script for canifis rooftop course. It has shitty paint and is probably shitty overall, but so far it seems to be working well enough. (I got 45-50 agility while testing it) Here's the DL link: http://www.gamefront.com/files/24754837/CANIFISROOFTOPAGILITYSCRIPTERINO.rar Here's the code if u dont wanna DL it:
  6. Btw what I'm trying to accomplish has nothing to do with banking. It's for an agility script. Also now that I'm here, did the new java update break eclipse for any of you? Edit: https://www.eclipse.org/forums/index.php/t/956989/ I'm not the only one
  7. Soo would I be doing it the wrong way if I did this instead: if (placeA_A1.contains(myPlayer().getPosition()) || (placeA_A2.contains(myPlayer().getPosition()))){ return State.placeA; } Ofc I'd still need to define the areas, but it gets the job done. One problem with this is that when there's many areas in placeX, the if statement would get veeeeery long.
  8. lemme try that I'm getting an error with this: if (placeA.values().contains(myPlayer().getPosition())){ }
  9. Hi I'm new at this. idk how to say this, I'm trying to store multiple areas in an array. like placeA[3] <-- My array. placeA[0] = topLeftX, topLeftY, botRightX, botRightY placeA[1] = same as above but different values. placeA[2] = same as aboev but different values. http://i.imgur.com/Xz9iuHO.jpg I want to make this so I can check if my character is inside any of them.
  10. Just checking in, are you aware of the site problem I told you before? Step 1. Choose 07GP Step 2. Choose EUR Result: It will show you RS3 GP in EUR, when it should show 07 GP in EUR.
×
×
  • Create New...