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.


Topics - halcynthis

Pages: 1 2 [3] 4 5
31
Drama / Frehan
« on: September 25, 2010, 10:07:45 AM »
My god. This kid is just plain annoying. Were shall I start? He comes to my freebuild, and makes a brick that spams rockets. Then, he decides to make some VCE house thing. He asks me to make a event for him, i made it, and then he trys takeing full credit. Has anyone else had problems with him?

32
Gallery / Random house I made
« on: September 23, 2010, 07:33:05 PM »
Well, I just made a house. Its double walled, and it "Sorta" has two floors, depending if you could the roof as a floor. Feel free to rate 1-10. Pictures:








33
Modification Help / Spreading bricks
« on: September 18, 2010, 03:38:47 PM »
I dont really get how i could do this.. What i want is that if there is nothing in a space, it makes a new 1x1 brick there. I know how to make the bricks spread, but it overlaps stuff. Can i get help to make it only make the brick if there isnt already something there?

34
Modification Help / Joint names for vehicles?
« on: September 14, 2010, 08:15:47 PM »
What are the joint names when modeling a vehicle?

35
Help / Error when makeing a dedicated server
« on: September 11, 2010, 02:55:41 PM »
Whenever i make a dedicated server, it makes it, then when I go to join it I get a error saying "The server has dropped the connected: Timed out". Help would be lovely.

36
Gallery / Messing with my fire mod.(Added video)
« on: September 03, 2010, 08:44:13 PM »
For the about past, week or so, I have been working on a spreading fire mod. Heres some screenshots:










Video: http://www.youtube.com/watch?v=D4ZWONRQWjc

There. Btw, if you have any suggestions for this mod, i would love to hear it.

37
Forum Games / Boss battle
« on: August 30, 2010, 11:29:52 PM »
~Boss battle~
The way this game works, is the boss starts will 10,000 health. If you want to attack it, say in comments. I have a script that will randomly choose a attack, and if you will hit or miss it. Contains 12 diffrent moves, but with alot of diffrent damages per move. Current health is 10,000. Ill start:

Halcynthis rolled 7: You planted a landmine, which the boss eventually set off doing 283 damage
Health left: 9717
----------------------------------------------

38
Suggestions & Requests / Boss battle
« on: August 30, 2010, 11:27:59 PM »
~Boss battle~
The way this game works, is the boss starts will 10,000 health. If you want to attack it, say it comments. I have a script that will randomly choose a attack, and if you will hit or miss it. Contains 12 diffrent moves, but with alot of diffrent damages per move. Current health is 10,000. Ill start:

Halcynthis rolled 7: You planted a landmine, which the boss eventually set off doing 283 damage
Health left: 9717
----------------------------------------------

39
Gallery / 3 of my builds.
« on: August 23, 2010, 03:25:52 PM »
Just three builds I made. The order of the pictures is the house, then interior of the house. The interiors are terrible, because I'm best at exteriors. My favorite out of all these is the third one.

First house:


First house interior:


Second house:


Second house interior:


Third house:


Third house interior:

40
Add-Ons / Extra events pack.
« on: August 19, 2010, 01:14:04 AM »
Contains 8 more events. The events are as listed here:
setRandomColor - Sets a brick to a random color.
setRandomRendering - Randomly sets the bricks rendering.
setRandomColliding - randomly sets the bricks colliding
setRandomRaycasting - randomly sets the bricks Raycasting
setPlayerScaleBetter - There is 3 sliders for this event. Each slider is a diffrent axis, giveing you alot more ways to change your players scale.
setPlayerColor - Allows you to set your player. There is 4 boxes for this event. First is red, green, blue, then transparency.
botAttack - For use with Amades bot events, it makes your bot swing its weapon.
setPlayerClanTags - Sets a players clan tags. Max length for each tag is 4, so its not abuseable.

I made all of this. I love eventing, and i just thought maybe these would be useful, so i decided to release it for all of you. :3

Now on rtb!
http://forum.returntoblockland.com/dlm/viewFile.php?id=2436

41
Modification Help / Text document commands?
« on: August 15, 2010, 10:02:47 PM »
Im makeing a script that i could use this on. I have no clue what the errors are in it, which is why im here. Please fix it if you can. Heres the script:

%text = new scriptObject();
%text.openToAppend("Add-Ons/chat_c/test");
%text.writeLine("Test");
%text.close();

Also, could someone also post the rest of the functions that work with this?

42
Modification Help / While left button is held down
« on: August 15, 2010, 01:51:06 PM »
I could use this. What is the script for, while your holding the left mouse button, it will do something? Thanks for anyone that helps, or even trys to help. It is highly appreciated.

43
Modification Help / serverCmdResize
« on: August 11, 2010, 02:18:01 PM »
I recently rejoined blockland and im going to start learning torque again. I made a simple script to start off with, but I believe i forgot the arguements for function serverCmd, heres the code im trying.

Code: [Select]
function serverCmdResizeme(%client,%x,%y,%z)
{
findClientByName(%client).Player.SetScale(%x @ %y @ %z);
}

44
Games / Roblox is just oh so great.
« on: August 05, 2010, 12:20:41 PM »
No. Not really. I worked my ass off on a place for about 2 days, made a very good gui for character selection, a inventory, and a stats page. Plus i made a good section of the map, and then guess what? IP ban, for basicly no reason. Im comeing back to blockland. So...hello all.

45
Modification Help / onCollision for a projectile?
« on: June 14, 2010, 07:34:59 PM »
What is the code for onCollision on a weapons projectile? Isnt it something like this:

projectilename:onCollision(%obj,%play)
{
Stuff that happens on impact here
}

Pages: 1 2 [3] 4 5