Jump to content

Swizzbeat

Members
  • Posts

    7986
  • Joined

  • Last visited

  • Days Won

    58
  • Feedback

    100%

Everything posted by Swizzbeat

  1. Of course, you have the sexiest GFX on the site ;)
  2. If I seriously have to sit there and constantly have people advertising/talking about their services I'm going to kill myself. Please put a rule in place that limits service talk, such as a set time limit of 10 or so minutes to post about your service.
  3. Blue/white color scheme and if its animated that would be awesome EDIT: Size should be 130x130.
  4. Go back to kitchen pls Apparently kelly is smarter then you ;)
  5. Just as a suggestion you should use regex for finding the parameters. It's a whole lot less code and in general more effective and easier to maintain. //finds the gamepack jar Pattern aPattern = Pattern.compile("archive=(.*) "); //first group represents the parameter name and the next is the value Pattern pPattern = Pattern.compile("<param name=\"?([^\"]+)\"?\\s+value=\"?([^\"]*)\"?>"); Then use the Matcher class to find matches in the page source.
  6. Nevermind you're right this API is freaken horrible.
  7. Fixed it right after I changed it :p it's 2 in the morning my brains a little loopy!
  8. This is just an array for all the possible worlds people can hop to without the PvP ones. I don't think anyone really cares if their on an American/Germany server :p
  9. Hmm so my original code was right I just need to add a min/max value in....I'll fix when I get on a computer!
  10. Hmm I always thought the random method started at 1 my apologies then, I'll fix now. Thanks to both
  11. The first index of an array is zero, however the length method returns the total number of items in the array not taking this into account.
  12. public static int[] WORLDS = {301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 321, 322, 326, 327, 328, 329, 330, 333, 334, 335, 336, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378}; And to hop to a random one: new WorldHopper(MethodProvider).hopWorld(WORLDS[random(WORLDS.length)]); Had to make this last night and might save someone a couple minutes This list CONTAINS F2P worlds: 308, 316 This list DOES NOT CONTAIN PvP worlds: 325, 337
  13. Woah that's pretty nice, didn't know people actually made skillers anymore
  14. Tbh I'm kinda scared at that proposal
  15. You literally understand nothing of the situation or why I'm even mad. Kids like Wiz are why everyone's scared to do shit now, hell I cut my finger at work yesterday and my boss starts pampering my ass because some people would sue for that. He needs to quit being a pussy, that's what I can't stand about him. He doesn't even have the balls to make his own offensive language thread and instead has @H0ppy do it for him. I can say whatever the fuck I want, as can anyone else.
  16. Every single one of my scripts has had a free counterpart before Wiz even started with this. Your point is completely irrelevant.
×
×
  • Create New...