Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

Pages: [1] 2   Go Down
  Print  
Author Topic: Spree Plugin  (Read 8650 times) Bookmark and Share
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« on: April 23, 2009, 08:34:48 AM »

Spree plugin by Walker from 1stsop:

http://www.1stsop.nl/b3/spree_1.1.zip
Logged


Full Member
***
Posts: 57
Offline Offline
« Reply #1 on: April 22, 2010, 11:24:33 PM »

ok question regarding my spree plugin , it works perfect but i want to remove the  END spree messages from it, so they dont appear on my gameserver,but leave the start or got spree message on and showing on my server. i tried removing the code after the #(| The # character splits the 'start' spree from the 'end' spree.)

First code i have posted is my plugin_spree.xml, working with the end and start spree messages, and the

Second code  is
my plugin_spree.xml after an attempt to Take off the End spree messages,while leaving the start spree message, which didnt work. And made the plugin not work period on my server.

If you could edit the first one so that all the end spree messages are all gone but the 10kill one, in a fashion it will work, it would be appreciated.These xml files are pretty damn sensitive



Code:
<configuration plugin="spree">
<!--
| The # character splits the 'start' spree from the 'end' spree.
-->
<settings name="settings">
<!-- Reset spree stats for all clients at map rotation 0 = no, 1 = yes -->
<set name="reset_spree">0</set>
<!-- The minimum level to be able to use the !spree/@spree command. -->
<set name="min_level_spree_cmd">1</set>
</settings>

<settings name="killingspree_messages">
<set name="4">%player% ^1GETS A MUFFIN!^0==^74 KILL SPREE^0== # %player% ^0ENDED a ^14KILL ^0SPREE and STOLE A MUFFIN</set>
<set name="6">%player% ^1GETS A 6PACK!^0==^76 KILL SPREE^0== # %player% ^0ENDED a ^16KILL SPREE and Sent His VICTIM TOO AA!</set>
<set name="10">%player% ^1GETS A RUSSIAN PROSTITUTE!^0==^710 KILLS IN A ROW!^0== # %player% ^0ENDED a ^710KILL^0SPREE and Stole His HOOKER</set>
</settings>

<settings name="loosingspree_messages">
<set name="7">%player%, ^7it will come eventually broski # ^7Your Back In Business,^1Nice Shot %player%</set>
</settings>
</configuration>


Code:
<configuration plugin="spree">
<!--
| The # character splits the 'start' spree from the 'end' spree.
-->
<settings name="settings">
<!-- Reset spree stats for all clients at map rotation 0 = no, 1 = yes -->
<set name="reset_spree">0</set>
<!-- The minimum level to be able to use the !spree/@spree command. -->
<set name="min_level_spree_cmd">1</set>
</settings>

<settings name="killingspree_messages">
<set name="4">%player% ^1GETS A MUFFIN!^0==^74 KILL SPREE^0==a</set>
<set name="6">%player% ^1GETS A 6PACK!^0==^76 KILL SPREE^0==a</set>
<set name="10">%player% ^1GETS A RUSSIAN PROSTITUTE!^0==^710 KILLS IN A ROW!^0== # %player% ^0ENDED a ^710KILL^0SPREE and Stole His HOOKER</set>
</settings>

<settings name="loosingspree_messages">
<set name="7">%player%, ^7it will come eventually man, Dont give up # ^7Your Back In Business,^1Nice Shot %player%</set>
</settings>
</configuration>
« Last Edit: April 22, 2010, 11:26:15 PM by matthewstice » Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #2 on: April 23, 2010, 01:45:30 AM »

It's a plugin made by walker. He'll need a b3 log to see what's going on. But he was last here in october 2009, not sure if this plugin is still supported.
Logged

Full Member
***
Posts: 57
Offline Offline
« Reply #3 on: May 01, 2010, 02:50:14 PM »

Is there any way i can reach him? what name is he registered on here under, any email contact info etc on his account?
It a really simple thing i need to do, But the xml coding is very sensitive, ill keep trying stuff i guess
So far no luck
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #4 on: May 08, 2010, 09:38:55 AM »

He games here: http://www.1stsop.nl/
Logged

Full Member
***
Posts: 57
Offline Offline
« Reply #5 on: May 08, 2010, 08:08:47 PM »

that entire website is in dutch and i cannot even read it. MMhm
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #6 on: May 09, 2010, 12:33:37 AM »

His profile: <removed>
« Last Edit: May 09, 2010, 08:09:26 AM by xlr8or » Logged

Jr. Member
**
Posts: 23
Offline Offline
« Reply #7 on: May 09, 2010, 07:24:31 AM »

You've reached me Smiley...

A quick and dirty fix (I think):
Try changing those lines in spree.py:

                #Save the 'end'spree message in the client. That is used when the spree ends.
                spreeStats.endKillSpreeMessage = message[1]



Into:

                #Save the 'end'spree message in the client. That is used when the spree ends.
                #spreeStats.endKillSpreeMessage = message[1]


Hope this helps Smiley
Logged
Full Member
***
Posts: 57
Offline Offline
« Reply #8 on: May 09, 2010, 08:42:20 AM »

worked thanks you very much:)
Logged
Former Dev. (senate)
*****
OS: Linux
Type: Home user
Gameservers: BFBC2
Posts: 37
Offline Offline
« Reply #9 on: July 17, 2010, 10:29:21 PM »

Has anyone got this plugin working on BFBC2? is it supported?
I have tried and cannot get it working Sad
Logged

Rhidalin
Guest
« Reply #10 on: July 21, 2010, 01:28:05 AM »

Not sure on the BC2 portion of things but I added a little fun to the Spree Plugin. One can now call !spree target to see if a player is on a spree, or @spree target if they're doing exceptionally bad  Cheesy

http://github.com/Rhidalin-Bytes/Spree

Enjoy!
Logged
Beta Testers
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 43
Offline Offline
WWW
« Reply #11 on: August 03, 2010, 09:24:52 PM »

Thanks man! Added this to my server just now, and it is the first plugin I got to work Cheesy Thanks!
Logged


Full Member
***
OS: Windows
Type: Renting Server with B3
Gameservers: UrT
Posts: 123
Offline Offline
« Reply #12 on: September 13, 2010, 06:41:31 AM »

You've reached me Smiley...

A quick and dirty fix (I think):
Try changing those lines in spree.py:

                #Save the 'end'spree message in the client. That is used when the spree ends.
                spreeStats.endKillSpreeMessage = message[1]



Into:

                #Save the 'end'spree message in the client. That is used when the spree ends.
                #spreeStats.endKillSpreeMessage = message[1]


Hope this helps Smiley

can i set more message for 1 and # and for 2?
Logged
Beta Testers
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 21
Offline Offline
WWW
« Reply #13 on: December 01, 2010, 01:50:57 PM »

Reupload please!
Logged
Jr. Member
**
Posts: 23
Offline Offline
« Reply #14 on: December 11, 2010, 02:31:30 AM »

It's there again Smiley
Logged
Tags:
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal