Page 1 of 1

Server Script Help

Posted: Sun Aug 04, 2013 4:21 pm
by Kuma
I am working on my pysnip server, I experienced problems with the irc but I fixed them. Now in many servers like HOMO, i have
seen where there is a multi-bullet and no-spread detector which automatically bans a person. Where can I find it? Also I am interested in any useful scripts... List of scripts on my server:-
Code: Select all
      "rollback",
        "protect",
        "map_extensions",
        "disco",
        "votekick",
        "trusted",
        "ratio",
        "passreload",
        "blockinfo",
        "afk",
	"timedmute",
	"analyze",
	"teamchat",
	"ircpublish",
	"squad",
	"aimbot2",
	"rapid",
	"airstrike2"
P.S I am using PySnip with GeoLiteCity and Orignal Pyspades Map Pack

Re: Server Script Help

Posted: Sun Aug 04, 2013 10:16 pm
by AriaKanzaki
Some extensive and popular administrating scripts would be RDAdminbot, aimbot2, banhammer, and maybe even aimban (RDAdminbot should be an absolute essential). I would also suggest to have at least 6 administrators/moderators across broad timezones if you are planning to run a 24/7 server. As for maps acquisition, scrounging around for Minit's and Aloha's tremendous map reservoirs would be ideal because I don't quite believe I have permissions to post their respective links here. Blue_Happy3

My personal repository of scripts if you're too reluctant to search around Github or other sources: https://www.dropbox.com/sh/oi2wc4g2o88xamg/9Es5qHPq8m

Re: Server Script Help

Posted: Mon Aug 05, 2013 9:52 am
by Kuma
I choose RDAdmin and Banhammer because our(HOMO) clan server uses it. But IT DID NOT WORK!!!! *RAGE*

Alright here are command prompt logs if you can help.

Problem with RDAdmin
Spoiler:
Code: Select all

C:\Documents and Settings\OJAS\Desktop\AoS modding\PySnip Jan 13\Servers\Kuma's
Server>run.exe
Traceback (most recent call last):
  File "run.py", line 1014, in <module>
  File "C:\Documents and Settings\OJAS\Desktop\AoS modding\PySnip Jan 13\Servers
\Kuma's Server\scripts\RDAdminbot.py", line 95
    self.send_chat("--Server status--\n Rifle: %s\n SMG: %s\n Shotty: %s\n Grena
des: %s\n Noscope: %s\n Spade War: %s" % (self.protocol.wpn_banned[RIFLE_WEAPON]
,self.protocol.wpn_banned[SMG_WEAPON],self.protocol.wpn_banned[SHOTGUN_WEAPON],s
elf.protocol.nade_banned,self.protocol.noscope,self.protocol.spade_only))
       ^
IndentationError: expected an indented block

C:\Documents and Settings\OJAS\Desktop\AoS modding\PySnip Jan 13\Servers\Kuma's
Server>pause
Press any key to continue . . .
Problem With BanHammer
Spoiler:
Code: Select all

C:\Documents and Settings\OJAS\Desktop\AoS modding\PySnip Jan 13\Servers\Kuma's
Server>run.exe
Traceback (most recent call last):
  File "run.py", line 1022, in <module>
TypeError: 'NoneType' object is not iterable

C:\Documents and Settings\OJAS\Desktop\AoS modding\PySnip Jan 13\Servers\Kuma's
Server>pause
Press any key to continue . . .

Re: Server Script Help

Posted: Mon Aug 05, 2013 6:10 pm
by AriaKanzaki
Could you perhaps copy and paste your configuration file as that would be much more substantial in terms of determining what went wrong? Also, the HOMO servers also incorporate aimban.py (the script that regulates the majority of hacks such as NoSpread, NoRecoil, and perhaps even Lock Kills if I'm not mistaken.

Re: Server Script Help

Posted: Tue Aug 06, 2013 2:51 pm
by StarDust