Terraria Megathread V3 - Wheres that map drawer program again?
4,691 replies, posted
Still giving away free stuff, just take a pick from my inventory
[img]http://img263.imageshack.us/img263/6483/itemsnu.png[/img]
[QUOTE=jordz;30097111]Still giving away free stuff, just take a pick from my inventory
[img]http://img263.imageshack.us/img263/6483/itemsnu.png[/img][/QUOTE]
AWESOME! If im allowed more than 1 item, could i have the hellstone forge and the armour? if just one, the water scepter or the forge thanks
[QUOTE=max hammer1;30097324]AWESOME! If im allowed more than 1 item, could i have the hellstone forge and the armour? if just one, the water scepter or the forge thanks[/QUOTE]
you can have both, i just need a server so we can trade (im unable to host a server)
[QUOTE=jordz;30097111]Still giving away free stuff, just take a pick from my inventory
[img]http://img263.imageshack.us/img263/6483/itemsnu.png[/img][/QUOTE]
Some of those life crystals would be nice, I can host a server.
[QUOTE=jordz;30097341]you can have both, i just need a server so we can trade (im unable to host a server)[/QUOTE]
allright cool - also, i have trouble connecting to servers - i have never been able to - any tips?
[QUOTE=Painseeker;30097361]Some of those life crystals would be nice, I can host a server.[/QUOTE]
host a server for us, we could use it to do all this giveaway stuff as well while its up
[QUOTE=jordz;30097379]host a server for us, we could use it to do all this giveaway stuff as well while its up[/QUOTE]
oh yeah i also need 3 more life crystals till full health but if the other guy needs em more, he can have them
[QUOTE=jordz;30096827]Okay i'm feeling generous, i'm gonna give anything in my inventory away thats not crossed out, its first come first serve so be quick and PM me which ones you want
[img]http://img813.imageshack.us/img813/3383/itemsn.png[/img][/QUOTE]
I wanted tgat vile/glowing shroom so much :(
Okay, you guys can use 86.9.20.120
Password is fp
Update on items- still going away free
[img]http://img194.imageshack.us/img194/5444/unledjb.png[/img]
also if you want anything use
ip: 86.9.20.120
password is fp
[URL=http://filesmelt.com/][IMG]http://filesmelt.com/dl/terraria.gif[/IMG][/URL]
Thats what i get everytime i try to connect to a server
[QUOTE=max hammer1;30097512]image[/QUOTE]
Is Terraria allowed in your firewall?
[QUOTE=Painseeker;30097521]Is Terraria allowed in your firewall?[/QUOTE]
I dont think i have a firewall :S if i do, how do i let terraria pass through?
[QUOTE=max hammer1;30097551]I dont think i have a firewall :S if i do, how do i let terraria pass through?[/QUOTE]
Assuming you're using Windows, look up windows firewall in the start menu. You should be able to add it and enable it from there.
[QUOTE=max hammer1;30097551]I dont think i have a firewall :S if i do, how do i let terraria pass through?[/QUOTE]
Control Panel > Security > Allow a program through Windows Firewall
Click 'Add Program' and find Terraria's exe file in your Steam folders
Has anyone else found Pinky? It's a rare pink slime that drops a lot of money. Just found one.
[QUOTE=Chaohord;30097603]Control Panel > Security > Allow a program through Windows Firewall
Click 'Add Program' and find Terraria's exe file in your Steam folders[/QUOTE]
Argh it didnt show up but probs coz i was a pirate (bad me) oh well i guess i should probably stop being a cheapskate and buy it... oh well :) great game deserves it
[highlight](User was banned for this post ("Warez" - Starpluck))[/highlight]
[highlight](User was banned for this post ("Warez" - Starpluck))[/highlight]
[QUOTE=lolracoon;30097681]Has anyone else found Pinky? It's a rare pink slime that drops a lot of money. Just found one.[/QUOTE]
I've found at least like 10 of them
Update on items-found some new stuff
[img]http://img269.imageshack.us/img269/746/unledjy.png[/img]
if you want anything PM me for details
[QUOTE=lolracoon;30097681]Has anyone else found Pinky? It's a rare pink slime that drops a lot of money. Just found one.[/QUOTE]
I spawned next to one and ended up killing it with a wooden sword
i'm still waiting to see if the dryad shows up
[editline]28th May 2011[/editline]
[QUOTE=jordz;30097747]Update on items-found some new stuff
[img]http://img269.imageshack.us/img269/746/unledjy.png[/img]
if you want anything PM me for details[/QUOTE]
I hate how the icons are stretched
look at the armor compared to the grass blade
Trading a red balloon, any offers?
[QUOTE=jordz;30097747]Update on items-found some new stuff
[img]http://img269.imageshack.us/img269/746/unledjy.png[/img]
if you want anything PM me for details[/QUOTE]
What is that three in from the bottom right?
Depth meter IIRC
[QUOTE=jordz;30097747]Update on items-found some new stuff
[img]http://img269.imageshack.us/img269/746/unledjy.png[/img]
if you want anything PM me for details[/QUOTE]
Could I have the demonite helmet and chest? and the boots if possible (not too fussed)
if you wear two pairs of hermes boots do you run even faster?
I don't know if they stack or not
Edit:
turns out they don't stack
[editline]28th May 2011[/editline]
Still giving the free stuff out you guys, PM for more info
[img]http://img827.imageshack.us/img827/4651/unledxep.png[/img]
wrong thread my bad.
[QUOTE=high;30094151]Not possible as TNT is handled client side. When the TNT goes off the client literally spams the Kill Tile packet.
[csharp]for (int num42 = num33; num42 <= maxTilesX; num42++)
{
for (int num43 = num35; num43 <= maxTilesY; num43++)
{
WorldGen.KillTile(num42, num43, false, false, false);
if (!Main.tile[num42, num43].active && (Main.netMode == 1))
{
NetMessage.SendData(0x11, -1, -1, "", 0, (float) num42, (float) num43, 0f);
}
}
}[/csharp]
Which there is no way to tell the origin of the Kill Tile packet.
Could probably put a throttle on Kill Tile so that if someone is sending too many they get dropped.[/QUOTE]
Oh wow. Oh fucking wow.
We have a new Notch here, gentlemen.
[QUOTE=Dlaor-guy;30098245]Oh wow. Oh fucking wow.
We have a new Notch here, gentlemen.[/QUOTE]
You haven't seen the rest of the code. Really, instead of using switch statements, he goes if (type == x) {} else if (type == x) to define items and NPCs.
Still got quite a bit left up for grabs.
[img]http://img580.imageshack.us/img580/3166/unledsx.png[/img]
Sorry, you need to Log In to post a reply to this thread.