|
Author
|
|
|
Senior Member
|
|
Plugin ID:
|
73
|
Plugin Version:
|
1.1.0
|
|
Plugin Category:
|
Fun Stuff
|
Plugin Game:
|
Counter-Strike: Source
|
|
Plugin Dependencies:
|
|
Servers with this Plugin:
|
|
| |
|
Plugin Description:
|
Port of the 1.6 mod, RollTheDice, which will either reward the user or punish them for typing "rollthedice"
|
|
Unapprover:
|
|
Reason for Unapproving:
|
Plugin causes issues with player spawn and appears unsupported.
|
|
|

07-08-2007
, 17:40
RollTheDice [V1.1.0]
|
#1
|
RollTheDice Version 1.1.0
_________________________________________
_________________________________________
_________________________________________
- CVars
- rtd_wait - This cvar controls the default time the player has to wait after activating rollthedice (Default: "10")
_________________________________________
_________________________________________
- Installation:
- Extract RollTheDice.zip to your server's root directory
- Configure files located in "configs/rollthedice/"
- Configure the translations file in translations/ to say what you want
_________________________________________
- Configuration:
- configs/rollthedice/actions.ini
Code:
; Actions for RollTheDice
; <user> = User that activated rollthedice
; -------------------------------------
; enable: 1 enables this action, 0 disables
; cmd: The cmd string that is executed when that action is being done against the user
; delay: How long to restrict player from activating rollthedice, default will use the value of rtd_wait
; Awards
[godmode]
enable = 1
cmd = rtd godmode <user> 10
delay = 20
[healthbonus]
enable = 1
cmd = rtd health <user> + 100
delay = default
[jackpot]
enable = 1
cmd = rtd cash <user> + 10000
delay = default
[invisibility]
enable = 1
cmd = rtd alpha <user> 15 10
delay = 20
[speed]
enable = 1
cmd = rtd speed <user> 2 10
delay = 20
[gravity]
enable = 1
cmd = rtd gravity <user> 0.5 15
delay = 25
[jetpack]
enable = 1
cmd = rtd jetpack <user> 10
delay = 20
; Punishments
[slay]
enable = 1
cmd = rtd slay <user>
delay = default
[drainhealth]
enable = 1
cmd = rtd health <user> = 1
delay = default
[stealcash]
enable = 1
cmd = rtd cash <user> = 0
delay = default
[disarm]
enable = 1
cmd = rtd disarm <user>
delay = default
[slapdisease]
enable = 1
cmd = rtd slapdisease <user> 2 15
delay = 30
[burn]
enable = 1
cmd = rtd burn <user> 15
delay = 25
[timebomb]
enable = 1
cmd = rtd timebomb <user> 10 1250
delay = 20
- configs/rollthedice/triggers.txt
Code:
; Phrases that activate rollthedice
;
rollthedice
rtd
diceroll
rolldice
_________________________________________
- Changelog:
- 7/08/07
- 7/15/07
- Clock and any other timed awards/punishments will now be lost when their time is up
- Gravity sets their gravity back to how it was before it was set by RollTheDice
- Speed award will now set their speed back to what it was before it was set by RollTheDice
- Cloak will now set their color back to how it was before it was set by RollTheDice
- Etc, same for all the other actions
- Linux users might want to disable slay and slapdisease until this slay crash is resolved
- 7/30/07
- Recoded it from scratch
- Restructured actions file to be in .ini format
- Added rtd_wait cvar to control the 'default' restriction time
- Restricted gambling before the round starts (and after it ends)
- Added jetpack action
- Added timebomb action
- All timed actions have countdowns now
- I need a bunch of new translations
- Command 'rollthedice' changed to 'rtd'
- Updated to new translation file standard (xx.phrases.txt)
- Thats all I can think of atm..
Last edited by sumguy14; 08-23-2007 at 17:01.
|
|
|
|