Im the eSport manager & founder/coder of ECSLeague, we've the Cups/League sections, so i wonder to launch GATHERs too. I've coded the ingame plugins, irc bots for gather, now i need the SKILLPOINTS system, but cant find it. Mby some1 of you can help me? Okay lets'go!
I need the skillpoints calc. script, like this 1:
Code: Select all
msps = Match Skillpoints
Wining skillpoints:
* Damage Done by you = + (Damage : 3) msps
* Killing an enemy = + 5 msps
* Killing 5 in one round when alone agains 5 (1vs5) = + 80 msps
* Killing 5 in one round = + 60 msps
* Killing 4 in one round when alone agains 4 (1vs4) = + 40 msps
* Killing 4 in one round = + 25 msps
* Killing 3 in one round when alone agains 3 (1vs3) = + 20 msps
* Killing 3 in one round = + 10 msps
* Making the first kill of the round = + 5 msps
Losing skillpoints:
* Damage Done to you by T = - (Damage : 6) msps
* Damage Done to you by CT = - (Damage : 20) msps
* Damage Done to by you to a teammate = - (Damage) msps
* Killing a teammate = - 20 msps
* Being killed = - 5 msps
* Being the first one to die on the round = - 5 msps
Final calculations:
Code: Select all
temporaryskillpoints = (10 x msps x 2 x 1) : totalrounds
wonrate = temporaryskillpoints : 50
pointsdifference = temporaryskillpoints - oldskillpoints
newskillpoints = actualskillpoints + (pointsdifference : wonrate)
Code: Select all
1st: ocreeN 1000sp
2nd: ocreeN2 988sp
3rd: ocreeN3 800sp
4:...
5:...
6:... etc etc