Jump to content

marcose

Members
  • Posts

    107
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About marcose

Profile Information

  • Gender
    Male
  • Location
    Into my house
  • Interests
    Today it's a wonderful day to go outside...

marcose's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. [Hidden post: You need reply to this topic to see it.]
  2. I can't find the great thing... Paypal and moneybookers give a payment report system by URL, whit a simple PHP code you can do this easy.
  3. I can't find the great thing... Paypal and moneybookers give a payment report system by URL, whit a simple PHP code you can do this easy.
  4. http://www.java2s.com/Tutorial/Java/0080__Statement-Control/Theifstatementsyntax.htm Check this post, to define an variable do this: Object x = 9; And if statement uses == to compare and get a boolean, in if statement you must need to use a boolean as parameter: int IO = 0; boolean bol = (IO == IO+1); //This will be false if(bol) { ... } another example can be (Thanks to Zoey76, from l2jserver): String IO = "Hello world"; String IO2 = "Hello world"; // The variable has the same value, they are equal but not == cause these aren't the same object. if(IO == IO2) //This will be false { ... } if(IO.equals(IO2)) //Will be true { ... } Java is simple, you must need to listen and read. @Offtopic: Cause I hate MELERIX, RLY HATE HIM (Agression level 99). Whatever i don't know what is wrong whit L2jServer. DP leader just use a paraser to do him work but never deleted old mobs from DB (I have done it in 1 day) HOW IT CAN BE POSSIBLE?. I guess L2jServer must need to change or add DP devolpers. I hope this will be useful for you.
  5. "New Idea", Still stealed from H5 Olympiad :] Put the credits :]
  6. I dont understand where is the big deal... just coloured A grade 2Handed Sword. And whit DUMB text to put in your server. Now it looks pretty cool?. huh?
  7. Hello guys, I was looking for something, then I found in a russian forum a L2OFF panthode Generator source (Old humordrawf). I guess if you gonna work whit this can make a L2j Pathnode generator but I dont have time. The program is based in Delphi, its an old language then isn't so faster but its helpful if you dont know where to start. http://static.l2com.ru/lineage2/soft/hd_pathnode_generator/hd_pathnode_generator_source.7z Have fun guys. PS: You can share anywhere whitout credits (Isn't my code).
  8. Like front ///fly, where is the big deal? I guess it dosn't have client modding for spacebar key down, just a command like ///fly :/
  9. "Smart CB", I never seen a stupid one. "Epic Share", FTW just a simple java code :/
×
×
  • Create New...