Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Broojo02

Members
  • Posts

    304
  • Joined

  • Last visited

    Never

Everything posted by Broojo02

  1. Lol yeah my code is fail :P Maybe if I changed it so it went to A then it would include the z. Assuming that is the order of the characters. I shall change it accordingly you programming perfectionists. XD
  2. class Alphabet { public static void main(String[] args) { for (int i = 0; i < 1000; i++) { for (char ch = a; ch < A; ch++) { System.out.print(ch); } } System.out.println("Now I know my abc, you can go fuck yourself"); } } Edited, geez guys :P
  3. The bottom right corner has an extra pixel, plus the jpg's compression is rather high so the corners are a bit messy.
  4. Lol, this one is crazy.
  5. Broojo02

    Eclipse Con

    I'm up for a UK thing.
  6. Make sure its the first item on the list, that is the one that shows up in the Gold: part of the GUI.
  7. Still, the line of code doesn't make sense If GetPlayerLevel(attacker) > 15 < GetPlayerLevel(victim) Then Its like saying if player level is greater than 15 which is in turn less than victim level.
  8. Yeah you could do a check to see if picSpeech is visible and if the text in the lbl is equal to the text in the npc. If so then don't let him move, it will have to be done client and server side.
  9. I remember the good old days when Athene would post world of warcraft videos.
  10. Incorrect, I don't guess, I KNOW that SnowStorm is going to post next.
  11. Broojo02

    Question?

    @popek1: > But this film depicting the eclipse orgins http://www.youtube.com/watch?v=8KKlemwjyo8 Mr. Robin came with the appearance of the entire program to the crystalshire gui and not about how great it looks really gui Has anyone really been far even as decided to use even go want to do look more like? But yeah just buy Crystalshire developer's edition and you have that nice GUI :)
  12. You will need Visual Basic 6 to do the above, you open up the client.vbp file and search for the line that Lightening just gave you with Ctrl-F.
  13. Broojo02

    Europe

    I think this year the rest of europe wasn't too bad, the songs seemed a lot more serious than what we had a few years ago, moldova being the exception.
  14. You might have to reload the server if you haven't already :)
  15. I would play it a little bit :)
  16. Ok once you have set the NPC to appear on the map in properties you have to go back to the main map editor and on the attributes frame select the "NPC Spawn" option, there you will be given a list of NPCs that you have already added to the map, with one NPC selected you can set the direction they initially face with the horizontal scroll bar and then click OK. After that click anywhere on the map to set its spawn point. Long story short, use the NPC Spawn tile attribute.
  17. No YOU'RE WRONG :P I was adding to what Schnurman said but yeah he wasn't asking for source code, I see where you're getting from.
  18. Updated, okay the animations are still sent from the serverloop function BUT they now only send if there is at least 1 player on that map. This should optimise the server for games with relatively few players and animations.
  19. Yeah Mirage Realms had it, entirely plausible.
  20. Broojo02

    Gui movement.

    Theres always paint.net, has most of photoshop's features.
×
×
  • Create New...