Jump to content

TouchDown v2.0 (Original author Alayne) 2.0.0


9 Screenshots

About This File

Quote

// [========================================================]
// [============    Battle Arena - Touch Down    ==========]
// [========================================================]
// [ Version 1                                              ]
// [========================================================]
// [ Original script by: Alayne        ]
// [========================================================]
// [ Description:                                           ]
// [--------------------------------------------------------]
// [                                                        ]
// [ - The Touch Down System        ]
// [========================================================]
// [ Changelog: (5 last updates)                            ]
// [--------------------------------------------------------]
// [                                                        ]
// [ v0: Creation                             ]
// [                                                        ]
// [                                                        ]
// [========================================================]
// [================= Edited by: pajodex ===================]
// [ Edit changelog:
// [--------------------------------------------------------]
// [ ~ Minor bug fixes         ]
// [ ~ Converted to more rA friendly script    ]
// [ ~ Added mapwarp to remove all players in map  ]
// [ ~ Added Easier configurations      ]
// [ ~ Added auto team cloth color change    ]
// [                                                        ]
// [========================================================]

	// Config starts here ----------------------
	$maxTDMemberCount = 8;				// Max players to start (if 4v4, settings should be = 8)
	$TDEntryPrice = 10000;				// Zeny entry fee
	.pointPerKill = 1;					// Points gained per kill
	$pointPerTouchDown = 5;				// Points gained per touch down
	.pointPerVictory = 10;				// Points gained per victory
	.reward = 7773;						// Reward ID
	setarray .rewardMin[0], 5, 1;		// Reward amt <WIN TEA>, <LOSE TEAM>
	setarray .rewardCnt[0], 10, 20;		// Reward count
	setarray $TDDuration[0], 1, 10, 15; // Game time in minutes
	.buffs = 1;							// Buff after death ( 1 = on ; 0 = off )
	.redteam_color = 412;				// Red team cloth color
	.blueteam_color = 300;				// Blue team cloth color
	set $delayBetweenRounds, 2; // Delays between rounds (in seconds)
	// Config ends here --------------------------

 

DISCLAIMER: I DONT OWN OR HAVE THE RIGHTS IN THIS SCRIPT. I am just a mere fan of the author and decided to fix problems I encountered when installing the script. Original Author is @Alayne, this is modified and posted with permission from author herself. 


What's New in Version 2.0.0   See changelog

Released

No changelog available for this version.

  • Upvote 2

×
×
  • Create New...