Server Help

ASSS Custom Projects - <c> Spree by Smong

JoWie - Sun Jul 01, 2007 3:09 pm
Post subject: <c> Spree by Smong
Spree in c originally made by Smong

Made a minor change that adds 3 configuration options:

[Spree]
IgnoreKilledFake = 1 ; Your spree does not rise when killing a fake player
IgnoreKillerFake = 0 ; Your spree does not end when killed by a fake player
FakeSpree = 0 ; Can fake players can be on a spree?
JoWie - Thu Oct 01, 2009 5:21 pm
Post subject:
As requested by Masaru, added a region setting.
This way you can enable sprees for center, but not for bases
Hakaku - Mon Feb 08, 2010 12:29 pm
Post subject:
Here are the changes I suggest, namely some capitalization, 's (Bob spree vs Bob's spree), and fixing the behaviour of the end spree message (there's no reason to add the killed's name with a space when we have macros).

Code: Show/Hide
240c240
<          chat->SendArenaSoundMessage(arena, bong, "%s %s", killed->name, format);
---
>          chat->SendArenaSoundMessage(arena, bong, "%s", format);
383,384c383,384
<             chat->SendMessage(p, "%s spree: current %d best"
<                " %d last %d", t->name, d->wins,
---
>             chat->SendMessage(p, "%s's spree: Current %d Best"
>                " %d Last %d", t->name, d->wins,
393c393
<          chat->SendMessage(p, "spree: current %d best %d last %d",
---
>          chat->SendMessage(p, "Spree: Current %d Best %d Last %d",
401c401
<       chat->SendMessage(p, "%s spree: current %d best %d last %d",
---
>       chat->SendMessage(p, "%s's spree: Current %d Best %d Last %d",

Anonymous - Fri Oct 22, 2010 2:51 pm
Post subject:
I was wondering if there was an updated version of this for asss 1.5.0

I tried to complile spree 1.7 [apr 9 2005 smong] but ran into many errors.
Haider01 - Mon Oct 06, 2014 11:09 am
Post subject:
Yes its turf...

I also have now made each station only one flag, and figured out you can just keep track of the flag id..

I know which each flags id is, but I don't know how to do the rest of it..


Something like this???
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group