Author Topic: Script requests  (Read 1083 times)

>>>NOT CODING AT THE MOMENT, SORRY<<<

Scripting Status: (Green = Scripting, Red = Not)

Hey guys I'm bored so request any sort of scripts you want blockland here, you'll be put into a waiting list and I'll complete them one by one (if I can) please don't request anything overly complex

NOTICE: Scripts take priority over events (because there not actually scripts but I'll do them anyway)

List

Scripts
Player Type List Reguested by ShadowZero Working on ~40% Complete
Events
Event Option Gui Requested by Cool Boi On hold
VCE Variables All Requested by Gen. Hothauser On hold
« Last Edit: November 27, 2012, 09:43:11 PM by swollow »


 
http://forum.blockland.us/index.php?topic=213099.0
it doesn't appear that any information on the file being downloaded is sent to the client side in a simple way, I don't know how you would do this

it doesn't appear that any information on the file being downloaded is sent to the client side in a simple way, I don't know how you would do this
Odd. v20 showed the file name in the loading bar.

Odd. v20 showed the file name in the loading bar.
ya the only thing that comes up in the console while trace is on is functions to update the position of the loading bar

Make an Online Database. This Database needs to be on an actual, viewable webpage.

Example:

Jhonny is hosting a Team Deathmatch and wants to send stats on Billy to the Online Database. That is what I'd like to see from you.

You should first, learn what you need to. Secondly, start brainstorming on designing a nice system. From there you'll write the actual code (writing the code should take the least amount of time in this process).

Remember, if you have any questions, we over in the Coding Help section we'll be glad to answer them.

« Last Edit: November 12, 2012, 06:00:36 PM by elm »

Can you do events, such as a "Minigame -> VCE_Modvariableall" and "VCE_Ifvariableall" that modifies/checks a specified variable of everyone at the same time.

Evar doesn't seem to be constant in his creation of this.
« Last Edit: November 12, 2012, 05:53:41 PM by Gen. Hothauser »

Make an Online Database. This Database needs to be on an actual, viewable webpage.

Example:

Jhonny is hosting a Team Deathmatch and wants to send stats on Billy to the Online Database. That is what I'd like to see from you.

You should first, learn what you need to. Secondly, start brainstorming on designing a nice system. From there you'll write the actual code (writing the code should take the least amount of time in this process).

Remember, if you have any questions, we over in the Coding Help section we'll be glad to answer them.


um yah, sorry I'm talking about simple scripts that I can whip up in like a day, I'm pretty average at scripting and don't know anything about web coding or have scripts communicate with websites

Can you do events, such as a "Minigame -> VCE_Modvariableall" and "VCE_Ifvariableall" that modifies/checks a specified variable of everyone at the same time.

Evar doesn't seem to be constant in his creation of this.
for VCE_Ifvariableall would the condition be complete if 1 person had the variable match the expression or if everyone had it match the expression?


http://forum.blockland.us/index.php?topic=213147.msg6012885#msg6012885
oh jeez, I guess I might be able to make this, give me some time though, I'm gonna have to figure out how to make GUI's

oh jeez, I guess I might be able to make this, give me some time though, I'm gonna have to figure out how to make GUI's

It's already easily done with events, I did it for my event based CRPG, before V21 CRC'd Bot events.

for VCE_Ifvariableall would the condition be complete if 1 person had the variable match the expression or if everyone had it match the expression?

Include a boolean for it, checked being everyone has it, uncheck being at least someone has it; or a list of options, such as ALL, MOST (2/3), HALF, SOME (1/3), NONE.

It's already easily done with events, I did it for my event based CRPG, before V21 CRC'd Bot events.
you can make gui's with events? I don't think so....

A script that lets you select a playertype to always spawn with.
So you can use the Beta Playertype withought having to make a minigame or event a brick...

You know Maybe you can add an option for a player to use his own playertype.
But restric some using a White list system.

Example:
/PTAdd Beta Player

And its added to the available list when someone says:

/PT List

To Select:

/PTSet Beta Player.

And then whenever the player that said that will have the Playertype set to that of his or her choice, it will change whenever and it will stay as the selected one until they say:

/PTSet Default Player

Or whatever the default player is.

Would be useful for many things, and best for roleplaying, or other things.
Also add a command to set to certain levels only :

/PTLevel Admin
/PTLevel SuperAdmin
/PTLevel Host
/PTLevel Public

If you don't take this request I'll just post its own thread on here, so it doesn't really matter if you didn't want to do this request anyways.

A script that lets you select a playertype to always spawn with.
So you can use the Beta Playertype withought having to make a minigame or event a brick...

You know Maybe you can add an option for a player to use his own playertype.
But restric some using a White list system.

Example:
/PTAdd Beta Player

And its added to the available list when someone says:

/PT List

To Select:

/PTSet Beta Player.

And then whenever the player that said that will have the Playertype set to that of his or her choice, it will change whenever and it will stay as the selected one until they say:

/PTSet Default Player

Or whatever the default player is.

Would be useful for many things, and best for roleplaying, or other things.
Also add a command to set to certain levels only :

/PTLevel Admin
/PTLevel SuperAdmin
/PTLevel Host
/PTLevel Public

If you don't take this request I'll just post its own thread on here, so it doesn't really matter if you didn't want to do this request anyways.

this is more of something I was looking to script I'll do it

this is more of something I was looking to script I'll do it
Thanks, It will be very useful.