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

Pages: 1 2 3 4 [5] 6 7 8 9 10
61
AoT General / Crate Counter - Count those crates!
« on: December 06, 2009, 02:59:57 PM »
Crate Counter is a new AoT mod that makes you say how much crates are in the server.  You can do this by saying /countCrates.

The reason a function in this script has more than needed for this mod is for you being able to make your own mods with the function called countDTS. Here's how you can make your own mod with it:

Copy+paste the countDTS function into your own script. If you modify the function at all, you might as well change the function name. This function returns the amount of objects with the specified file name. You do not need to put directories (thanks to Rudyman's script). Here's an example use of the function:
Code: [Select]
echo(countDTS("female.dts","Player")@" bots in the server.");The first argument is the DTS name. The second is the class you would like to ignore (leave it blank if there are no classes you want to ignore).

Inspiration: I wanted to see how much crates were in the server.

Credits:
Rudyman - MoA scripts.
Jimmg - Released the MoA scripts.
JohnTron (Me) - Main scripter.

62
AoT General / Porto and Lub
« on: November 29, 2009, 02:15:30 PM »
I cannot stand these two. Porto acts like he "owns" certain spots, and so does Lub. I know THC is playing the right way, but these two are idiots. They need to be gone.

63
AoT General / AoT Gui Editor?
« on: November 29, 2009, 02:05:57 PM »
I've seen a few .gui files for AoT. How are they made?

64
AoT General / Quick Discard Mod - Get rid of your crap easily.
« on: November 28, 2009, 07:59:04 PM »
This is a mod for AoT, which allows you to discard all your crap very easily. I've seen people using stuff like this, so I decided to make my own fully-customizable one. It took me a while to figure out how to make it not crash AoT. So, here's how it works. Place the script in your base folder, edit the main.cs and add this to it:
Code: [Select]
exec("base/Script_QuickDiscard.cs");Once you're done with that, start AoT and log in. Type
Code: [Select]
DiscardAmount(amount); in the console, then try discarding something that you have more than one of. If it's more than the amount of what you have, your whole crapload will be gone. If it's less, not all of your crapload will be gone. Etc etc. To disable this, type
Code: [Select]
DiscardAmount(); in the console, and it wont drop craploads. Script_QuickDiscard.cs is attached within this topic.

SCREENIE  :cookieMonster:


Now you can drop your very own crapload of shoes.

65
Modification Help / Removing admin restrictions from minigame creation
« on: November 27, 2009, 07:29:50 AM »
Ok, I was thinking of making a script that removed the restrictions from minigame creation.
What this will do is temporarily give you admin, and then take it away.
I just need to know all the arguments for the CreateMinigame command.
This is what I'm thinking of so far.

Code: [Select]
package MNR
{
function serverCmdCreateMinigame(%cl,%name)
{
if(!%cl.isAdmin)
{
%cl.isAdmin = 1;
Parent::serverCmdCreateMinigame(%cl,%name);
%cl.isAdmin = 0;
}
else
{
Parent::serverCmdCreateMinigame(%cl,%name);
}
}
};
activatePackage(MNR);

66
Off Topic / Online Notepad - Forgot the name of it
« on: November 25, 2009, 06:38:03 PM »
I once went to this online notepad that highlighted text with your color, and you could choose a color and set your name, also anyone could type anything they wanted to on it. Does anyone have an idea what the name/website of this online notepad might be?

EDIT: One of my friends in blockland told me. Locked. http://etherpad.com

67
Modification Help / When a bot is killed...
« on: November 24, 2009, 03:25:00 PM »
Can someone give me the function for detecting a bot death? I need it really badly.

EDIT: I need both when the bot is killed by another player, and when the bot just Self Deletes or something like that.

68
AoT General / THC
« on: November 22, 2009, 05:51:26 PM »
THC is a huge idiot.
  • 1. Places dynamite in Port Town to kill people.
  • 2. Constantly causes crimes.
  • 3. Uses an auto character maker to spam clothes.
  • 4. Steals anything he can get.
  • 5. Likes killing, especially when you have a bunch of gold.
  • 6. Doesn't take you to the inn when he killes you.
  • 7. Has a private message thing that just spams the chat.
Vote if you think he should be banned.

69
Off Topic / Just woke up...
« on: November 22, 2009, 02:33:45 AM »
I woke up around 1:05 this morning. Same for anything with you guys? *Yawn*

70
Off Topic / What is the above person's meaning of their post?
« on: November 20, 2009, 09:27:23 PM »
How to play
Firstly, you post what you think might be the meaning of the above person's post. Then, you make up your own message. It can be anything, as long as it has a meaning. It could be a characteristic of that person, what you think made them post it, anything that says the meaning of it.

Example
The person above you posted "I eat babies for breakfast."
You post:
Quote
He beats wimps easily.
And below that, in your message, you do something like...
Quote
I like kittenz.


The first message is...
I like hate pie.

71
Forum Games / SWAT Attack (3D Adventure)
« on: November 20, 2009, 08:09:55 PM »
Go to the latest post by me to continue on with the adventure.

73
Off Topic / The Shocking Truth of December 21, 2012
« on: November 16, 2009, 09:54:12 PM »
You wake up, go to school, and hear all this crap about the end of the world.

*After school*

You go home and worry about the end of the world.

*At bed time*

You go to sleep worrying that it is the end of the world.

*The next day*

You wake up and the day is-- NORMAL?!?! (!$((@#($!(#*@($*@#(#@*$@&(#*(@&$

*Finally, after that*

Everyone who wrote about the 2012 crap will get sued.

THE END

Post your comments about all this crap going on.

74
Off Topic / I'm on my wii
« on: November 14, 2009, 09:33:59 PM »
I'm on my Wii, typing this message.

Testing bold text on Wii

Copyright TCIAL©      (jk)

75
Suggestions & Requests / Auto-kicker
« on: November 14, 2009, 12:39:00 PM »
I know this sounds a lot like perma-banning but the thing is, whenever I perma-ban there's always someone in my server who unbans. I need an add-on like this so I can auto-kick Tingalz out of my server.

Pages: 1 2 3 4 [5] 6 7 8 9 10