This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Skillpoints calculator(ingame cs)

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
o
ocreeN
Voice
Posts: 3
Joined: Thu May 27, 2010 4:55 pm

Skillpoints calculator(ingame cs)

Post by ocreeN »

Hi boyz'n'girlz! Im new on egghelp.org so i tryed to search there the stats script for eggdrop, but no results. Okay, now im gonna explain what i want, dunno is it possible or not :)

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)
& the bot sending the TOP50 info to the website, like Ladder section:

Code: Select all

1st: ocreeN 1000sp
2nd: ocreeN2 988sp
3rd: ocreeN3 800sp
4:...
5:...
6:... etc etc
Script for Counter-Strike :) questions? Post there & i`ll answer :)
o
ocreeN
Voice
Posts: 3
Joined: Thu May 27, 2010 4:55 pm

Post by ocreeN »

will pay for this script, pm or post here
Post Reply