Jump to content
SSForum.net is back!

Recommended Posts

Posted

At one point, you guys had a system that shuffled teams after a consecutive win. I thought this was a good idea... why is it no longer used? All too often one freq will dominate the other one fg after the next. It's already frustrating enough that entering mid-game will (likely) place you with the weaker team. The fact that leech/kill money comes slower for experienced players gives us all the less reason to attack on a disadvantaged team.

 

Also wonder why the (S) tag no longer appears next to summon lancs. It's true that almost everyone has summon at this point in the reset... but it would be good to recognize teammates that might not have it.

Posted
Agree about the (S) thing... I also wondered why they'd REMOVE a feature, unless it was giving problems, but I don't see how this one could create problems...
Posted

The shuffling thing would occasionally crash the zone. I opted to remove it until the problem could be fixed.

 

The lancs thing was removed due to a pymod conflict stemming from different versions of hscore_items.h between compiling environments. D1st0rt hasn't had a chance to fix it. He's probably forgotten it was a problem.

Posted
If shuffling the teams causes the zone to crash can you make the shuffle command simpler to process. For example disband the freqs after win but not automatically reintroduce them into teams. This is a VERY important part of the game I think.
Posted

Instead of a full shuffle...

 

while (team0.total_exp() > team1.total_exp()*1.05) //5% difference allowed

random player on team0 -> change_freq(team1)

 

Would this still crash the server?

Posted

I wouldn't know since I don't pick which language I use based on what dangerous practice I can get away with.

I was sort of hinting that the things that crash the zone are C, because unlike Python, it does absolutely nothing to protect the unwitting programmer. Python on the other hand will throw exceptions and cry but in the end you're still connected. C will crash without prejudice (and sometimes it will even just act weird without crashing...)... so yeah.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...