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!

You are here: Big Brother Bot ForumAdd-OnsPlugins DiscussionPlugins by xlr8or (Moderator: Freelander)PowerAdminUrt 1.4.0+ for Urban Terror!
Pages: 1 [2] 3 4 5   Go Down
  Print  
Author Topic: PowerAdminUrt 1.4.0+ for Urban Terror!  (Read 16865 times) Bookmark and Share
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1998
Online Online
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #15 on: August 10, 2009, 08:27:24 AM »

Hokay, latest version 1.4.2 has the additions:
- bugfixes by naixn (thanks guys!)
- all locks release mechanism on gameExit and '!paforce all free'
Logged


B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 63
Offline Offline
« Reply #16 on: September 07, 2009, 06:19:26 AM »

Hi,

I added a little hack to get a random private password from a dictionary (when papublic off)

The patch is based on 1.4.2 and includes the changes made by FSK405|Fear (refer to his post for the xml configs)

Need to add this lines to publicmode config:

Code:
   <set name="usedic">True</set>
    <set name="dicfile">/home/dicfile.txt</set>

Regards.

[attachment deleted by maintenance - older than 60 days]
« Last Edit: September 10, 2009, 09:24:34 AM by sgt » Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1998
Online Online
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #17 on: September 11, 2009, 10:37:43 AM »

Could you provide a patch file for that modification?
Logged

B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 63
Offline Offline
« Reply #18 on: October 06, 2009, 03:07:43 PM »

Could you provide a patch file for that modification?

The patch attached contains only my modifications.

This version requires an extra option to add to the conf file

Code:
<set name="randnum">3</set>

Regards.

[attachment deleted by maintenance - older than 60 days]
« Last Edit: October 06, 2009, 03:09:30 PM by sgt » Logged
Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 35
Offline Offline
« Reply #19 on: October 24, 2009, 11:40:41 PM »

Is this Plugin still available? Cause the Link on Page 1 does not work anymore.
Logged

Jr. Member
**
OS: Windows
Type: Renting Server with B3
Gameservers: UrT
Posts: 39
Offline Offline
« Reply #20 on: January 22, 2010, 03:31:17 AM »

Where can I activate autobalancer for Bomb mode? I want when the teams are unbalanced the balancer ballance the teams automaticly without !teams command.

Thx in advance...
Logged
B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 63
Offline Offline
« Reply #21 on: January 22, 2010, 03:59:37 AM »

Where can I activate autobalancer for Bomb mode? I want when the teams are unbalanced the balancer ballance the teams automaticly without !teams command.

Thx in advance...

You can set tinterval to a value other than 0. For example 1 to check every 1 minute. And be sure that 'bm' is in autobalance_gametypes
Logged
Jr. Member
**
OS: Windows
Type: Renting Server with B3
Gameservers: UrT
Posts: 39
Offline Offline
« Reply #22 on: January 23, 2010, 04:05:44 AM »

You can set tinterval to a value other than 0. For example 1 to check every 1 minute. And be sure that 'bm' is in autobalance_gametypes
I changed it but nothing happened. Yes. I restarted the B3, but nothing, but the other poweradmin things woorks good.
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1998
Online Online
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #23 on: January 23, 2010, 07:06:32 AM »

You must also enable teambalancing for the bm gametype:

Code:
<!-- specify which gametypes to autobalance - separate with space or comma -->
<!-- FreeForAll=dm, TeamDeathMatch=tdm, Team Survivor=ts, Follow the Leader=ftl, Capture and Hold=cah, Capture The Flag=ctf, Bombmode=bm -->
<set name="autobalance_gametypes">tdm</set>
Default its only tdm (teamdeathmatch).

Be aware that teambalancing in a gametype like BombMode will kill the player when balanced, you may not want that to happen.
Logged

Jr. Member
**
OS: Windows
Type: Renting Server with B3
Gameservers: UrT
Posts: 39
Offline Offline
« Reply #24 on: January 23, 2010, 07:29:51 AM »

Hm... Is it possible to auto ballance teams every end of round? It will be the better for Bomb Mode.  Smiley
Logged
Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: Urt
Posts: 2
Offline Offline
« Reply #25 on: March 12, 2010, 02:47:01 PM »

Hello everyone,
is there a way to have the head-shotpart of the plug-in work for counting 1map, and then reset after?

Currently its either Roundwise or all the time.

I'm Using it for a Team Survivor Server where it seems to "think" the map is over after red/blue wins.

With regards
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1998
Online Online
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #26 on: March 13, 2010, 02:26:29 AM »

A new version (1.5.3) is in the downloadsection and on my github repository. Feel free to test it and let me know if this one does what you need.
Logged

Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 9
Offline Offline
Keep it simple.
WWW
« Reply #27 on: March 18, 2010, 01:38:43 PM »

Hi xlr8or,

we installed the poweradminurt 1.5.3 on our server with Python v2.5.2 and since then we experience two problems:
  • When a player joins or switches the team, we get a giantic error message in the logfile. I don't want to quote it in total, but it starts like this:
    Quote
    ERROR   handler PoweradminurtPlugin could not handle event Client Team Change: RuntimeError: maximum recursion depth exceeded [('/home/urt/b3/b3/parser.py', 711, 'handleEvents', 'hfunc.parseEvent(event)'), ('/home/urt/b3/b3/plugin.py', 143, 'parseEvent', 'self.onEvent(event)'), ('b3/extplugins/poweradminurt.py', 686, 'onEvent', 'self.onTeamChange(event.data, event.client)'), ('b3/extplugins/poweradminurt.py', 1383, 'onTeamChange', 'if self.ignoreCheck():'), ('b3/extplugins/poweradminurt.py', 1891, 'ignoreCheck', 'if self.ignoreCheck():'), ('b3/extplugins/poweradminurt.py', 1891, 'ignoreCheck', 'if self.ignoreCheck():'). [...]
    and keeps repeating the last iteration with the self.ignoreCheck part for about a bazillion times.
  • The mapcycle doesn't work anymore. We figured, that maybe the roatationmanager is responsible for this and switched this »sub plugin« off, by setting
    <set name="rm_enable">False</set>
    but that didn't do the trick. We also changed the values for small, medium and large rotation files to the same value (our normal mapcycle.txt), but it didn't change anything. It even kept this behaviour after we took this plugin out of the b3.xml and stopped and restartet B3. Only an 'exec server.cfg' and disabled B3 solved this.

Do you have any idea what's wrong?
Logged

--
Signatures are profoundly overrated.
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1998
Online Online
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #28 on: March 19, 2010, 06:33:28 AM »

Thanks for the report, but in order to get a clue I need more of the B3 logfile, for both instances.
Can you provide some log?
Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1998
Online Online
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #29 on: March 19, 2010, 07:08:28 AM »

First bug should be fixed in the latest source in my dev-repo.

For the second I need a B3 log with the issue at hand.
Logged

Tags:
Pages: 1 [2] 3 4 5   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal