• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tut] Basic Java (with MapleStory-based examples)

Experienced Elementalist
Joined
Jan 16, 2013
Messages
284
Reaction score
53
Thanks for this, will be referring to it frequently in the future! :thumbup:
 
Newbie Spellweaver
Joined
Oct 9, 2011
Messages
23
Reaction score
1
Thumbs up! Thank you so much for this detailed explanation.
I previously had no idea what I was actually coding.
 
Junior Spellweaver
Joined
May 30, 2013
Messages
126
Reaction score
13
Really nice & useful guide. Here's a few typo I found while reading though. (I'm not done reading.)

Under Chapter 2.2
"
Variables are used to save information in and methos are pieces of code that do something (variables and"

I believe it's Methods so missing a "d". :)

Under Chapter 4.1.1
"x ^= y; // if only ONE of the 2 is two it returns with "true" -> in this case it's true"

I believe it's "if only ONE of the 2 is true"?

Under Chapter 4.1.2
"oldlevel = level++; // level is now 200 but random is 199."

Is "random" supposed to be oldlevel? And just to be sure, in this case, variable level would be 200 and variable oldlevel 199 right?

I'm not flamming or anything. You're human too so mistakes are normal. I'm just trying to help and make this guide perfect cause it's awesome. Or else, I wouldn't waste time pointing out typos.
 
Newbie Spellweaver
Joined
Nov 23, 2012
Messages
5
Reaction score
0
Not really easy to undestand for someone who just started Java.
 
Back
Top