House Decay
House Decay
how long does a player have to be inactive before his/her house decays??????
Archived topic from AOV, old topic ID:3567, old post ID:22905
Archived topic from AOV, old topic ID:3567, old post ID:22905
"Behold I send you out as sheep amidst the wolves"
-
- Posts: 487
- Joined: Mon May 21, 2007 10:00 pm
House Decay
Not entirely sure, but I think it's around 3 months.
I could be dead wrong though.
Archived topic from AOV, old topic ID:3567, old post ID:22906
I could be dead wrong though.
Archived topic from AOV, old topic ID:3567, old post ID:22906
House Decay
No your right. 90 days.
Archived topic from AOV, old topic ID:3567, old post ID:22907
Archived topic from AOV, old topic ID:3567, old post ID:22907
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
House Decay
It's 90 days, BUT, in some cases, such as luna, it can be as little as 1 month, unless there are circumstances why its been so long why it was not refreshed.
Luna plots are popular, so to give active people a chance at one, I will randomly force idoc houses that don't look like the owner will be coming back. When this is done the houses start from the start of the decay stage so they still have about 5-10 days before they actually do drop.
For those curious this is the actual idoc timer code:
(yes, this differs from standard runuo code - this code actually makes more sense and is easier to tweak)
Archived topic from AOV, old topic ID:3567, old post ID:22908
Luna plots are popular, so to give active people a chance at one, I will randomly force idoc houses that don't look like the owner will be coming back. When this is done the houses start from the start of the decay stage so they still have about 5-10 days before they actually do drop.
For those curious this is the actual idoc timer code:
(yes, this differs from standard runuo code - this code actually makes more sense and is easier to tweak)
Code: Select all
if((LastRefreshed+decayperiod)<DateTime.Now) //house has not been refreshed in too long, start decay process
{
if(nextdecaystage<DateTime.Now)
{
switch(decaystage)
{
default:
{
nextdecaystage=DateTime.Now+TimeSpan.FromHours(1);
decaystage=DecayLevel.LikeNew;
break;
}
case DecayLevel.LikeNew:
{
nextdecaystage=DateTime.Now+TimeSpan.FromDays(1)+TimeSpan.FromHours(Utility.Random(24))+TimeSpan.FromMinutes(Utility.Random(61));
decaystage=DecayLevel.Slightly;
break;
}
case DecayLevel.Slightly:
{
nextdecaystage=DateTime.Now+TimeSpan.FromDays(1)+TimeSpan.FromHours(Utility.Random(24))+TimeSpan.FromMinutes(Utility.Random(61));
decaystage=DecayLevel.Somewhat;
break;
}
case DecayLevel.Somewhat:
{
nextdecaystage=DateTime.Now+TimeSpan.FromDays(1)+TimeSpan.FromHours(Utility.Random(24))+TimeSpan.FromMinutes(Utility.Random(61));
decaystage=DecayLevel.Fairly;
break;
}
case DecayLevel.Fairly:
{
nextdecaystage=DateTime.Now+TimeSpan.FromDays(1)+TimeSpan.FromHours(Utility.Random(24))+TimeSpan.FromMinutes(Utility.Random(61));
decaystage=DecayLevel.Greatly;
break;
}
case DecayLevel.Greatly:
{
nextdecaystage=DateTime.Now+TimeSpan.FromHours(12)+TimeSpan.FromHours(Utility.Random(12))+TimeSpan.FromMinutes(Utility.Random(61));
decaystage=DecayLevel.IDOC;
break;
}
}
}
}
Honk if you love Jesus, text if you want to meet Him!
House Decay
that explains why I lost my luna house and the stuff inside........ I knew I wasn't gone for 3 months. that fucking blows.
Archived topic from AOV, old topic ID:3567, old post ID:22909
Archived topic from AOV, old topic ID:3567, old post ID:22909
"Behold I send you out as sheep amidst the wolves"
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
House Decay
Which side was it on? From what I recall the houses I did drop where GAME ones as I knew they quit the shard.
Archived topic from AOV, old topic ID:3567, old post ID:22911
Archived topic from AOV, old topic ID:3567, old post ID:22911
Honk if you love Jesus, text if you want to meet Him!
House Decay
north side. two houses down from eby's place. it was just a small stone looking building. I'm kinda disappointed that after being busy with irl stuff, to come back when I had some spare time to find my house is gone
Archived topic from AOV, old topic ID:3567, old post ID:22917
Archived topic from AOV, old topic ID:3567, old post ID:22917
"Behold I send you out as sheep amidst the wolves"
- DOCTOR THUNDER
- Posts: 1611
- Joined: Sat Jan 06, 2007 8:34 am
House Decay
sorry to hear that happened to you Cody. I thought the luna houses lasted at least 30 days too.
Archived topic from AOV, old topic ID:3567, old post ID:22918
Archived topic from AOV, old topic ID:3567, old post ID:22918
The polite PK.
House Decay
I could honestly care less about the house plot itself, its just all the stuff I had amassed in my time here on valor, and we're talking since the beginning.
Archived topic from AOV, old topic ID:3567, old post ID:22919
Archived topic from AOV, old topic ID:3567, old post ID:22919
"Behold I send you out as sheep amidst the wolves"
House Decay
I don't know you whatsoever, but I'll buy you an 18x18 if ya want. Hell, I'll even design it for ya.
Archived topic from AOV, old topic ID:3567, old post ID:22920
Archived topic from AOV, old topic ID:3567, old post ID:22920
House Decay
nah boss its all good, I wasn't looking for retribution just an answer........ and very disappointed about it.
Archived topic from AOV, old topic ID:3567, old post ID:22921
Archived topic from AOV, old topic ID:3567, old post ID:22921
"Behold I send you out as sheep amidst the wolves"
House Decay
i just hope that my house wont drop cause iam not active now, i just cant find time to get back into right now, other than refreshing the houses
Archived topic from AOV, old topic ID:3567, old post ID:22925
Archived topic from AOV, old topic ID:3567, old post ID:22925
┬hẸ ςhadoШlordς ╒ac┬ion
Vai missä se oli?
Vai missä se oli?
House Decay
well trust me dude it sucks, especially when you've been around as long as you and I haveFinlander wrote:i just hope that my house wont drop cause iam not active now, i just cant find time to get back into right now, other than refreshing the houses
Archived topic from AOV, old topic ID:3567, old post ID:22953
"Behold I send you out as sheep amidst the wolves"