Jump to content




The Ctrl+V Game


  • This topic is locked This topic is locked
860 replies to this topic

#461 Dragon53535

  • Members
  • 973 posts
  • LocationIn the Matrix

Posted 18 October 2013 - 10:50 PM

2013-10-18 22:54:03 [INFO] [STDERR] java.lang.NullPointerException
2013-10-18 22:54:03 [INFO] [STDERR] at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:90)
2013-10-18 22:54:03 [INFO] [STDERR] at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:520)
2013-10-18 22:54:03 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1220)
2013-10-18 22:54:03 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:987)
2013-10-18 22:54:03 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
2013-10-18 22:54:03 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2013-10-18 22:54:03 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

The error for my FTB crash D:

#462 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 19 October 2013 - 03:07 AM

Herbgarden

I was annoying my friend through Skype

#463 M4sh3dP0t4t03

  • Members
  • 255 posts
  • LocationGermany

Posted 19 October 2013 - 03:20 AM

public boolean itemInteractionForEntity(ItemStack stack, EntityPlayer player, EntityLivingBase target)
I was doing some mineraft modding.

#464 adencraft2000

  • Members
  • 43 posts

Posted 19 October 2013 - 09:09 PM

http://www.minecraft.../page__st__2860

#465 Zambonie

  • Members
  • 477 posts
  • LocationSpring Hill, Fl

Posted 21 October 2013 - 04:37 PM

Team A
Old total: 80
New total: 75
Just...Doing something illeagal. Lol Jk.

#466 adencraft2000

  • Members
  • 43 posts

Posted 21 October 2013 - 07:25 PM

-- defines a factorial function
function fact (n)
if n == 0 then
return 1
else
return n * fact(n-1)
end
end

print("enter a number:")
a = io.read("*number") -- read a number
print(fact(a))

I apparently copyed part of the "Programming in LUA"

#467 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 21 October 2013 - 07:37 PM

Quote



I had a newline on my clipboard...?

#468 adencraft2000

  • Members
  • 43 posts

Posted 21 October 2013 - 09:51 PM

for a = 1, 12 do
for b = 1, 12 do
  print(b.."x"..a.." = "..b*a)
end
print("")
end
A simple lua script I wrote, Prints:
Spoiler


#469 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 22 October 2013 - 12:42 PM

View PostHellkid98, on 12 October 2013 - 06:46 AM, said:

8/10 Reminds me of anime :D (Even though I liked your old one better :P)


#470 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 22 October 2013 - 06:13 PM

View PostPixelToast, on 28 September 2013 - 11:39 PM, said:

Posted Image
we have been able to do this the whole time

the turtle can use rednet, just aslong as its attached to a solid block
c_c


#471 jay5476

  • Members
  • 289 posts

Posted 23 October 2013 - 04:46 AM

function loadSYS() -- exclude
local func = sys
   for  _, func in pairs(sys) do
      _G[func] = func
   end
end
Touch Lua ( iOS app )
simple code to load the system API into _G
ain't nobody got time to write
system.sleep system.clear etc.

#472 Zambonie

  • Members
  • 477 posts
  • LocationSpring Hill, Fl

Posted 23 October 2013 - 03:10 PM

pastebin get qpV90qbM wolf3d
Just looking at stuff :P

#473 lieudusty

  • Members
  • 419 posts

Posted 23 October 2013 - 06:54 PM

From the ban game :)

Spoiler
[/size][/color][/font]

#474 M4sh3dP0t4t03

  • Members
  • 255 posts
  • LocationGermany

Posted 26 October 2013 - 09:26 AM

((Number) arguments[0]).intValue()
I was just doing some stuff minecraft modding. I still don't understand why I can't dircectly cast from float to int in java.

#475 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 26 October 2013 - 09:36 AM

$user = "*****";
$db = "*****";
$pass = "*****";
$host = "*****";

$con = mysqli_connect($host,$user,$pass,$db);

I was moving this from all my PHP files to one file. And, my database details are not all *****.

#476 M4sh3dP0t4t03

  • Members
  • 255 posts
  • LocationGermany

Posted 26 October 2013 - 04:03 PM

Spoiler
This is just the code that I'm currently using to do OOP in Lua.

#477 lieudusty

  • Members
  • 419 posts

Posted 26 October 2013 - 08:37 PM

top level

(No idea why I had this in my clipboard)

#478 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 27 October 2013 - 11:00 AM

thatcraniumguy.net:25566



#479 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 27 October 2013 - 11:02 AM

https://github.com/K...o/fb-moonscript

#480 Wojbie

  • Members
  • 631 posts
  • LocationKinda lost

Posted 27 October 2013 - 11:12 AM

unique





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users