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

Pages: 1 2 3 4 5 6 [7] 8
92
I'd actually want to base off of lego and into a 'constructer' game.  Theres no chance that I'd get beta, 'cause BS hates dislikes me.  Dunno why.  Congrats to all that got it.

@ The Maze Pic:  Hay!  Thats how I build my mazes!

93
General Discussion / Re: Hi!
« on: July 13, 2006, 09:07:32 PM »
 :iceCream: !

Too bad its chocolate (or something else).

94
General Discussion / Re: RTB Top Builder Contest!
« on: June 24, 2006, 05:27:07 PM »
Looks completely possible that it was from RTB.

95
General Discussion / Re: Master Server down, post IPs here
« on: May 28, 2006, 05:19:32 PM »
Or, if the Master Server was hacked, and the hacker signed up on the BL forums, but how likely is that.   :cookieMonster:

96
General Discussion / Re: Gizmo's Server (Hamachi network)
« on: May 28, 2006, 05:16:46 PM »
www.hamachi.cc

It does have some security risks though.

97
General Discussion / Re: Suggestion for Blockland v0002
« on: April 24, 2006, 05:48:23 PM »
I forward this motion, but my opinions never count, so I guess this post counts as a
BUMP

98
General Discussion / Re: Proof that RtB breaks the mod rules
« on: April 20, 2006, 01:35:35 PM »
Every little point you pointed out.
Quote
...
rtb/server/scripts/SWP/lightsabre.cs If you're so justified, why is that an invalid folder?
...
Quote
function ImprisonPlayer(%client,%victim)
{
if(%client.team $= "Cops" && %victim.team $= "Robbers")
{
if(%victim.isImprisoned == 0)
{
for(%t = 0; %t < MissionCleanup.GetCount(); %t++)
{
%brick = MissionCleanup.getObject(%t);
if(%brick.isJail == 1)
{
if(%brick.JailCount < %brick.JailMaxCount)
{
if(isobject(%victim.player))
{
%brick.JailCount++;
%victim.isImprisoned = 1;
%victim.money = 0;
messageClient(%victim,'MsgUpdateMoney',"",%victim.money);
%trans = %brick.getWorldBoxCenter();
%x = getWord(%trans,0);
%y = getWord(%trans,1);
%z = getWord(%trans,2)+0.5;
%victim.player.setTransform(%x SPC %y SPC %z);
%victim.JailBrick = %brick;
messageAll("",'\c0%1\c5 was Imprisoned by \c0%2',%victim.name,%client.name);
%victim.player.unMountImage($HeadSlot);
%victim.player.mountImage(%victim.chestquote , $decalslot, 1, 'Town-Inmate');
%victim.player.mountImage(%victim.facequote , $faceslot, 1, 'smirk2');
%victim.player.setSkinName('orange');
%totalImprisonedPeople = %totalImprisonedPeople + %brick.JailCount;
if(%totalImprisonedPeople >= $TotalRobbers)
{
messageAll("","\c5COPS WIN!!!");
messageAll("","\c5Everyone swaps sides!");
schedule(5000,0,"RestartCR");
}
}
return;
}
else
{
%totalImprisonedPeople = %totalImprisonedPeople + %brick.JailMaxCount;
%JailFull = 1;
}
}

}
if(%JailFull == 1)
{
messageAll("","\c4We've run out of jails");
}
else
{
messageClient(%client,"","\c4There is no jail built...");
}
}
else
{
%victim.isImprisoned = 0;
%victim.player.setTransform(%victim.TeamSpawn.getTransform());
%victim.JailBrick.JailCount--;
messageAll("",'\c0%1\c5 was freed by \c0%2',%victim.name,%client.name);
%victim.player.mountImage($headcode[$RobHat],$HeadSlot,1,'black');
%victim.player.mountImage(%client.chestcode , $decalslot, 1, 'Town-Inmate');
%victim.player.mountImage(%client.facecode , $faceslot, 1, 'evil');
%victim.player.setSkinName('black');
}

}
}
...
i think that is for a certain game "type" or mode for RtB.  Ya think!?
...
Quote
function serverCmdJailPlayer(%client,%victim,%time)
{
if(%client.isAdmin || %client.isSuperAdmin || %client.isTempAdmin)
{
if(%victim.isTimeout != 1)
{
%jailbricks = 0;
for(%t = 0; %t < MissionCleanup.getCount(); %t++)
{
%jail = MissionCleanup.getObject(%t);

if(%jail.isDetBrick $= 1)
{
%jailbricks++;
}
}
if(%jailbricks >= 1)
{
for(%t = 0; %t < MissionCleanup.getCount(); %t++)
{
%jail = MissionCleanup.getObject(%t);

if(%jail.isDetBrick $= 1)
{
%trans = %jail.getTransform();
%x = getWord(%trans,0);
%y = getWord(%trans,1);
%z = getWord(%trans,2);
%player = %victim.player;
%player.setTransform(%x SPC %y SPC %z);
%victim.isTimeout = 1;
%STime = %time*60;
%STime = %STime*1000;
%victim.TimeoutSchedule = Schedule(%STime,0,"FreeVictim",%client,%victim,%time);
messageClient(%victim, '', '\c3You have been jailed by an Admin for %1 minutes!', %time);
messageClient(%client, '', '\c3You have jailed %1 for %2 minutes.', %victim.namebase, %time);
messageAllExcept(%victim, '\c3%1 was Jailed by %2 (%3 Minutes).', %victim.name, %client.name, %time);
}
}
}
else
{
messageClient(%client, '', '\c3It appears no jails brick has been specified!');
}
}
else
{
cancel(%victim.TimeoutSchedule);
messageClient(%victim, '', '\c3An Admin has released you from Jail!');
messageClient(%client, '', '\c3You have released %1 from Jail.', %victim.namebase);
%victim.isTimeout = 0;
%victim.player.kill();
}
}
}
There isn't any preference that writes to the server and says that this person is in jail.  They can just rejoin...

--------------------------New Post--------------------------------

Quote
function chatMessageClient( %client, %sender, %voiceTag, %voicePitch, %msgString, %a1, %a2, %a3, %a4, %a5, %a6, %a7, %a8, %a9, %a10 )
{
//see if the client has muted the sender
if ( !%client.muted[%sender] )
   commandToClient( %client, 'ChatMessage', %sender, %voiceTag, %voicePitch, %msgString, %a1, %a2, %a3, %a4, %a5, %a6, %a7, %a8, %a9, %a10 );
}
...
I did a quick test with a few other people to see what could happen if an admin was able to use functions like these.        Would you be happy to not ignore a spammer?
...
This function breaks rule #1 and #4(and perhaps #5) as stated here-
Quote
1. Self-Contained -  A mod must run from its own folder within the blockland directory and be comepletely seperate from the fps/ folder. A mod cannot overwrite any of the default blockland files.  You try making a mod that doesn't run from the common folder.   Thats why the folder is called COMMON.  Also, the rule states you cannot modify the fps folder.  Nothing in there states anything about the common folder.

4. Free from Excessive "Punishment" -  A mod cannot contain any excessive administrative punishment functions such as muting, blinding, or immobilizing.  Power corrupts, and there is no need to give admins even more power.  I cannot stop you from doing this on your own server, but don't post it on the forum.  Never said anything about clients punishing each other.
...
Quote
function serverCmdSelf Delete(%client)
{
   if (isObject(%client.player) && %client.isImprisoned == 0 && %client.isTimeout != 1)
      %client.player.kill("Self Delete");
}
This one i found in rtb/server/scripts/commands.cs on lines 58-62 and what it does is it will not let you Self Delete if you are jailed. This is in blatant violation of the mod rules, and i have no idea why a mod like this could possibly be allowed on these forums.  WELL DUH!  Whats the point of jail if you can Self Delete out!?  Really want to get out?  Just rejoin...
...
Quote
function clientcmdPush(%gui)
{
canvas.pushDialog(%gui);
}
(found in rtb/client/scripts/client.cs lines 48-51) What if I was showing someone how to do something?

My opinions:
-You contradicted half of your own statements.
-If you're going to be posting an argument, or a debate, use correct grammar, and spelling.

Ok, so most of these have been posted before, but this is a full brown townysis of his code posts.

--brown townyst Bleh

99
AoT General / Re: finally made it!!!
« on: December 04, 2005, 04:12:14 PM »
Nice job, but...



Isn't that a bit... low?

100
AoT General / Re: Police/Laws
« on: November 24, 2005, 10:07:46 AM »
Is it me?  Or do we not get paid for catching criminals?

101
AoT General / Re: do you think you should get experience on age of time
« on: November 24, 2005, 09:07:18 AM »
-Add more HP
-Increase attack power

That would make experience useful.

102
AoT General / Re: New Taxi Service...
« on: November 24, 2005, 09:05:37 AM »
The labrynth is where you go to the swamp, and turn left.  Keep going past the lake, and the two big poles, over the hills, and over the stream, into the lake, and to the big floaty thingy.

Now, where is this 'Log Pile'?  I've heard of a Log Challenge, but is it at the 'Log Pile'?

103
AoT General / Re: Version 11- OOOH Shiny!
« on: November 23, 2005, 08:23:24 AM »
I really wish BS would just spawn some horses randomly.

104
General Discussion / Re: Translator For Blockland
« on: November 20, 2005, 08:19:38 PM »
If someone did make it with a few languages, it would probably be at least 250 MB.

105
General Discussion / Re: BJway Mods News *NEW SERVER FOR UPLOAD SERVICE*
« on: November 20, 2005, 05:20:48 PM »
I'm not going to do this myself, but one idea is to expand to the RollerCoaster Tycoon 3 Community.  They're found at http://www.ataricommunity.com/forums/forumdisplay.php?s=&forumid=315.  When I was last there, they were in need of a good upload service, as they found that Upload Hut had spyware, and RapidShare was disliked by people for the waiting.  They upload large (few hundred meg) movie files, and archive files (rar/zip/ace).  If you want to expand there, you might need more bandwith, but if they like the service, they'll use it.  Good Luck!   :cookieMonster:

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