Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/22/14 in all areas

  1. here is some more detail on area's if you have a area you want to make imagine a square has four edges, you need to diagonally oppersite edges to make that square in your script. Look at the image below: I have wrote down two sets of X & Y co'ordinates. The top left and the top right. So top left you have X = 1318 and Y = 3238. Bottom right we have X = 1320 and Y = 3240. Now you have your box or area. We need to put this into our script. We first need to declare the area. This can put put at the top of your script under: public class YourScriptName extends Script { // put area declaration here so what code do we put? ok so look at the code below then i'l explain it. Area areaName = new Area(1234,1234,1234,1234); ok so look at the code above. We have Area which you should always put first, its saying you are going to declare a new area. then you see ' areaName ' this is going to be the name of your area so you could call it something like ' bankArea ' or ' cuttingArea ' just make sure its one word no spaces. You can use underscores if you wish. Use basic variable naming conventions. After the name of our area we have four co'ordinates 1234 1234 1234 1234 these are the X and Y co'ordinates. If we use the picture above i showed you as an example it would be: Area areaName = new Area(1320,3240,1318,3238); notice i put the bottom right set first, then the top right set. This is how i was told to do it when i learnt and its worked for me in all my scripts, there may be other ways as Josed said above. So now you have delcared your area at the top of your script you need to use that code. So lets have another example. Imagine if you will that you want to know if your player is in a bank. You can use something like this: if(areaName.contains(myPlayer()) { // do something } I have used the same area name as before so not to confuse you but you put the name of your area. then a full stop and then you can test that area for players, variables, objects etc. I have chosen to use myPlayer() as we wanted to check if our player was within an area. if you need any more help post back here ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ SECOND POST FOR YOU. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ also here is an example gui class is just whipped up for you, i tried to comment most of it so you can follow whats happening, any question post here.
    3 points
  2. JW how everyone is doing and who's still here
    3 points
  3. 2 points
  4. Threads like this still make me laugh. We didn't hack you, we don't need your 10 dollars worth of gold.
    2 points
  5. Made a Zybez Lister a long time ago when Mikasa asked about one. That one started off with only allowing 1 item at a time, then someone paid me 45m to expand it to 20 items. Logs into Curse. 20 Items. (10/10 split) Auto saves item urls and prices to and loads from a config file. Posts every ~5 minutes. The check box will determine if the item will be posted or not. Say you are selling Lobsters and you run out. You will obviously not want to post the selling offer anymore and you need some time to know a good buying price. Uncheck the box and it will no longer continue posting. Other stuff is pretty self explanitory. Btw the post countdown is not working lol.. I'm currently thinking about doing a v2 rework.
    1 point
  6. 1 point
  7. give up > start again > bot again > rinse > repeat
    1 point
  8. Ok so this is what id call a premium script. Best one ive tried so far.. Only complaints in my hour of using it so far, is a lack of looting.. idk if it has tiers of value in what it considers picking up? it doesnt pick up only what i dont want it to which is nice, dont know if its intention or not lol. Second, is the movement using the minimap, it looks a bit weird and like someone is trying to run to crabs while afking. really not a deal breaker. Third, my guy in some worlds will run into the forest and back. Randomly. Im not sure why and ill investigate further. The thing with crabs is its such a populated area in every world it makes me very nervous to run here. Ill be keeping an eye for final opinions after my trial is up. But so far with the smoothness and humanlikeness i give it a solid 9/10.
    1 point
  9. Yeah, i get that she wants to move away from the Hannah Montana shit. But for fucks sake, you don't have to be so over the top with it, if she wasn't trying to twerk so much, i would have much more respect for her for trying to be different. She looks good either way, but damn i'm undecided.
    1 point
  10. wttf!?!?!?!? she was so gorgeous and beautiful back in the day, and her voice really is sweet, now she looks like crap but her voice is still really nice yup thats miley
    1 point
  11. botnuke anyone? all the nmz hosters are gone and shark price raised LOL
    1 point
  12. 1 point
  13. As you wish I wouldn't last
    1 point
  14. i dont know if this is good or bad, but i actually enjoyed the song haha..... haven't heard it in years haha
    1 point
  15. Another quality post by The Hero of Time
    1 point
  16. Can you tell that chick to move, she's blocking my view of the pool
    1 point
  17. HI POOR, I'M ARCTIC.
    1 point
  18. Didn't you scam quit or something?
    1 point
  19. Is there a pool in that picture? Must have missed it.
    1 point
  20. If im doing some quests and multiple skills in the day does that make it less chance to hopefully not be banned :p
    1 point
  21. I love how you NOW care about bans and ban rates only after your first ban. You never cared before?
    1 point
  22. Sounds like you have one hell of a drive, keep going! If there's one thing I've learned these past few months it's that continuous hard work pays off. That's exactly my point my mistake if it was worded poorly.
    1 point
  23. I wholeheartedly disagree with this. If you go through school memorizing, you're doing it wrong. You should have an understanding of how things work and reference material as needed.
    1 point
  24. That's the same reason I like your mom too. She never says no
    1 point
  25. If you have the Windows install disc, load it in and wait for it to boot off the CD, then when you're at the menu, choose 'repair computer'
    1 point
  26. The problem with a program like this is, it is only GOOD if you/a couple people have it. Also if I did release it I don't think I would do it for free. This program so far has made my buyers life so much easier. Along with making him easy millions.
    1 point
×
×
  • Create New...