Some of them require something after the = in the first part to do anything... Like, to do what I'm doing now, you type: [font=wingdings(Ignore this.)][/font] Between the two boxed in like things, you would put your text. Also, ignore the (Ignore this.), I had to put something so you could see it.
IGN: Do you have any knowledge of ancient Egyptian culture?: Do you accept the terms of payment?: List your experience including screenshots of your work:
Minecraft has crashed! ---------------------- Minecraft has stopped running because it encountered a problem; Unexpected error This error has been saved to C:\Users\Nathan A. Hermann\AppData\Roaming\.minecraft\crash-reports\crash-2012-08-07_19.02.44-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone. --- BEGIN ERROR REPORT bef1fbb0 -------- Generated 8/7/12 7:02 PM - Minecraft Version: 1.3.1 - Operating System: Windows Vista (x86) version 6.1 - Java Version: 1.5.0_17, Sun Microsystems Inc. - Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc. - Memory: 479738528 bytes (457 MB) / 532807680 bytes (508 MB) up to 1065484288 bytes (1016 MB) - JVM Flags: 2 total; -Xms512m -Xmx1024m - LWJGL: 2.4.2 - OpenGL: ATI Mobility Radeon HD 4250 GL version 3.2.9711 Compatibility Profile Context, ATI Technologies Inc. - Is Modded: Probably not - Type: Client - Texture Pack: DomiCraft.zip - Profiler Position: N/A (disabled) java.lang.NullPointerException at asu.a(SourceFile:449) at ee.a(SourceFile:44) at bb.b(SourceFile:333) at asu.d(SourceFile:81) at atc.b(SourceFile:51) at net.minecraft.client.Minecraft.l(SourceFile:1261) at net.minecraft.client.Minecraft.J(SourceFile:583) at net.minecraft.client.Minecraft.run(SourceFile:535) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT 72e697fe ---------- (Also if anyone knows what i cant do to fix this let me know)
To make a photocopier, simply photocopy a mirror. Dreams are the subconscious mind’s way of reminding people to go to school naked and have their teeth fall out. Just an excerpt from one of the Fact Sphere's quotes from Portal 2
Code: <script type="text/javascript"> function meep (current, needed) { if (current < 17) { var currentexp = (17*current) } if (current > 16 && current < 31) { var currentexp = (272+(((1.5*((current-16)*(current-16))))+((18.5*(current-16))))); } if (current > 30) { var currentexp = (current*17 + Math.max(current-16.0)*Math.max(current-15.0)*1.5 + Math.max(current-31.0)*Math.max(current-30.0)*2); } if (needed < 17) { var neededexp = (17*needed) } if (needed > 16) { var neededexp = (272+(((1.5*((needed-16)*(needed-16))))+((18.5*(needed-16))))); } if (needed > 30) { var neededexp = (needed*17 + Math.max(needed-16.0)*Math.max(needed-15.0)*1.5 + Math.max(needed-31.0)*Math.max(needed-30.0)*2); } var exp = neededexp - currentexp; form.outputbox.value=exp; mobcalc(exp); } function mobcalc(exp) { form.tinyslime.value=Math.ceil(exp / 1); form.smallslime.value=Math.ceil(exp / 2); form.bigslime.value=Math.ceil(exp / 4); form.passive.value=Math.ceil(exp / 3)+"-"+Math.ceil(exp / 1); form.wolf.value=Math.ceil(exp / 3)+"-"+Math.ceil(exp / 1); form.blaze.value=Math.ceil(exp / 10); form.hostile.value=Math.ceil(exp / 5); form.bottle.value=Math.ceil(exp / 11)+"-"+Math.ceil(exp / 3); form.coal.value=Math.ceil(exp / 0)+"-"+Math.ceil(exp / 2); form.redstone.value=Math.ceil(exp / 1)+"-"+Math.ceil(exp / 5); form.lapis.value=Math.ceil(exp / 2)+"-"+Math.ceil(exp / 5); form.gems.value=Math.ceil(exp / 3)+"-"+Math.ceil(exp / 7); form.spawner.value=Math.ceil(exp / 18)+"-"+Math.ceil(exp / 40); form.smelting.value=Math.ceil(exp / 1); } </script> My exp calculator.