Convoy Trucking

Server related => Suggestions => Locked & Closed Suggestions => Topic started by: sorin on May 04, 2013, 13:45

Title: Evicted time
Post by: sorin on May 04, 2013, 13:45
60 days to evict a user from his house , it's alot.Why? Because , nowdays a lot of players with big houses they log in only for the house do 1-2 mission and then /q , they "quited" Convoy , because theyr acctivity is little.
So , i propose , the eviction time to be decrase at 30 days.
Please tell me your opinin , if this isn't a good opinion (please tell why).
[hide=a P.S]Sorry for my english , i hope you understood what i mean.[/hide]
Title: Re: Evicted time
Post by: Shake on May 04, 2013, 13:56
It can be a good Suggestion, since you give them less time to login and they're more likely to lose their houses.
+1 from me.
Title: Re: Evicted time
Post by: Bruno_2MLG4CT on May 04, 2013, 14:24
30 days, nah. Someone may go out of the country or study for exams or have no internet connection or a big thunder in his city which will stop the electricity or whatever. It's fine now.
Title: Re: Evicted time
Post by: sorin on May 04, 2013, 15:05
Quote from: brane on May 04, 2013, 14:24
30 days, nah. Someone may go out of the country or study for exams or have no internet connection or a big thunder in his city which will stop the electricity or whatever. It's fine now.
Who has exams the admins could make an topic for this. And the thunder doesn't stay in a city for 30days  , and the electricity will be repaired.

*In Zed's town is thunder and storms everyday  ;) :ukiddn:  (It was an example , that you could apply to everyone)
Title: Re: Evicted time
Post by: sardarji on May 04, 2013, 15:08
Big +1
Quote from: brane on May 04, 2013, 14:24
30 days, nah. Someone may go out of the country or study for exams or have no internet connection or a big thunder in his city which will stop the electricity or whatever.
If this is the case why not make it to 40 days. 60 days is too much. One can easy come online in 60 days no matter how busy he is......
Title: Re: Evicted time
Post by: Benny on May 04, 2013, 15:20
Should be like this:

40 days not being online 
and add this:
40 days of not doing a mission - you would get evicted to.

Or just add to the 60 days not being online add 60 days of not doing a mission - your house would get eviced by not being onlen 60 days or not doing any mission in the past 60 days.
Title: Re: Evicted time
Post by: Goldy. on May 04, 2013, 15:20
it's a good idea +1
Title: Re: Evicted time
Post by: Konali on May 04, 2013, 15:26
i agree but lets not complicate things and change something that has worked for 3 years now.
60 days may seem alot, but its acceptable.
Title: Re: Evicted time
Post by: Hobo on May 04, 2013, 16:10
60 days is fine.
Title: Re: Evicted time
Post by: Vinny on May 04, 2013, 16:11
Just turn those 60 days not logged in, to 60 days without mission, but don't announce it :)
Title: Re: Evicted time
Post by: sardarji on May 04, 2013, 16:31
Quote from: Konali on May 04, 2013, 15:26
i agree but lets not complicate things and change something that has worked for 3 years now.
60 days may seem alot, but its acceptable.
Situation is different now. There is insufficient amout of houses as compared to ppls.....
Quote from: Vinny on May 04, 2013, 16:11
Just turn those 60 days not logged in, to 60 days without mission, but don't announce it :)
Or maybe u must do 10 missions in 60 Days or amount of time online 20 hours online in 60 days....
Title: Re: Evicted time
Post by: Vinny on May 04, 2013, 16:33
Yeah that too because im frenquently online but i dson't work a lot, just driving and chilling around so i think the time spent online should count
Title: Re: Evicted time
Post by: Joshy on May 04, 2013, 16:47
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
Title: Re: Evicted time
Post by: TheSandman on May 04, 2013, 17:00
Quote from: Joshy on May 04, 2013, 16:47
[hide=Joshys epic suggestion]
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
[/hide]
But you would be able to add specific exceptions, like Mick for example.
Title: Re: Evicted time
Post by: Benny on May 04, 2013, 17:03
Quote from: TheSandman on May 04, 2013, 17:00
Quote from: Joshy on May 04, 2013, 16:47
[hide=Joshys epic suggestion]
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
[/hide]
But you would be able to add specific exceptions, like Mick for example.
That would be the best solution of them all. Great idea Joshy.
Title: Re: Evicted time
Post by: Hobo on May 04, 2013, 17:09
Quote from: TheSandman on May 04, 2013, 17:00
Quote from: Joshy on May 04, 2013, 16:47
[hide=Joshys epic suggestion]
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
[/hide]
But you would be able to add specific exceptions, like Mick for example.
Add an exception for either specific players or if their mod level is > 2. Something like that.
Title: Re: Evicted time
Post by: Joshy on May 04, 2013, 17:10
Quote from: TheSandman on May 04, 2013, 17:00
Quote from: Joshy on May 04, 2013, 16:47
[hide=Joshys epic suggestion]
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
[/hide]
But you would be able to add specific exceptions, like Mick for example.
Not really... in the watchlist you can add a player along with a comment to go with that player  (generally it's used for "added by Joshy" etc). If they are inactive for a good reason you could change their comment to say that so all admins who use the watchlist will know (I'll need to script a comment edit thing which will take a few minutes at max). The ultimate decider if that players gets evicted is admins so nothing will be automatically done without human verification.

I don't really mind if hundreds of players end up on the watchlist, I got a lot of free space. In fact the current database has 51 players being logged with 15,304 watchlist records and it's using up about 0.66MB. And that's taking a record every 12 hours which is more than sufficient.
Title: Re: Evicted time
Post by: Vinny on May 04, 2013, 17:31
Quote from: The Hobo on May 04, 2013, 17:09
Quote from: TheSandman on May 04, 2013, 17:00
Quote from: Joshy on May 04, 2013, 16:47
[hide=Joshys epic suggestion]
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
[/hide]
But you would be able to add specific exceptions, like Mick for example.
Add an exception for either specific players or if their mod level is > 2. Something like that.
Why would moderators be an exception ?
Title: Re: Evicted time
Post by: Hobo on May 04, 2013, 17:33
Quote from: Vinny on May 04, 2013, 17:31
Quote from: The Hobo on May 04, 2013, 17:09
Quote from: TheSandman on May 04, 2013, 17:00
Quote from: Joshy on May 04, 2013, 16:47
[hide=Joshys epic suggestion]
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
[/hide]
But you would be able to add specific exceptions, like Mick for example.
Add an exception for either specific players or if their mod level is > 2. Something like that.
Why would moderators be an exception ?
Greater than level 2 is admins.
Title: Re: Evicted time
Post by: Vinny on May 04, 2013, 17:36
Quote from: The Hobo on May 04, 2013, 17:33
Quote from: Vinny on May 04, 2013, 17:31
Quote from: The Hobo on May 04, 2013, 17:09
Quote from: TheSandman on May 04, 2013, 17:00
Quote from: Joshy on May 04, 2013, 16:47
[hide=Joshys epic suggestion]
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
[/hide]
But you would be able to add specific exceptions, like Mick for example.
Add an exception for either specific players or if their mod level is > 2. Something like that.
Why would moderators be an exception ?
Greater than level 2 is admins.
Still ... Admins are meant to be active, i don't see why their house shouldn't be sold if they don't play.
Title: Re: Evicted time
Post by: Konali on May 04, 2013, 18:01
the 60 days rule applies to everyone, mods and non mods.
Besides if there would be a mod that wa snot active for 60 days , i fucked up hard as admin in that case xD
Title: Re: Evicted time
Post by: Marccc on May 04, 2013, 18:38
Its pointless to change the amount of days, now people log in for some minutes every 60 days.
If you change it to 40 days they come some minutes online every 40 days.
If you change it to 30 days they come some minutes online every 30 days.
Etc... etc... etc...
Title: Re: Evicted time
Post by: Benny on May 04, 2013, 18:45
Quote from: The Hobo on May 04, 2013, 17:33
Quote from: Vinny on May 04, 2013, 17:31
Quote from: The Hobo on May 04, 2013, 17:09
Quote from: TheSandman on May 04, 2013, 17:00
Quote from: Joshy on May 04, 2013, 16:47
[hide=Joshys epic suggestion]
There needs to be better ways to find and catch inactive players. The system right now is auto-evict after 60 days of inactivity but what about those who log in every 59 days? At the moment admins rely on the community to post in the topic "inactive players" in the report players board but they can't evict many because only a handful of people are actually reported (even though many people do it) and even when you get many people reported, you need to monitor them for at least 60 days and then have to decide if it's fair to evict them or not. Admins don't have anything but raw logs, a log searcher (by Mick) and a watchlist I made them many months ago.

Mick needs to script some sort of house hogging detection system, let's say if no missions have been done in the last 60 days and they still have a house, send a request to the watchlist to add them or add them to some sort of list. The LASTUPDATED field in the players table wouldn't cut this mainly because it seems to update whenever the player record is modified. There will need to be a new field like LASTMISSION which only gets updated when a player does a mission or arrests a player etc. And then make a script which tests if ( player.lastMission >= 60 days ago && player.hasHouse ) addToWatchlist();. People will surely learn about this and will do a mission every 59 days but if the mission threshold was decreased to let's say... 30 days the watchlist will watch them and it will be obvious if they logged in and did a mission just to keep their house.

This is what I mean by obvious by the way:
(http://i.imgur.com/woXbOLw.png)
[/hide]
But you would be able to add specific exceptions, like Mick for example.
Add an exception for either specific players or if their mod level is > 2. Something like that.
Why would moderators be an exception ?
Greater than level 2 is admins.
Level 2 is Full Moderator
Title: Re: Evicted time
Post by: Terrorista310 on May 04, 2013, 19:31
Hell no, you get banned 30 days and you gonna loose your house and cars, 60 days is enough.
Title: Re: Evicted time
Post by: Ethan on May 04, 2013, 19:32
considering the fact that we lost logs for the days the server was down and now the new one. we have to wait some time to get everything formulated again, so... 30 days, 45 days, whatever it may be now, we have to wait and gather more info.
Title: Re: Evicted time
Post by: Supreme on May 04, 2013, 20:46
No, -1, I went 31 days on holiday last year and this year also 29-30-31 days
And I don't want to get evicted.
Title: Re: Evicted time
Post by: sardarji on May 04, 2013, 21:08
Do 30 days if u have any problem or going on vacation. Inform admins not to evict u. It will evict players which r inactive and come online just to save their house.
Title: Re: Evicted time
Post by: Ethan on May 04, 2013, 21:30
Quote from: sardarji on May 04, 2013, 21:08
Do 30 days if u have any problem or going on vacation. Inform admins not to evict u. It will evict players which r inactive and come online just to save their house.


the script would automatically evict if it was set to 30 days, there is no informing admins... if you would go on vacation or something happened for longer than 30 days (if done) Mick would have to change the thing in the database, and he wont since he doesnt do anything related to the server anymore
Title: Re: Evicted time
Post by: thojas on May 06, 2013, 09:07
Quote from: Sorin. on May 04, 2013, 13:45
60 days to evict a user from his house , it's alot.Why? Because , nowdays a lot of players with big houses they log in only for the house do 1-2 mission and then /q , they "quited" Convoy , because theyr acctivity is little.
So , i propose , the eviction time to be decrase at 30 days.
Please tell me your opinin , if this isn't a good opinion (please tell why).
[hide=a P.S]Sorry for my english , i hope you understood what i mean.[/hide]
-1 some people dont have much time to play cvt and 60 days is just good :)
Title: Re: Evicted time
Post by: Boy on May 06, 2013, 13:59
Quote from: thojas on May 06, 2013, 09:07
Quote from: Sorin. on May 04, 2013, 13:45
60 days to evict a user from his house , it's alot.Why? Because , nowdays a lot of players with big houses they log in only for the house do 1-2 mission and then /q , they "quited" Convoy , because theyr acctivity is little.
So , i propose , the eviction time to be decrase at 30 days.
Please tell me your opinin , if this isn't a good opinion (please tell why).
[hide=a P.S]Sorry for my english , i hope you understood what i mean.[/hide]
-1 some people dont have much time to play cvt and 60 days is just good :)
Title: Re: Evicted time
Post by: Konali on May 06, 2013, 14:36
This topic has basicly 2 discussions:


1) the threshold of 60 days
2) the fact that inactive players do not play anymore but just log on.


Combining these two together is not how it really works.  The treshold is fine, 60 days is a reasonable amount of time to connect to  CT.
BUT point 2) IF a player just connects once a week/month etc to log on to keep his house safe, or with the words from mick: If there is a reasonable cause to evict the player because he is not an ''active'' player anymore. We can do something, but this is kinda something totally different from point 1, since the 60 days is just a threshold and i do not feel that that should be changed.


However, players that abuse this threshold as descibed above, can be reported and every X weeks, the admin team looksinto every player reported specificly and will conclude if this is an active player or not.
Title: Re: Evicted time
Post by: Benny on May 06, 2013, 17:57
The 60 days are ok.
This suggestion is more pointing to make the evictions easier and faster.