SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Currently it's set up to look like:
Defenders:Raiders
3:1 or 3:2,
4:3 or 4:4,
5:5 to 5:45
There must be 3 defenders to raid with 1 or 2 raiders.
There must be 4 defenders to raid with 3 or 4 raiders.
There must be 5 defenders to raid with 5 or more raiders.
It does use the allied forces team to count towards the defender's total number of members.
What are you thoughts, does this seem reasonable? You can still raid and attack at any number, but the raid system won't kick in until one of these conditions are met. So, you won't be able to get the victory code/message.
When the raid does begin, everything is reset, all players are respawned. When the raid ends, raiders will be switched to the neutral's team automatically so they can't be killed anymore. Neutrals cannot take or inflict damage, and cannot cap checkpoints or open/close gates. The most they can do is maybe act as body blockers, but barricades are much more effective... |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
When the raid starts and everyone respawns, the main terminal will switch to a neutral state. Currently it takes 20 minutes to raid. Eventually there will be multiple checkpoints that each generate a certain number of points over a certain number of seconds. First to 100 points will win. When those additional checkpoints are added, then they'll start in a neutral state as well. |
|
CuilanJoin Date: 2015-01-25 Post Count: 1048 |
question what scripts do you use to respawn all?
also that idea sounds neat |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
I script all of my own stuff.
Here's the code I used to respawn everyone:
local players = game.Players:GetChildren()
for i=1, #players do
if players[i] then
players[i]:LoadCharacter()
end
end
I just find all of the players, and use a for loop for iteration. :LoadCharacter() is a function of Player. |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Bumping! |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Bumped. |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Bumpest. |
|
lukrioJoin Date: 2013-05-31 Post Count: 5982 |
Reasonable |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Thank you. |
|
|
ChosentJoin Date: 2012-03-15 Post Count: 16293 |
do you have an old terminal not in use
got me roll'd up [dinosaurmester] |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
If ya say so...
Although: [ Not-sure-if-sarcasm-__-or-compliment.jpg ] |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
What do you mean, I have a couple old terminals I'm not using, I guess...
Why? |
|
ChosentJoin Date: 2012-03-15 Post Count: 16293 |
do they have guis
and i could use one
got me roll'd up [dinosaurmester] |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
...
There's a lot on the public domain, lol
And I don't think they have GUIs. |
|
ChosentJoin Date: 2012-03-15 Post Count: 16293 |
im not using a free model terminal lol
got me roll'd up [dinosaurmester] |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Learn how to script? It's extremely useful. |
|
ChosentJoin Date: 2012-03-15 Post Count: 16293 |
yea im thinking about it
got me roll'd up [dinosaurmester] |
|
SzordJoin Date: 2015-02-09 Post Count: 7796 |
can i have a GUI? c: |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Bumper. |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Bump. |
|
5ancuJoin Date: 2015-12-31 Post Count: 6771 |
Seems reasonable, but you plan on capping it at 5 defenders, right?
Otherwise you could just fill a server with defenders, and it wouldn't be able to become official. |
|
|
I used to have a ratio rule at my fort: 2 defenders at least and one for every three raiders, but then a group raided and brought up an important point.
They filled up the server and not enough defenders could enter to make the server official with the number of raiders. The raiders proceeded to switch to the visitors/allies team to not count as raiders to make the server temporarily official. As soon as the remaining raiders captured the flag, everyone returned to the raider team as they no longer needed the server to be official.
Theoretically they could have made it a 28v2, which is absurd. Be sure to prevent loopholes like that. |
|
SunTzu16Join Date: 2012-07-10 Post Count: 999 |
Nope, there's no real issue with that unless you're raiding with 46 people against 4...
If there are 5 defenders/allies, then any amount of raiders after 5 will make that official.
Not sure if I should let 1 person raid against 5, idk...
Really wanting groups or teams to raid, not solo people. You can still attack and have fun, but not get the victory code.
What're ya'll's thoughts on that? |
|