You are here: Big Brother Bot ForumAdd-OnsXLRXLR Releases! (Moderator: Freelander)FunnyFarm [CoD|CoD:UO|CoD2|CoD4]
Pages: [1]   Go Down
  Print  
Author Topic: FunnyFarm [CoD|CoD:UO|CoD2|CoD4]  (Read 4588 times)
[ www.xlrstats.com ]
Project leader
Hero Member
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1219
Offline Offline
WWW
« on: September 20, 2006, 03:36:26 AM »

With this nifty little plugin you'll be able to alter gamespeed and gravity for
a short period of time and thus make your playercrowd goof around for a few.

Quote
###################################################################################
#
# FunnyFarm (due to lack of inspiration)
# Plugin for B3 (www.bigbrotherbot.com)
# (c) 2006 www.xlr8or.com (mailto:xlr8or@xlr8or.com)
#
# This program is free software and licensed under the terms of
# the GNU General Public License (GPL), version 2.
#
# http://www.gnu.org/copyleft/gpl.html
###################################################################################

FunnyFarm (v1.0.0) for B3
###################################################################################

With this nifty little plugin you'll be able to alter gamespeed and gravity for
a short period of time and thus make your playercrowd goof around for a few.

 !ffjump <seconds> - Low Gravity
 !ffspeedup <seconds> - High Gamespeed
 !ffberserk <seconds> - High Gamespeed and Low Gravity
 !ffreset - Stop effect early, all effects are timed so you wont need this much

Each command can be leveled in the config file.


Requirements:
###################################################################################

- B3 version 1.1.0 or higher


Installation:
###################################################################################

1. Unzip the contents of this package into your B3 folder. It will
place the .py file in b3/extplugins and the config file .xml in
your b3/extplugins/conf folder.

2. Open the .xml file with your favorit editor and modify the
levels if you want them different. Do not edit the command-names
for they will not function under a different name.

3. Open your B3.xml file (in b3/conf) and add the next line in the
<plugins> section of the file:

<plugin name="funnyfarm" priority="12" config="@b3/extplugins/conf/funnyfarm.xml"/>

The numer 12 in this just an example. Make sure it fits your
plugin list.


Changelog
###################################################################################
v1.0.0         : Initial release


###################################################################################
xlr8or - 25 jan 2006 - www.bigbrotherbot.com // www.xlr8or.com

Download the latest version here: http://ftp://ftp.snt.utwente.nl/pub/games/bigbrotherbot/plugins/funnyfarm-v1.0.0.zip

Dev. version: http://github.com/xlr8or/b3-plugin-funnyfarm/zipball/master
« Last Edit: October 27, 2009, 07:28:46 AM by xlr8or » Logged


Serving: CoD2 | CoD5 | UrT4.1
B3 Contributor
Sr. Member
****
Posts: 259
Offline Offline
WWW
« Reply #1 on: January 04, 2008, 05:40:50 AM »

I am assuming this will only work on modded CoD4 servers?
Logged

Deadbone Platoon
B3 Driven CoD Servers
[ www.xlrstats.com ]
Project leader
Hero Member
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1219
Offline Offline
WWW
« Reply #2 on: January 04, 2008, 06:26:45 AM »

Lol no, it works on ranked ones too... seems they havent protected g_speed and gravity Tongue
Logged


Serving: CoD2 | CoD5 | UrT4.1
Jr. Member
**
Posts: 20
Offline Offline
« Reply #3 on: July 24, 2008, 06:21:24 PM »

Does this still work for CoD4?
Logged

[ www.xlrstats.com ]
Project leader
Hero Member
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1219
Offline Offline
WWW
« Reply #4 on: July 26, 2008, 03:37:04 AM »

It should, unless they cheat-protected gravity or g_speed?
Logged


Serving: CoD2 | CoD5 | UrT4.1
Jr. Member
**
Posts: 20
Offline Offline
« Reply #5 on: July 27, 2008, 05:15:29 AM »

No they didnt change it so this will still work on a cod server was deffinatly having a blast messing with these 2 commands.

The cmds for them are g_speed # and g_gravity # both of the commands leave the server ranked so enjoy using them!
Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4, CoD5
Posts: 26
Offline Offline
WWW
« Reply #6 on: October 19, 2008, 01:55:45 AM »

Hi!

Short question, how can i enable the !ffjump, !ffspeedup or !ffberserk for an whole round? The max time for this commands are 60 seconds, right?
Logged
Dev. Team
Hero Member
*****
Posts: 1039
Offline Offline
Don't contact me on Xfire! I will just reject you!
« Reply #7 on: October 19, 2008, 02:14:13 AM »

That would require a modification, presumably, if in a command called
!ffjumpround
would, on evt_roundstart, would activate, and on the next evt_roundstart, would deactivate.

Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4, CoD5
Posts: 26
Offline Offline
WWW
« Reply #8 on: October 21, 2008, 01:27:16 PM »

Ok, that sounds difficult...  Smiley

Do you know how to extend this 60 seconds without typing !ffjump every 60 seconds?
« Last Edit: October 21, 2008, 02:09:11 PM by Fisch.666 » Logged
Dev. Team
Hero Member
*****
Posts: 1039
Offline Offline
Don't contact me on Xfire! I will just reject you!
« Reply #9 on: October 21, 2008, 01:31:46 PM »

Code:
     if duration > 60:
       client.message('^7Using 60 seconds timespan.')
       duration = 60
Holds the key. You might be able to just delete that snippet.
Logged

[ www.xlrstats.com ]
Project leader
Hero Member
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1219
Offline Offline
WWW
« Reply #10 on: October 22, 2008, 12:47:02 AM »

haxor!
Logged


Serving: CoD2 | CoD5 | UrT4.1
Dev. Team
Hero Member
*****
Posts: 1039
Offline Offline
Don't contact me on Xfire! I will just reject you!
« Reply #11 on: October 22, 2008, 07:04:36 AM »

Since I've been accused of being a haxor by the developer, I guess i'm right. Just delete those 3 lines.
Logged

Tags:
Pages: [1]   Go Up
  Print  
 
Jump to: