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 - Anastasia

Pages: [1]
1
Suggestions & Requests / Re: Slide-Jets?
« on: September 19, 2013, 08:54:48 AM »
yes.

it's basically for an AT.
Air gear?

2
Off Topic / Re: let's start putting bread in the name of games
« on: August 07, 2013, 03:43:02 AM »
Bread faction: Armageddon
Super wheat boy

3
General Discussion / Re: Block Art Online
« on: August 07, 2013, 03:24:41 AM »
magic
This is supposed to be based off of Sword Art Online.. right?

4
Add-Ons / Re: Community-Voting Colorset v2 (Democracy woo)
« on: July 29, 2013, 08:46:52 PM »
here's an idea:

Why don't you make a website that has some fancy javascript or php code that allows colorsets to be made
as well as a client mod that allows you to browse colorsets and download them directly from the website (using tcp objects and GET)

You can also use this method to post colorsets from blockland to the website


Edit:

You could add a feature for a few colorsets people could edit and modify

5
Add-Ons / Re: Server Music
« on: July 29, 2013, 03:29:39 PM »
Code: [Select]
%chance = getRandom(1, 22);
switch(%chance)
{
case 1:
$SM_CurrentSong = "After School Special";
case 2:
$SM_CurrentSong = "Acland Suite";
case 3:
$SM_CurrentSong = "Ambler";
case 4:
$SM_CurrentSong = "Animal Rights";
case 5:
$SM_CurrentSong = "Bangarang";
case 6:
$SM_CurrentSong = "Bass 1";
case 7:
$SM_CurrentSong = "Drums";
case 8:
$SM_CurrentSong = "Factory";
case 9:
$SM_CurrentSong = "Harold";
case 10:
$SM_CurrentSong = "Icy";
case 11:
$SM_CurrentSong = "Jaunty Gumption";
case 12:
$SM_CurrentSong = "Jungle";
case 13:
$SM_CurrentSong = "Lights";
case 14:
$SM_CurrentSong = "Mellowtron";
case 15:
$SM_CurrentSong = "Move Forward";
case 16:
$SM_CurrentSong = "Peaceful";
case 17:
$SM_CurrentSong = "Piano Bass";
case 18:
$SM_CurrentSong = "Pinball Spring";
case 19:
$SM_CurrentSong = "Radioactive";
case 20:
$SM_CurrentSong = "Rock";
case 21:
$SM_CurrentSong = "Silly Fun";
case 22:
$SM_CurrentSong = "What No Universe";
default:
$SM_CurrentSong = "After School Special";
$SM_CurrentSongAuthor = "Eric Hartman";
}
Why did you hard code this

6
Add-Ons / Re: Ana's Tree Brick
« on: July 24, 2013, 03:55:10 PM »
I'm pretty sure that this won't work for people who joined Blockland after the Shadows and Shaders update. Because I think that the tree model is no longer added to your files.
really?
okay, updated file with tree stuff

okay then

7
Add-Ons / Ana's Tree Brick
« on: July 24, 2013, 03:46:10 PM »
Ana's Tree Brick
Ooh! What a fancy brick!

Description
Each brick planted spawns a tree next to it in the direction the brick is facing.

You can use the /clearTrees command as an admin to clear all the trees

A maximum of 50 trees can be visible at once.

The Brick output events; hideTree and showTree will make the tree visible or not depending on the event
This brick also adds the onTreeActivated input event, which is called when a tree is clicked

A picture of a tree next to it's spawn brick


A picture of an entire tree


Installation
Put Brick_AnaTree.zip into the Add-Ons folder in your Blockland folder.

Download
Brick_AnaTree.zip

8
Suggestions & Requests / Re: RayCasting, Rendering, Collision Wand?
« on: July 03, 2013, 08:28:08 AM »
I made you a wand for this.

/PropertyWand
/PropertiesWand
/PropWand
/PWand
, All quick wield the tool

/Properties, Gives you the following list of commands, Appears when you use the Item

/Rendering OR /Ren, Toggles Rendering
/Raycasting OR /Ray, Toggles Raycasting
/Colliding OR /Col, Toggles Colliding

When you strike a brick with this tool, it will apply the above three properties to the brick.

Download Tool_PropertyWand.zip

9
Add-Ons / Player Stacking
« on: June 15, 2013, 11:28:20 PM »
Stackem
Putting people on your head

Description
Click someone's head to stack on top of them

Installation
Put Script_Stackem.zip into the Add-Ons folder in your Blockland folder.

Download
Script_Stackem.zip

10
Add-Ons / Re: Hang Man
« on: June 09, 2013, 10:27:27 PM »
Updated:
Fixed stripAllBut function
Added display for word on game end, for every condition
fixed some stuff

11
Add-Ons / Hang Man
« on: June 09, 2013, 06:51:25 PM »
Hang Man Game
A chat game to play with friends

Description
Use the command "/hangMan Word" to create a hangman game
Use the command "/hangMan End" to end the hangman game
Use the command "/guess Word/Letter" to guess part of the word
Have fun guessing

Installation
Put Script_HangMan.zip into the Add-Ons folder in your Blockland folder.

Download
Script_HangMan.zip

Pages: [1]