Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Katz

Pages: [1] 2 3 4 5 6 ... 10
1
General Discussion / Re: older blockland user check-in.
« on: August 28, 2017, 07:34:15 PM »
Huh, it's been almost 5 years since the last time I was here. Hi.

2
Help / Re: Ownership Saving Issue
« on: October 05, 2012, 06:37:48 PM »
Bump

Can somebody please help with this?

3
Help / Re: Ownership Saving Issue
« on: October 02, 2012, 06:20:36 PM »
No, this is not the issue at all, that has been explained already.
Entire builds, including the baseplate they are on, that should belong to someone else, are suddenly being loaded as mine.
I have never turned off save/load ownership
For me, everything except the baseplate that the build is on, is saved as mine.

4
Help / Re: Ownership Saving Issue
« on: October 01, 2012, 06:41:07 PM »
Bumb, can I please get some help on this?

5
Help / Re: Ownership Saving Issue
« on: September 27, 2012, 08:28:40 PM »
When saving or loading a build, the brick's ownership is determined by the ownership of the baseplate it's on. Only baseplates save ownership - and by that I mean the brick supporting the rest of the bricks.
When I save, the baseplates are owned by whoever built it. After the load, I check, and the baseplate / bottom bricks always have the correct ownership, but the top bricks a few bricks off the ground are saved as mine when they shouldn't be. Sorry if this is hard to comprehend, but it's not too easy to explain. I can draw what's happening if needed.

6
Help / Ownership Saving Issue
« on: September 26, 2012, 08:16:35 PM »
Everytime I save the bricks, close the server, open it again later, then load the bricks, the ownerships of the bricks have screwed up. Completely random bricks that are owned by others end up with my ownership, but the rest of their bricks are perfectly fine. My bricks that I made are still fine. When I save the bricks, it is checked to save the owners, and same for when I load the bricks. This has been extremely annoying because everyone can't build half of their builds without my trust.

7
Clan Discussion / Re: World of Blockland [WoB] - New Clan!
« on: September 24, 2012, 11:07:52 PM »
Members
You must have at least a Member's rank in order to be put on this list. If you are not put here, and you should, then just contact me.

  • Katz (Head of clan, Host of server)
  • Khaz (Admin)

8
Clan Discussion / World of Blockland [WoB] - New Clan!
« on: September 24, 2012, 11:06:16 PM »
World of BLOCKLAND
Graphic coming soon!
Disclaimer: World of Blockland is NOT related to World of Warcraft in any way!

WoB is an attempt at a unique clan, where we capture the essence of both Blockland and anyone is allowed to join, but you are considered a true member when you help out the clan. We try to change things up every now and then to keep everything interesting and exciting.


Current World: Space RP -WIP
Current Project: Space RP

News
  • 9/25/2012 - The clan has been officially created, we hope that it is a wonderful success!

Projects
Space RP
Server's current world. Work in progress, anyone may help.

To view full project: Space RP Album

The current progress on the first station.

The first real project of the clan! Space RP is just as the title suggests, except that you can do nearly whatever the hell you want (except breaking obvious server-wide rules) and it is based mainly off of the game Space Station 13 (Wiki). The game is free, awesome, confusing (read through wiki), and random as hell. I suggest you check it out and maybe even give a go at playing it (probably will die)!

This is currently a work in progress, so you can come by whenever the server's open and build anything space related. If it is good enough, it will be accepted into the final build.
We are currently looking for builds of:
  • space ships
  • small space stations
  • abandoned or worn down space stations
  • space rocks such as asteroids, planetoids, etc.
  • alien creations
  • random space debris or junk
  • unique structures
  • plants and alien plants

Ranks
In order to be part of the clan, just put 'WoB-' in the prefix, or '-WoB' in the suffix.

  • Guest - Just as the name says.
  • Newbie - A new player to WoB! Anyone with the WoB clan tag.
  • Member - A player who has helped out or contributed to the clan.
  • Greeter - The person to ask for help. Must be a member of WoB, just ask an admin to become one. You are trusted with helping new players and being friendly, you're status may be removed if you do not do this.
  • Builder - An excellent builder who has helped with many of the clan's projects' architecture.
  • Eventer - An excellent eventer who has created unique contraptions for the clan.
  • VIP - Usually a well-known player from another server. Treat them with respect.
  • Admin / SAdmin - The admins of the server. Usually they are long-term members of the clan or trusted friends. Either way, they deserve their rank.
  • Host - The host of the server and the head of the clan. (This is currently me, Katz)
Additional Info
Rules
Type /rules while in a WoB server to read the rules.
  • DO NOT ask for admin, ever! You may get kicked or banned.
  • NO racism, loveism, offensive behavior, or anything similar!
  • NO spam type builds, unless used as decoration or art! Your builds will most likely be deleted.
  • Please use at least half-decent grammar and spelling. If you do not follow this rule, you most likely won't get helped.
  • DO NOT spam the chat.
  • DO NOT annoy other players while they are building, working, or if they ask you to stop. This includes firing weapons constantly, playing loud sounds, and blocking their view.
  • DO NOT ask for the host's trust unless you have a VERY good reason.

9
Modification Help / Re: serverCmd Function Not Working as Expected
« on: September 12, 2012, 10:44:16 PM »
Wow, how did I not see that. I'm so used to using other languages that don't need the global and local symbols that I guess I screwed myself over. Thanks anyways!

10
Modification Help / (Solved)
« on: September 12, 2012, 10:32:44 PM »
So I'm beginning to program things in TorqueScript, and I'm trying to make a serverCmd function.

Code: [Select]
function serverCmdRules(%client, %ruleNum) {
if(!ruleNum) {
messageClient(%client, ' ', "[unimportant message]");
return;
}

switch(%ruleNum) {
case 1:
messageClient(%client, '', "Rule #1");
case 2:
messageClient(%client, '', "Rule #2");
case 3:
messageClient(%client, '', "Rule #3");
// so on . . .
default:
messageClient(%client, '', "[another unimportant message]");
}
}

What I want it to do is when I type '/rules' it will display the unimportant message. When you type '/rules 1' I would want it to skip the unimportant message and display the info about the rule.

So when I type '/rules' that part does as I want, but when I type '/rules 1' it still only displays the unimportant message and doesn't display the info about the rule. When I execute the file, the console says that the 2nd line always defaults to 0, but I'm not sure how to fix this.

All help would be appreciated.

11
Gallery / Re: Gothic Styled Buildings. [Being Added To]
« on: July 16, 2010, 09:23:29 PM »
I like em! Though the bedroom makes them seam less gothicy.

12
General Discussion / Re: Creating a Clan
« on: July 15, 2010, 11:22:11 PM »
There's already a topic like this, but it's ten times better, with a better layout, and isn't a wall of text.
May I have link?

13
General Discussion / Creating a Clan
« on: July 15, 2010, 03:59:32 PM »
Creating a clan is more complicated than you think. Creating a clan requires time and effort. I have made this thread to help the people who wish to create a clan, but do not know how. If you wish to create a clan, then you can't instantly say "Hey, I'm going to create a clan, then everyone will like me!", you have to think it through. If you wish to create a clan, you must have friends to help you along the way. Those friends mustn't be any random old friends, they have to be good Blocklanders, they have to be people you know, and have known, the must know you. The friends and you are the core of the clan. Now, if you wish to create a clan, keep in mind that clans can become communities. If you wish to simply create a community itself, it'll be harder than a clan. A clan is a group, they may freely make decisions and are quite exact with what they are doing. Communities are bigger, they are parts of Blockland, they are to help other fellow Blocklanders. If you would like to create a clan or community, you have to have your friends decide this too. Two friends is a little too small, but will work, I suggest 3 friends or more. When creating a clan or community, you mustn't leave out your friends. When you start, your group, must decide if they would like a clan, or a community. The group will have to think of the advantages and disadvantages of each. Once this is complete, you shouldn't vote, you'll have to say your final decision, and listen to others. If you all don't agree on one, then you'll have to keep working together to decide. Once you have decided clan or community, your group will have to have a purpose for it. The purpose is very important, this will help with the other decisions. A good purpose is to help newcomers learn how to build or event. Once this is done, you may think of the name, the name is like a road sign, it shows where people are headed. The name must be well thought out, it must be related to the purpose. No creating a website, or forum page yet. You have to try out the clan with your group, see if you like it, then you'll let others know of it, you'll help them and introduce them to your clan or community. If your group is a clan, then you may want to make some simple clan builds or so. If your group likes the clan or community, then you may continue one. If it's not too great, then you'd probably prefer joining a community or clan, and seeing how they handle theirs. Once your group decides that the clan or community is good, enjoyable, and helpful, then you may make a thread and/or website. Your thread and/or website must contain the history of how your clan started, and how it will help others. This is the correct way to create a clan. If you have any questions, comments, or want me to add anything, then please post.

14
Gallery / Re: Snail's Demo House of no return.
« on: July 14, 2010, 12:00:15 PM »
That's just the default demo haunted mansion build with a few emitters and bots added...

15
Suggestions & Requests / Re: Arch Windows
« on: July 12, 2010, 07:00:49 PM »

This way is think if you wan't the actuall 'window' feel. While the round top is 1 brick thick, and can come out of the sides of walls, instead of using ramp bricks.

Pages: [1] 2 3 4 5 6 ... 10