-
Posts
38 -
Joined
-
Last visited
Content Type
Forums
Profiles
Events
Gallery
Downloads
Articles
Everything posted by wawin
-
version = "1.0" description = "Autopromotion" ---------------------------------------------------------------------- -- Orginally created by Perlo_0ung -- Modified for silEnT mod 0.5.0 and higher -- For other mods and lower versions of silEnT just change -- "sil_guid" to "cl_guid" in "noGuid" function ---------------------------------------------------------------------- ---------------------------Configuration------------------------------- ---------------------------------------------------------------------- lvl1xp = 5000 -- XP needed for level 1 lvl2xp = 15000 -- XP needed for level 2 lvl3xp = 25000 -- XP needed for level 3 lvl4xp = 35000 -- XP needed for level 4 lvl5xp = 50000 -- XP needed for level 5 ---------------------------------------------------------------------- --------------------Do not edit below this line------------------------- ---------------------------------------------------------------------- function et_InitGame(levelTime,randomSeed,restart) et.G_Print(""..description.." v".. version .." loaded\n") et.RegisterModname(""..description..":".. version .."slot:".. et.FindSelf()) end function et_ClientSpawn( clientNum, revived, teamChange, restoreHealth ) if getXP(clientNum) >= lvl1xp and getXP(clientNum) < lvl2xp then setlevel(clientNum,1,lvl1xp) elseif getXP(clientNum) >= lvl2xp and getXP(clientNum) < lvl3xp then setlevel(clientNum,2,lvl2xp) elseif getXP(clientNum) >= lvl3xp and getXP(clientNum) < lvl4xp then setlevel(clientNum,3,lvl3xp) elseif getXP(clientNum) >= lvl4xp and getXP(clientNum) < lvl5xp then setlevel(clientNum,4,lvl4xp) elseif getXP(clientNum) >= lvl5xp then setlevel(clientNum,5,lvl5xp) end end function getXP(playerID) return et.gentity_get(playerID, "ps.persistant", 0) end function getlevel(playerID) return et.G_shrubbot_level(playerID) end function setlevel(playerID, newlevel, xp) local name = et.gentity_get(playerID,"pers.netname") if isBot(playerID) or noGuid(playerID) then return end if newlevel <= getlevel(playerID) then return end et.trap_SendServerCommand(-1,"bp \"^nCongratulations ^7"..name.."^n, ^nyou have ^nbeen ^npromoted ^nto ^na ^nlevel ^7"..newlevel.." ^nuser!\"") et.trap_SendConsoleCommand( et.EXEC_APPEND, "setlevel ".. playerID.." "..newlevel.."\n" ) et.trap_SendConsoleCommand( et.EXEC_APPEND, "readconfig\n" ) end function noGuid(playerID) local userinfo = et.trap_GetUserinfo( playerID ) local guid = et.Info_ValueForKey( userinfo, "sil_guid" ) if guid == "NO_GUID" or guid == "unknown" then return true end end function isBot(playerID) if et.gentity_get(playerID,"ps.ping") == 0 then return true end end
-
Yea, I think I dont change nothing in autopromotion.lua If you want I will post here.
-
I have these now in server.log 0:00 ------------------------------------------------------------ 0:00 InitGame: \omnibot_playing\0\mod_url\http://mygamingtalk.com/\mod_version\0.5.1\g_antilagDelay\0\g_maxlivesRespawnPenalty\0\voteFlags\0\g_balancedteams\0\g_maxGameClients\0\g_bluelimbotime\20000\g_redlimbotime\30000\gamename\silEnT\g_tyranny\1\g_damageXPLevel\50\g_damageXP\0\g_maxConnsPerIP\4\g_heavyWeaponRestriction\100\Forum\^3wolfensteinenemyterritory.com\g_gametype\6\g_antilag\1\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\0\g_needpass\0\g_maxlives\0\g_friendlyFire\0\sv_allowAnonymous\0\sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\sv_maxRate\45000\sv_hostname\^fb^5attaLION^=3^.00th^fi^5NFAnTRy\sv_privateClients\0\mapname\oasis\protocol\84\timelimit\0\version\ET 3.00 - TB 0.5.5 linux-i386\omnibot_enable\1\sv_maxclients\36 0:00 Start of warmup. 0:00 Cheat logfile open: cheat.log 0:00 *=====INITIALISING USER DATABASE 0:00 * Opening user database file userdb.db. 0:00 * Opening user database file userxdb.db. 0:00 * User database files open. Caching database. 0:00 1521 players cached from the user database. 0:00 No additional user records in the user database. 0:00 *=====DATABASE READY FOR USE 0:00 Lua API: Loading dynamite.lua 0:00 Lua API: Loading autopromotion.lua 0:00 Lua API: Loading 0:00 Lua API: syntax error during pre-compilation: [string ""]:1: unexpected symbol near '�' 0:00 Lua API: Loading kspree.lua 0:00 Lua API: Loading warmup.lua 0:10 ClientConnect: 1 0:10 Userinfo: \name\Cpt. ^1Elena\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0100000000000000000000000\sil_guid\OMNIBOT0100000000000000000000000 0:10 ClientUserinfoChanged: 1 n\Cpt. ^1Elena\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:10 ClientUserinfoChanged: 1 n\Cpt. ^1Elena\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\39\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:10 ClientUserinfoChanged: 1 n\Cpt. ^1Elena\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\39\lw\39\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:10 ClientBegin: 1 0:10 ClientUserinfoChanged: 1 n\Cpt. ^1Elena\t\2\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\8\lw\8\sw\7\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:12 ClientConnect: 2 0:12 Userinfo: \name\Miku\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0200000000000000000000000\sil_guid\OMNIBOT0200000000000000000000000 0:12 ClientUserinfoChanged: 2 n\Miku\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:12 ClientUserinfoChanged: 2 n\Miku\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\31\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:12 ClientUserinfoChanged: 2 n\Miku\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\31\lw\31\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:12 ClientBegin: 2 0:12 ClientUserinfoChanged: 2 n\Miku\t\1\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\23\lw\23\sw\2\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:14 ClientConnect: 3 0:14 Userinfo: \name\Turkeyboy\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0300000000000000000000000\sil_guid\OMNIBOT0300000000000000000000000 0:14 ClientUserinfoChanged: 3 n\Turkeyboy\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:14 ClientUserinfoChanged: 3 n\Turkeyboy\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\31\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:14 ClientUserinfoChanged: 3 n\Turkeyboy\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\31\lw\31\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:14 ClientBegin: 3 0:14 ClientUserinfoChanged: 3 n\Turkeyboy\t\2\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\39\lw\39\sw\7\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:16 ClientConnect: 4 0:16 Userinfo: \name\^6Laura\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0400000000000000000000000\sil_guid\OMNIBOT0400000000000000000000000 0:16 ClientUserinfoChanged: 4 n\^6Laura\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:16 ClientUserinfoChanged: 4 n\^6Laura\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\6\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:16 ClientUserinfoChanged: 4 n\^6Laura\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\6\lw\6\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:16 ClientBegin: 4 0:16 ClientUserinfoChanged: 4 n\^6Laura\t\1\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\23\lw\23\sw\2\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:18 ClientConnect: 5 0:18 Userinfo: \name\TastemyBullets\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0500000000000000000000000\sil_guid\OMNIBOT0500000000000000000000000 0:18 ClientUserinfoChanged: 5 n\TastemyBullets\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:18 ClientUserinfoChanged: 5 n\TastemyBullets\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\1\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:18 ClientUserinfoChanged: 5 n\TastemyBullets\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\1\lw\1\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:18 ClientBegin: 5 0:18 ClientUserinfoChanged: 5 n\TastemyBullets\t\2\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\39\lw\39\sw\7\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:20 ClientConnect: 6 0:20 Userinfo: \name\Rambo\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0600000000000000000000000\sil_guid\OMNIBOT0600000000000000000000000 0:20 ClientUserinfoChanged: 6 n\Rambo\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:20 ClientUserinfoChanged: 6 n\Rambo\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\6\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:20 ClientUserinfoChanged: 6 n\Rambo\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\6\lw\6\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:20 ClientBegin: 6 0:20 ClientUserinfoChanged: 6 n\Rambo\t\1\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\23\lw\23\sw\2\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:22 ClientConnect: 7 0:22 Userinfo: \name\Freak\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0700000000000000000000000\sil_guid\OMNIBOT0700000000000000000000000 0:22 ClientUserinfoChanged: 7 n\Freak\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:22 ClientUserinfoChanged: 7 n\Freak\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\39\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:22 ClientUserinfoChanged: 7 n\Freak\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\39\lw\39\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:22 ClientBegin: 7 0:22 ClientUserinfoChanged: 7 n\Freak\t\2\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\24\lw\24\sw\7\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:24 ClientUserinfoChanged: 7 n\Freak\t\2\c\4\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\33\lw\33\sw\42\mu\0\ref\1\uci\0\lc\4\tv\0\sc\0 0:24 ClientConnect: 8 0:24 Userinfo: \name\^3Speedy Gonzales!\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0800000000000000000000000\sil_guid\OMNIBOT0800000000000000000000000 0:24 ClientUserinfoChanged: 8 n\^3Speedy Gonzales!\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:24 ClientUserinfoChanged: 8 n\^3Speedy Gonzales!\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\6\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:24 ClientUserinfoChanged: 8 n\^3Speedy Gonzales!\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\6\lw\6\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:24 ClientBegin: 8 0:24 ClientUserinfoChanged: 8 n\^3Speedy Gonzales!\t\1\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\3\lw\3\sw\2\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:26 ClientConnect: 9 0:26 Userinfo: \name\M4$T3R\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0900000000000000000000000\sil_guid\OMNIBOT0900000000000000000000000 0:26 ClientUserinfoChanged: 9 n\M4$T3R\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:26 ClientUserinfoChanged: 9 n\M4$T3R\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\6\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:26 ClientUserinfoChanged: 9 n\M4$T3R\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\6\lw\6\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:26 ClientBegin: 9 0:26 ClientUserinfoChanged: 9 n\M4$T3R\t\2\c\4\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\25\lw\25\sw\42\mu\0\ref\1\uci\0\lc\4\tv\0\sc\0 0:28 ClientConnect: 10 0:28 Userinfo: \name\Colonel AFK\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT1000000000000000000000000\sil_guid\OMNIBOT1000000000000000000000000 0:28 ClientUserinfoChanged: 10 n\Colonel AFK\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:28 ClientUserinfoChanged: 10 n\Colonel AFK\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\1\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:28 ClientUserinfoChanged: 10 n\Colonel AFK\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\1\lw\1\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:28 ClientBegin: 10 0:28 ClientUserinfoChanged: 10 n\Colonel AFK\t\1\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\23\lw\23\sw\2\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:30 ClientConnect: 11 0:30 Userinfo: \name\Undercover\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT1100000000000000000000000\sil_guid\OMNIBOT1100000000000000000000000 0:30 ClientUserinfoChanged: 11 n\Undercover\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:30 ClientUserinfoChanged: 11 n\Undercover\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\31\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:30 ClientUserinfoChanged: 11 n\Undercover\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\31\lw\31\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:30 ClientBegin: 11 0:30 ClientUserinfoChanged: 11 n\Undercover\t\2\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\8\lw\8\sw\7\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:32 ClientConnect: 12 0:32 Userinfo: \name\$niper\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT1200000000000000000000000\sil_guid\OMNIBOT1200000000000000000000000 0:32 ClientUserinfoChanged: 12 n\$niper\t\3\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:32 ClientUserinfoChanged: 12 n\$niper\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\0\lw\31\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:32 ClientUserinfoChanged: 12 n\$niper\t\1\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\31\lw\31\sw\2\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:32 ClientBegin: 12 0:32 ClientUserinfoChanged: 12 n\$niper\t\1\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\23\lw\23\sw\2\mu\0\ref\1\uci\0\lc\2\tv\0\sc\0 0:36 === ShutdownGame ------------------------------------------- 0:36 Lua API: Lua module [dynamite.lua] [bAFCC8DC2BDD967A318240840F111BAC2DA94044] unloaded. 0:36 Lua API: Lua module [autopromotion.lua] [2ACD6CF5B5BBAA59277F33CB6688141BE0BBB221] unloaded. 0:36 Lua API: Lua module [kspree.lua] [F0631331A9A80BC8D05412CA157BDE3288627A13] unloaded. 0:36 Lua API: Lua module [warmup.lua] [EDA57ADF823B1BD74870E8BD1A52EAE040E5D0B3] unloaded. 0:36 *=====CLOSING DATABASE 0:36 Buffers cleaned. 0:36 Big Memory Cache cleaned. 0:36 *=====DATABASE IS CLOSED 0:36 ShutdownGame: done. Closing log. 0:36 ------------------------------------------------------------ 0:36 ------------------------------------------------------------ 0:36 InitGame: \KSpree_version\1.0.4\omnibot_playing\12\mod_url\http://mygamingtalk.com/\mod_version\0.5.1\P\-212121212121\g_antilagDelay\0\g_maxlivesRespawnPenalty\0\voteFlags\29360063\g_balancedteams\1\g_maxGameClients\0\g_bluelimbotime\12000\g_redlimbotime\12000\gamename\silEnT\g_tyranny\1\g_damageXPLevel\50\g_damageXP\0\g_maxConnsPerIP\4\g_heavyWeaponRestriction\100\Forum\^3wolfensteinenemyterritory.com\g_gametype\6\g_antilag\1\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\0\g_needpass\0\g_maxlives\0\g_friendlyFire\1\sv_allowAnonymous\0\sv_floodProtect\0\sv_maxPing\0\sv_minPing\0\sv_maxRate\45000\sv_hostname\^fb^5attaLION^=3^.00th^fi^5NFAnTRy\sv_privateClients\0\mapname\oasis\protocol\84\timelimit\30\version\ET 3.00 - TB 0.5.5 linux-i386\omnibot_enable\1\sv_maxclients\36 0:36 Start of round. 0:36 Cheat logfile open: cheat.log 0:36 *=====INITIALISING USER DATABASE 0:36 * Opening user database file userdb.db. 0:36 * Opening user database file userxdb.db. 0:36 * User database files open. Caching database. 0:36 1521 players cached from the user database. 0:36 No additional user records in the user database. 0:36 *=====DATABASE READY FOR USE 0:36 Lua API: Loading dynamite.lua 0:36 Lua API: Loading autopromotion.lua 0:36 Lua API: Loading 0:36 Lua API: syntax error during pre-compilation: [string ""]:1: unexpected symbol near '�' 0:36 Lua API: Loading kspree.lua 0:36 Lua API: Loading warmup.lua 0:36 ClientConnect: 1 0:36 Userinfo: \name\Cpt. ^1Elena\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0100000000000000000000000\sil_guid\OMNIBOT0100000000000000000000000\b_ksprees\1 0:36 ClientUserinfoChanged: 1 n\Cpt. ^1Elena\t\2\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\8\lw\8\sw\7\mu\0\ref\1\uci\0\lc\1\tv\0\sc\0 0:36 ClientUserinfoChanged: 1 n\Cpt. ^1Elena\t\2\c\1\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\8\lw\8\sw\7\mu\0\ref\1\uci\0\lc\1\tv\0\sc\0 0:36 ClientBegin: 1 0:36 ClientConnect: 2 0:36 Userinfo: \name\Miku\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0200000000000000000000000\sil_guid\OMNIBOT0200000000000000000000000\b_ksprees\1 0:36 ClientUserinfoChanged: 2 n\Miku\t\1\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\23\lw\3\sw\2\mu\0\ref\1\uci\0\lc\1\tv\0\sc\0 0:36 ClientUserinfoChanged: 2 n\Miku\t\1\c\1\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\3\lw\3\sw\2\mu\0\ref\1\uci\0\lc\1\tv\0\sc\0 0:36 ClientBegin: 2 0:36 ClientConnect: 3 0:36 Userinfo: \name\Turkeyboy\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0300000000000000000000000\sil_guid\OMNIBOT0300000000000000000000000\b_ksprees\1 0:36 ClientUserinfoChanged: 3 n\Turkeyboy\t\2\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\39\lw\39\sw\7\mu\0\ref\1\uci\0\lc\3\tv\0\sc\0 0:36 ClientUserinfoChanged: 3 n\Turkeyboy\t\2\c\3\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\39\lw\39\sw\7\mu\0\ref\1\uci\0\lc\3\tv\0\sc\0 0:36 ClientBegin: 3 0:36 ClientConnect: 4 0:36 Userinfo: \name\^6Laura\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0400000000000000000000000\sil_guid\OMNIBOT0400000000000000000000000\b_ksprees\1 0:36 ClientUserinfoChanged: 4 n\^6Laura\t\1\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\23\lw\3\sw\2\mu\0\ref\1\uci\0\lc\3\tv\0\sc\0 0:36 ClientUserinfoChanged: 4 n\^6Laura\t\1\c\3\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\3\lw\3\sw\2\mu\0\ref\1\uci\0\lc\3\tv\0\sc\0 0:36 ClientBegin: 4 0:36 ClientConnect: 5 0:36 Userinfo: \name\TastemyBullets\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0500000000000000000000000\sil_guid\OMNIBOT0500000000000000000000000\b_ksprees\1 0:36 ClientUserinfoChanged: 5 n\TastemyBullets\t\2\c\2\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\39\lw\31\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:36 ClientUserinfoChanged: 5 n\TastemyBullets\t\2\c\0\r\0\m\0000000\s\0000000\df\0\dn\\dr\0\w\31\lw\31\sw\7\mu\0\ref\1\uci\0\lc\0\tv\0\sc\0 0:36 ClientBegin: 5 0:36 ClientConnect: 6 0:36 Userinfo: \name\Rambo\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0600000000000000000000000\sil_guid\OMNIBOT0600000000000000000000000\b_ksprees\1 0:36 ClientUserinfoChanged: 6 n\Rambo\t\1\c\2\r
-
I reinstalled the server. The server has another IP now, but its working. I will replace the server.log, stop the server and started again to see if I have that error G_Script_ScriptParse. Sry for slow responding.
-
Yea, tks, it was because of oasis.cfg
-
Hi, I have these in my server.log ------ Server Initialization ------ Server: oasis Hunk_Clear: reset the hunk ok ================ MAIN log ================ 202472 MAIN memory in 24 blocks 201992 MAIN memory overhead ================ SMALL log ================ 32760 SMALL memory in 867 blocks 15420 SMALL memory overhead Current search path: /gsadmin/var/game_servers/213.108.29.183-27040/silent/zzz_menu_300th.pk3 (44 files) /gsadmin/var/game_servers/213.108.29.183-27040/silent/silent-0.5.1.pk3 (417 files) /gsadmin/var/game_servers/213.108.29.183-27040/silent /gsadmin/usr/games/et/base/et-3.00/silent /gsadmin/var/game_servers/213.108.29.183-27040/etmain /gsadmin/usr/games/et/base/et-3.00/etmain/ui_ar_override.pk3 (3 files) /gsadmin/usr/games/et/base/et-3.00/etmain/pak0.pk3 (3725 files) /gsadmin/usr/games/et/base/et-3.00/etmain handle 1: etconsole.log ---------------------- 8378 files in pk3 files Sys_LoadDll(/gsadmin/var/game_servers/213.108.29.183-27040/silent/qagame.mp.i386.so)... ok Sys_LoadDll(qagame) found **vmMain** at 0xd92d0840 Sys_LoadDll(qagame) succeeded! ------- Game Initialization ------- gamename: silEnT gamedate: Mar 7 2012 394 cvars in use. ------------------------------------------------------------ InitGame: \omnibot_playing\0\mod_url\http://mygamingtalk.com/\mod_version\0.5.1\g_antilagDelay\0\g_max livesRespawnPenalty\0\voteFlags\0\g_balancedteams\0\g_maxGameClients\0\g_bluelimbotime\20000 \g_redlimbotime\30000\gamename\silEnT\g_tyranny\1\g_damageXPLevel\50\g_damageXP\0\g_maxConns PerIP\4\g_heavyWeaponRestriction\100\Forum\^3wolfensteinenemyterritory.com\g_gametype\6\g_an tilag\1\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\0\g_needpass\0\g_ maxlives\0\g_friendlyFire\0\sv_allowAnonymous\0\sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\ sv_maxRate\45000\sv_hostname\^fb^5attaLION^=3^.00th^fi^5NFAnTRy\sv_privateClients\0\mapname\ oasis\protocol\84\timelimit\0\version\ET 3.00 - TB 0.5.5 linux-i386\omnibot_enable\1\sv_maxclients\36 Start of warmup. Cheat logfile open: cheat.log readconfig: loaded 17 levels, 15 bans, 1 subnet bans, 20 commands and 0 warnings Gametype changed, clearing session data. serverstats: loaded 174 mapstats settings: loaded 9 banners *=====INITIALISING USER DATABASE * Opening user database file userdb.db. * Opening user database file userxdb.db. * User database files open. Caching database. 1521 players cached from the user database. No additional user records in the user database. *=====DATABASE READY FOR USE Enable spawning! ******************** ERROR: G_Script_ScriptParse(), Error (line 8): unknown event: create. ******************** ----- Server Shutdown ----- Resolving etmaster.idsoftware.com etmaster.idsoftware.com resolved to 192.246.40.60:27950 Sending heartbeat to etmaster.idsoftware.com Resolving master.gamespy.com:27900 master.gamespy.com:27900 resolved to 69.10.30.248:27950 Sending heartbeat to master.gamespy.com:27900 Resolving master0.gamespy.com master0.gamespy.com resolved to 69.10.30.248:27950 Sending heartbeat to master0.gamespy.com Resolving clanservers.net clanservers.net resolved to 208.167.241.123:27950 Sending heartbeat to clanservers.net Resolving master0.etmaster.net master0.etmaster.net resolved to 91.220.53.73:27950 Sending heartbeat to master0.etmaster.net === ShutdownGame ------------------------------------------- *=====CLOSING DATABASE Buffers cleaned. Big Memory Cache cleaned. *=====DATABASE IS CLOSED ShutdownGame: done. Closing log. ------------------------------------------------------------ --------------------------- execing preset_high.cfg execing mapconfigs/default.cfg couldn't exec mapconfigs/oasis.cfg Hitch warning: 2248 msec frame time WARNING: watchdog will trigger in 4 seconds Idle Server with no map - triggering watchdog execing objectivecycle.cfg g_gametype will be changed upon restarting. ------ Server Initialization ------ Server: oasis Hunk_Clear: reset the hunk ok ================ MAIN log ================ 202472 MAIN memory in 24 blocks 201992 MAIN memory overhead ================ SMALL log ================ 41640 SMALL memory in 1102 blocks 19600 SMALL memory overhead Current search path: /gsadmin/var/game_servers/213.108.29.183-27040/silent/zzz_menu_300th.pk3 (44 files) /gsadmin/var/game_servers/213.108.29.183-27040/silent/silent-0.5.1.pk3 (417 files) /gsadmin/var/game_servers/213.108.29.183-27040/silent /gsadmin/usr/games/et/base/et-3.00/silent /gsadmin/var/game_servers/213.108.29.183-27040/etmain /gsadmin/usr/games/et/base/et-3.00/etmain/ui_ar_override.pk3 (3 files) /gsadmin/usr/games/et/base/et-3.00/etmain/pak0.pk3 (3725 files) /gsadmin/usr/games/et/base/et-3.00/etmain handle 1: etconsole.log ---------------------- 12567 files in pk3 files Sys_LoadDll(/gsadmin/var/game_servers/213.108.29.183-27040/silent/qagame.mp.i386.so)... ok Sys_LoadDll(qagame) found **vmMain** at 0xd92d0840 Sys_LoadDll(qagame) succeeded! ------- Game Initialization ------- gamename: silEnT gamedate: Mar 7 2012 394 cvars in use. ------------------------------------------------------------ InitGame: \omnibot_playing\0\mod_url\http://mygamingtalk.com/\mod_version\0.5.1\g_antilagDelay\0\g_max livesRespawnPenalty\0\voteFlags\0\g_balancedteams\0\g_maxGameClients\0\g_bluelimbotime\20000 \g_redlimbotime\30000\gamename\silEnT\g_tyranny\1\g_damageXPLevel\50\g_damageXP\0\g_maxConns PerIP\4\g_heavyWeaponRestriction\100\Forum\^3wolfensteinenemyterritory.com\g_gametype\2\g_an tilag\1\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\0\g_needpass\0\g_ maxlives\0\g_friendlyFire\0\sv_allowAnonymous\0\sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\ sv_maxRate\45000\sv_hostname\^fb^5attaLION^=3^.00th^fi^5NFAnTRy\sv_privateClients\0\mapname\ oasis\protocol\84\timelimit\0\version\ET 3.00 - TB 0.5.5 linux-i386\omnibot_enable\1\sv_maxclients\36 Start of warmup. Cheat logfile open: cheat.log readconfig: loaded 17 levels, 15 bans, 1 subnet bans, 20 commands and 0 warnings Gametype changed, clearing session data. serverstats: loaded 174 mapstats settings: loaded 9 banners *=====INITIALISING USER DATABASE * Opening user database file userdb.db. * Opening user database file userxdb.db. * User database files open. Caching database. 1521 players cached from the user database. No additional user records in the user database. *=====DATABASE READY FOR USE Enable spawning! ******************** ERROR: G_Script_ScriptParse(), Error (line 8): unknown event: create. ******************** ----- Server Shutdown ----- Sending heartbeat to etmaster.idsoftware.com Sending heartbeat to master.gamespy.com:27900 Sending heartbeat to master0.gamespy.com Sending heartbeat to clanservers.net Sending heartbeat to master0.etmaster.net === ShutdownGame ------------------------------------------- *=====CLOSING DATABASE Buffers cleaned. Big Memory Cache cleaned. *=====DATABASE IS CLOSED ShutdownGame: done. Closing log. ------------------------------------------------------------ --------------------------- execing mapconfigs/default.cfg couldn't exec mapconfigs/oasis.cfg Can you tell me please what is wrong?
-
Hello, It is possible to make one of these commands to see if someone used cheat in the last few hours? For example !hstats since 3600
-
Tks, you right, it was because of maps.
-
YCN told me they made some adjustments to the hunkmegs for server. In etmain I have 27-28 maps. It doesnt matter what maps I have on server, it happens to all maps (3-4 time/day, maybe more).
-
sv_privateClients\0\mapname tounine_b2\protocol\82 imelimit\30\version\ET \omnibot_enable\1\sv_punkbuster\0\sv_maxclients\36 47:44 Start of warmup. 47:44 Cheat logfile open: cheat.log 47:44 *=====INITIALISING USER DATABASE 47:44 * Opening user database file userdb.db. 47:44 * Opening user database file userxdb.db. 47:44 * User database files open. Caching database. 47:44 369 players cached from the user database. 47:44 No additional user records in the user database. 47:44 *=====DATABASE READY FOR USE 47:44 === ShutdownGame ------------------------------------------- 47:44 *=====CLOSING DATABASE 47:44 Buffers cleaned. 47:44 Big Memory Cache cleaned. 47:44 *=====DATABASE IS CLOSED 47:44 ShutdownGame: done. Closing log. 47:44
-
I have access. I wait to load server.log
-
last version 0.5.1
-
Hello, My server restarted alone sometimes when I vote for map. I have these settings for map voting: // Map voting set g_mapVoteFlags 4 set g_maxMapsVotedFor 30 set g_minMapAge 3 set g_resetXPMapCount 0 Can someone help me? Tks.