Multikill Plugin?

England Post only in English please! - NO ban Appeal!

Moderatoren: Elfe1090, BigIceman1982

Gesperrt
Anna1998

Multikill Plugin?

Beitrag von Anna1998 »

Hellooo

My name is Anna and I'm really curious as of which plugins you guys are using on your battlefield servers.
Especially the multikill plugin. (MEGAKILL, ULTRAKILL, MONSTERKILL) :D

If you have a download link or just a link for the plugin, i'd be really greatful.

-Anna1998
Benutzeravatar
Jensen78
Moderator
Moderator
Beiträge: 263
Registriert: Donnerstag 12. September 2013, 19:44
Geschlecht:
Kontaktdaten:

Re: Multikill Plugin?

Beitrag von Jensen78 »

Hello,
on which server?
Anna1998

Re: Multikill Plugin?

Beitrag von Anna1998 »

On your BFBC2 servers, but I think you have it on BF3 Servers too :)
Sorry forgot to write that xd

-Anna1998
Benutzeravatar
Jensen78
Moderator
Moderator
Beiträge: 263
Registriert: Donnerstag 12. September 2013, 19:44
Geschlecht:
Kontaktdaten:

Re: Multikill Plugin?

Beitrag von Jensen78 »

Hi,
you need the plugin ProconRulz.

Insert this code in your rulz.

Code: Alles auswählen

# KILL ANNOUNCER (on spawn vars reset at start)
#
On Spawn; Set %multi% 0
On Kill; Not Rate 2 4; Set %multi% 0
On Kill; Rate 6 20;if %multi% >= 5; Set %multi% 1 + %multi%
On Kill; Rate 5 16;if %multi% == 4; Set %multi% 1 + %multi%
On Kill; Rate 4 12;if %multi% == 3; Set %multi% 1 + %multi%
On Kill; Rate 3 6;if %multi% == 2; Set %multi% 1 + %multi%
On Kill; Rate 2 4;if %multi% == 0; Set %multi% 2
On Kill; if %multi% > 5;Say ===> %p%: --== M-O-N-S-T-E-R - K-I-L-L %multi% in a row ==--
On Kill; if %multi% == 5;Say ===> %p%: -== ULTRA KILL 5 in a row ==-
On Kill; if %multi% == 4;Say ===> %p%: -= MEGA Kill (%multi% in a row) =-
On Kill; if %multi% == 3;PlayerSay ===> %p%: "Tripple Kill!"
Anna1998

Re: Multikill Plugin?

Beitrag von Anna1998 »

Thank you so much! I have been looking everywhere. :)
If I wanted to, would I then be able to change the names of each killname, or add more names? And if so is it easy to do?
Benutzeravatar
Jensen78
Moderator
Moderator
Beiträge: 263
Registriert: Donnerstag 12. September 2013, 19:44
Geschlecht:
Kontaktdaten:

Re: Multikill Plugin?

Beitrag von Jensen78 »

Yes you can. It‘s easy ;-)
Anna1998

Re: Multikill Plugin?

Beitrag von Anna1998 »

Sorry for another question, hope its not a bother. But what array do I put these lines in?

Theres a "Rules" line
Theres a "Rulz .txt filenames"
Theres a "Player name whitelist"
And theres a "Clan name whitelist"

Which one of those arrays should I put those lines in? :o
Might be a stupid question, but im not very familiar with this kind of stuff xd

-Anna1998
Benutzeravatar
Jensen78
Moderator
Moderator
Beiträge: 263
Registriert: Donnerstag 12. September 2013, 19:44
Geschlecht:
Kontaktdaten:

Re: Multikill Plugin?

Beitrag von Jensen78 »

Insert in „Rules“ line
Anna1998

Re: Multikill Plugin?

Beitrag von Anna1998 »

thank you SO much for your help.
My code now looks like this after modifying it a bit, I'm not sure how to test it as of this very moment, but you might be able to tell if i'd work or if i'm missing something.

# KILL ANNOUNCER (on spawn vars reset at start)
#
On Spawn; Set %multi% 0
On Kill; Not Rate 2 4; Set %multi% 0
On Kill; Rate 6 20;if %multi% >= 5; Set %multi% 1 + %multi%
On Kill; Rate 5 16;if %multi% == 4; Set %multi% 1 + %multi%
On Kill; Rate 4 12;if %multi% == 3; Set %multi% 1 + %multi%
On Kill; Rate 3 6;if %multi% == 2; Set %multi% 1 + %multi%
On Kill; Rate 2 4;if %multi% == 0; Set %multi% 2

On Kill; if %multi% >= 10: Say ===> %p% -----=== GOD LIKE!!! %multi% in a row ===-----
On Kill; if %multi% == 9: Say ===> %p% --== MASSACRE!!! %multi% in a row ==--
On Kill; if %multi% == 8: Say ===> %p% --== MONSTER KILL!!! %multi% in a row ==--
On Kill; if %multi% == 7;Say ===> %p%: --== RAMPAGE %multi% in a row ==--
On Kill; if %multi% == 6;Say ===> %p%: --== LEGENDARY %multi% in a row ==--
On Kill; if %multi% == 5;Say ===> %p%: -== ULTRA KILL 5 in a row ==-
On Kill; if %multi% == 4;Say ===> %p%: -= MEGA KILL (%multi% in a row) =-
On Kill; if %multi% == 3;PlayerSay ===> %p%: "Tripple Kill!"
Gesperrt

Zurück zu „Ask us, we will try to answer!“