Forums

Clan ban list

Quick find code: 86-87-973-65779717

Yuimetal
Dec Member 2022

Yuimetal

Posts: 1,007 Mithril Posts by user Forum Profile RuneMetrics Profile
I'm not sure if this has been said and sorry if this is considered as spam but are there any plans to make the ban list bigger? For some clans, the bigger they get, the quicker the clan ban list grows because people try to join their clan chat and recruit.

Then you got the other pathetic ones who try to recruit people who are already in clan's by pming them etc.

How hard would it be to put in place a clan ban list with a bigger size, for example 200 out of curiosity.

Thanks :)
hi

17-Apr-2016 20:05:30

Yuimetal
Dec Member 2022

Yuimetal

Posts: 1,007 Mithril Posts by user Forum Profile RuneMetrics Profile
I mean, I dont think it would be that hard to do a minor tweak to a system that's already set up but this would help all the clans especially big ones. Honestly, some small things are the things that satisfy the most to some people.

This for example is a way in java or something similar to it to code the ban list.

if (banlist < 200)
{
(code to add user to clan ban list).
BanList++; (it will increment and add +1)
}
else
{
if (banlist == 200)
{
return "Cannot add user to ban list because the ban list has reached its max capacity";
}

Something like this would be welcome. Now, dont get me wrong, I absolutely have no idea how the clan code and banning works or what structure is used but changing a couple of stuff shouldn't be that hard and should not take long (its also highly possible that im wrong but this is what i've learned in three semesters of computer science).
hi

17-Apr-2016 21:09:18

DrBrokenBow

DrBrokenBow

Posts: 7,265 Rune Posts by user Forum Profile RuneMetrics Profile
Sev, don't forget more people on the list would require a larger memory capacity. I don't know how much memory it would use, but no doubt it's already a lot with the amount of clans. MrBrokenBow - Former Leader and Founder of
Rebel Rising

Maxed on the 9th July 2017!

18-Apr-2016 00:28:47

Triscuits
Jan Member 2007

Triscuits

Posts: 11,478 Opal Posts by user Forum Profile RuneMetrics Profile
why don't you just delete the ones at the top of the list who have been on the longest and free up some space :)
Hidden Elements/Scouter

I'm just a player who loves the game and the people in a great clan!!!

18-Apr-2016 02:34:13 - Last edited on 18-Apr-2016 02:35:15 by Triscuits

Body btw

Body btw

Posts: 19,488 Opal Posts by user Forum Profile RuneMetrics Profile
I don't think the coding for it is that simple and you might give Maz a heart attack implying that it is :p

Ofc, I support. The problem is apparently RS is a jumbled bird's nest of code wrapped in a knot.
"Why are you posting threads, asking questions and making discussion???"


All I do anymore is fish - 2017

18-Apr-2016 10:48:39

Quick find code: 86-87-973-65779717 Back to Top