Author Topic: Point Kill Steal  (Read 1201 times)

Hey, I'm creating a new server and I was kind of needing an add-on that, when the person is killed, the killer steals their points. Or if the player dies by bots or natural causes, they loose their points and the points go nowhere.

If maybe there is already an add-on like this, or if someone could whip it up, I would be grateful!

I don't think this would be too terribly difficult to make...

When a player dies there is a default system which tracks who killed who with what.

This information could be used to, Look at the players score who died. And record the value.
Subtract that value from the player's score. (Making their score 0)
Then add the value to the killers score if applicable.

I've only made Brick and Decal packs... so Sadly I don't know how to make minigame mods. So you'll need help some someone else.

This is a pretty easy mod. I would make it myself, but I don't have time to mod these days. ;-;

Take all their score or what?

Take all their score or what?

Take all of it.



-snip-

I was thinking the same thing. Thanks for seeing through.

I suppose a quick little code distraction wouldn't hurt.

Will be on by default unless you have slayer.

I suppose a quick little code distraction wouldn't hurt.

Will be on by default unless you have slayer.

Aww. I was going to use Slayer :|

You can still toggle it with slayer, it's just that it'll be on by default without slayer because managing minigame variables without any sort of framework is not user-friendly.

Off by default for slayer because it doesn't seem like something that should be on by default for a framework gamemode.

Either way, you can still turn it off and on at will. Don't fret.

Sorry about the delay. It was finished about an hour and a half ago but my internet forgeted up.

https://www.dropbox.com/s/rtj0p2rc26mjfkm/Script_KillSteal.zip

Code: (description.txt) [Select]
Title: KillSteal Points System
Author: Chrono

Set value between 0-100, not 0-1
Slayer supported, Advanced > KillSteal > % Points Stolen > 0-100
/setkillsteal 0-100


Sorry about the delay. It was finished about an hour and a half ago but my internet forgeted up.

https://www.dropbox.com/s/rtj0p2rc26mjfkm/Script_KillSteal.zip

Code: (description.txt) [Select]
Title: KillSteal Points System
Author: Chrono

Set value between 0-100, not 0-1
Slayer supported, Advanced > KillSteal > % Points Stolen > 0-100
/setkillsteal 0-100



Thanks Man! I'll try it out later.


Works out great! Thanks!
« Last Edit: May 20, 2014, 03:09:04 PM by Jakobblockhead »