How often does it appears on servers?
Printable View
How often does it appears on servers?
Not often. Maybe once every 2 weeks on average.
I dunno, bro. I see him a lot more than that. I also play on a very busy server, maybe it's dependent on population?
I've seen him alot on aurora. About 3-4 times every week and about the same on danubia. Haven't played aurora the last month though.
I think their algorithm at server save might be like
Code:seed()
value = rand() % CITY_COUNT
if CITIES[value].CANHAVECOLLECTOR then
spawnCollector()
end