Jump to content
EN
Play

Forum

Ideas for Clan System!


 Share

Recommended Posts

No, you know why? This would make the game look childish as one said. But if it's well thought out, it just may work...

Lol this game(oops I mean business) is already as childish as heck

 

also

 

#RemoveMatchmaking

Share this post


Link to post
Share on other sites

The clan leader should have moderator abilities over the clan's chat :)

 

Like banning, but for clans :DD

 

the ban would not apply outside of the clan's chat room

Share this post


Link to post
Share on other sites

A very good business decision as well, people would rush to buy the clan pass just to get their hands on a picture that gives absolutely nothing else to the player.

 

Will make the expensive clan licenses most bought thing throughout the game and make em worth their money

Share this post


Link to post
Share on other sites

The clan leader should have moderator abilities over the clan's chat :)

A very good business decision as well, people would rush to buy the clan pass just to get their hands on a picture that gives absolutely nothing else to the player.

Topics merged

Share this post


Link to post
Share on other sites

We should be able to send some sort of a resume to clans once we reach WO1 and then clans can recruit us.  It would be easier than spamming 'can i join a clan?' on the chat.

 

cuz i have been having trouble finding a clan :ph34r: 

Edited by Person_Random
  • Like 1

Share this post


Link to post
Share on other sites

Being Recruited By Clans

 

So this is just an idea I came up with yesterday.  Once a player reaches WO1, he/she has the option of writing a 'resume', which tells clans of his/her talents/abilities.  The 'resume' is then sent to several clans with similar ranks (that are not full), and the clans can choose to accept the player.  If the player gets multiple offers, he/she can choose between them.  This works much better than spamming 'can i join a clan' repeatedly on the chats, in my opinion because people can actually listen to you instead of talking about gold box rains and they can actually see your credentials.

  • Like 1

Share this post


Link to post
Share on other sites

So you're just suggesting an option to send a message along with your request to join a clan? I don't really see the point. What are you going to write? "I am a good player and skilled with this and that turret"? If they want to know what you play with, they can check your profile, while saying that you're a good player is pointless since it means nothing until you actually show your skills to them in practice.

Share this post


Link to post
Share on other sites

So you're just suggesting an option to send a message along with your request to join a clan? I don't really see the point. What are you going to write? "I am a good player and skilled with this and that turret"? If they want to know what you play with, they can check your profile, while saying that you're a good player is pointless since it means nothing until you actually show your skills to them in practice.

True.  Everyone writes "I am a good player" when they want to be recruited.  So maybe they could just tell of their experiences.

  • Like 1

Share this post


Link to post
Share on other sites

I think the in-game clan page should be modified and there a lots of clans which in order to find them we have to roam around in the chat window and clicking nearly everyone's name. 

Share this post


Link to post
Share on other sites

I have always wanted to join a good xp/bp clan, or a parkour clan, but i can never find one. I would like to add a system that would allow for you to go to a tab similar to the ratings section, but you see CLAN ratings instead of player ratings, and you could search up clans by what they focus on!
 
I have created a small non-functional simulation to show what it would look like. You can find that here.
 
Note: It doesn't work very well for a small screen size, and any developers looking to use it as a template should note that.
 
Credits (cuz i have to): I was provided many examples by w3schools.com and used multiple icons from fontawesome.com and wikipedia.org.
 
also for you geeks out there I am supplying the code here:

 

<!DOCTYPE html>
<html>
<head>
<title>Profile - Godmode_ON</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">


<style>
	body {
    	background-image: url("http://www.filterforge.com/filters/1857.jpg");
        background-repeat: repeat;
    }
	.find {
    	padding: 15px;
    	font-family: 'Roboto', sans-serif;
        width: 75%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.8);
        margin: auto;
        display: block;
        border-radius: 5px;
        border: 1px solid white;
        color: white;
        cursor: default;
    }
    .nick-text {
    	font-family: 'Roboto', sans-serif;
        margin-left: 2%;
        margin-right: 2%;
        background-color: rgba(0, 0, 0, 0);
        color: white;
        outline: none;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid white;
        width: 72%;
    }
    .nick-button {
    	font-family: 'Roboto', sans-serif;
        width: 10%;
        color: white;
        outline: none;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid white;
        background: linear-gradient(gray, black);
        cursor: pointer;
    }
    .img {
    	margin: auto;
        display: block;
        width: 20%;
    }
    ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(gray, black);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

li a:hover:not(.active) {
    background: linear-gradient(lightgray, black);
}

.active {
    background-color: #4CAF50;
}
.dropdown {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    width: 50px;
    color: white;
    outline: none;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid white;
    background: linear-gradient(gray, black);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    top: 3px;
    right: 3px;
}

.dropdown-content {
    display: none;
    height: 150px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
img {
	width: 25px;
    margin-top: 5px;
}
.credit {
	color: white;
    outline: none;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid white;
    background: linear-gradient(gray, black);
    width: 50%;
    text-align: center;
    position: absolute;
    left: 25%;
    bottom: 0;
}
.link {
	color: white;
    text-decoration: none;
    transition: color 0.5s, background-color 0.5s;
    -webkit-transition: color 0.5s, background-color 0.5s;
}
.link:hover {
	color: black;
    background-color: white;
}
</style>
</head>
<body>

<ul>
  <li><a><i class="fas fa-gamepad"></i> Game</a></li>
  <li><a><i class="fas fa-images"></i> Materials</a></li>
  <li><a><i class="fab fa-phoenix-framework"></i> Tournaments</a></li>
  <li><a><i class="fas fa-users"></i> Forum</a></li>
  <li><a><i class="fas fa-info-circle"></i> Wiki</a></li>
  <li><a><i class="fas fa-trophy"></i> Ratings</a></li>
  <li><a><i class="far fa-question-circle"></i> Help</a></li>
  <li><a class="active"><i class="fab fa-phoenix-squadron"></i> Clans</a></li>
</ul>

<div class="dropdown">
  <span><img src="https://qph.fs.quoracdn.net/main-qimg-ddbee5cee8dbf55585ed6962a81384c3"> ⮟</span>
  <div class="dropdown-content">
    <img src="https://upload.wikimedia.org/wikipedia/en/archive/f/f3/20120812153730!Flag_of_Russia.svg">
    <img src="https://upload.wikimedia.org/wikipedia/en/thumb/b/ba/Flag_of_Germany.svg/1280px-Flag_of_Germany.svg.png">
    <img src="https://upload.wikimedia.org/wikipedia/en/1/12/Flag_of_Poland.svg">
    <img src="https://upload.wikimedia.org/wikipedia/en/thumb/0/05/Flag_of_Brazil.svg/1280px-Flag_of_Brazil.svg.png">
    <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Flag_of_Mexico.svg/2000px-Flag_of_Mexico.svg.png">
    <img src="https://cdn.britannica.com/90/7490-004-415899A0.jpg">
  </div>
</div>

<div class="menue"></div>
<a class="img-holder" href="https://tankionline.com/"><image class="img" src="https://tankionlinehackclub.com/generator/img/logo.png"></image></a>
<div class="find">Search for a clan<input type="text" placeholder="Enter some searchwords regarding a type of clan (xp/bp, parkour, etc.)" class="nick-text"><input type="button" value="Search" class="nick-button"></div>
<div class="credit">WIP Clan Search By <a class="link" href="https://ratings.tankionline.com/en/user/Shrecked/">Shrecked</a></div>

</body>
</html>

 

 

Also: to simulate the code, you can go to the google chrome browser, and type "data:text/html" followed by a comma and then paste the code. Pressing enter will then show you the simulation.

Edited by Shrecked
  • Like 2

Share this post


Link to post
Share on other sites

there should be another clan announcement section apart from clan chat section in the chat section.

as most people chat in clan chat, the announcement/instruction given by leader or any helpful person gets deleted over time (due to excessive chat). thus requesting to make an additional clan announcement (better clan news) section in chat section .

Share this post


Link to post
Share on other sites

Actually, I would like to see that the Clan Leader (as the highest position) is able to create maps without needing a PRO Pass. I mean, the other clan members can join the map without problems, but for now nobody in the Clan can create a map  :mellow:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...