This commit is contained in:
GenZmeY 2022-09-02 15:48:35 +03:00
parent af27cfe6c7
commit 429081cb16
194 changed files with 216 additions and 201 deletions

View File

@ -72,7 +72,7 @@ private static function bool IsUID(String ID, E_LogLevel LogLevel)
{ {
`Log_TraceStatic(); `Log_TraceStatic();
return (Locs(Left(ID, 2)) == "0x"); return (Left(ID, 2) == "0x");
} }
private static function bool AnyToUID(OnlineSubsystem OS, String ID, out UniqueNetId UID, E_LogLevel LogLevel) private static function bool AnyToUID(OnlineSubsystem OS, String ID, out UniqueNetId UID, E_LogLevel LogLevel)

View File

@ -5,6 +5,8 @@ class CfgSrvRank extends Object
var public config bool bAuto; var public config bool bAuto;
var public config bool bCustom; var public config bool bCustom;
var public config bool bUsesStats; var public config bool bUsesStats;
var public config bool bServerExiled;
var public config bool bAntiCheat;
var public config String PasswdText; var public config String PasswdText;
public static function InitConfig(int Version, int LatestVersion, E_LogLevel LogLevel) public static function InitConfig(int Version, int LatestVersion, E_LogLevel LogLevel)
@ -37,6 +39,9 @@ protected static function ApplyDefault(E_LogLevel LogLevel)
default.bAuto = true; default.bAuto = true;
default.bCustom = false; default.bCustom = false;
default.bUsesStats = true; default.bUsesStats = true;
default.bServerExiled = false;
default.bAntiCheat = true;
default.PasswdText = "";
} }
defaultproperties defaultproperties

View File

@ -34,7 +34,6 @@ public static function UpdateGameSettings(
if (KFGI.PlayfabInter != None && KFGI.PlayfabInter.GetGameSettings() != None) if (KFGI.PlayfabInter != None && KFGI.PlayfabInter.GetGameSettings() != None)
{ {
KFGameSettings = KFOnlineGameSettings(KFGI.PlayfabInter.GetGameSettings()); KFGameSettings = KFOnlineGameSettings(KFGI.PlayfabInter.GetGameSettings());
KFGameSettings.bAvailableForTakeover = KFEngine.bAvailableForTakeover;
} }
else else
{ {
@ -45,6 +44,7 @@ public static function UpdateGameSettings(
{ {
KFGameSettings.Mode = KFGI.default.GameModes.Find('ClassNameAndPath', GameModeClass); KFGameSettings.Mode = KFGI.default.GameModes.Find('ClassNameAndPath', GameModeClass);
KFGameSettings.Difficulty = KFGI.GameDifficulty; KFGameSettings.Difficulty = KFGI.GameDifficulty;
KFGameSettings.bAvailableForTakeover = KFEngine.bAvailableForTakeover;
if (KFGI.WaveNum == 0) if (KFGI.WaveNum == 0)
{ {
@ -90,7 +90,6 @@ public static function UpdateGameSettings(
{ {
KFGameSettings.OwningPlayerName = class'GameReplicationInfo'.default.ServerName @ "| +" $ MSKGS.GetXPBoost() $ "% XP"; KFGameSettings.OwningPlayerName = class'GameReplicationInfo'.default.ServerName @ "| +" $ MSKGS.GetXPBoost() $ "% XP";
} }
KFGameSettings.NumPublicConnections = KFGI.MaxPlayersAllowed; KFGameSettings.NumPublicConnections = KFGI.MaxPlayersAllowed;
KFGameSettings.bRequiresPassword = KFGI.RequiresPassword(); KFGameSettings.bRequiresPassword = KFGI.RequiresPassword();
KFGameSettings.NumSpectators = KFGI.NumSpectators; KFGameSettings.NumSpectators = KFGI.NumSpectators;
@ -103,6 +102,8 @@ public static function UpdateGameSettings(
{ {
KFGameSettings.bCustom = CfgSrvRank.default.bCustom; KFGameSettings.bCustom = CfgSrvRank.default.bCustom;
KFGameSettings.bUsesStats = CfgSrvRank.default.bUsesStats; KFGameSettings.bUsesStats = CfgSrvRank.default.bUsesStats;
KFGameSettings.bAntiCheatProtected = CfgSrvRank.default.bAntiCheat;
KFGameSettings.bServerExiled = CfgSrvRank.default.bServerExiled;
} }
if (KFGI.WorldInfo.IsConsoleDedicatedServer() || KFGI.WorldInfo.IsEOSDedicatedServer()) if (KFGI.WorldInfo.IsConsoleDedicatedServer() || KFGI.WorldInfo.IsEOSDedicatedServer())

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_010 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_010 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=19 // 17 XPValues(0)=19 // 17
XPValues(1)=24 // 22 XPValues(1)=24 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_020 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_020 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=20 // 17 XPValues(0)=20 // 17
XPValues(1)=26 // 22 XPValues(1)=26 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_030 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_030 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=22 // 17 XPValues(0)=22 // 17
XPValues(1)=29 // 22 XPValues(1)=29 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_040 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_040 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=24 // 17 XPValues(0)=24 // 17
XPValues(1)=31 // 22 XPValues(1)=31 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_050 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_050 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=26 // 17 XPValues(0)=26 // 17
XPValues(1)=33 // 22 XPValues(1)=33 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_060 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_060 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=27 // 17 XPValues(0)=27 // 17
XPValues(1)=35 // 22 XPValues(1)=35 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_070 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_070 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=29 // 17 XPValues(0)=29 // 17
XPValues(1)=37 // 22 XPValues(1)=37 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_080 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_080 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=31 // 17 XPValues(0)=31 // 17
XPValues(1)=40 // 22 XPValues(1)=40 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_090 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_090 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=32 // 17 XPValues(0)=32 // 17
XPValues(1)=42 // 22 XPValues(1)=42 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_100 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_100 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=34 // 17 XPValues(0)=34 // 17
XPValues(1)=44 // 22 XPValues(1)=44 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_110 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_110 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=36 // 17 XPValues(0)=36 // 17
XPValues(1)=46 // 22 XPValues(1)=46 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_120 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_120 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=37 // 17 XPValues(0)=37 // 17
XPValues(1)=48 // 22 XPValues(1)=48 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_130 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_130 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=39 // 17 XPValues(0)=39 // 17
XPValues(1)=51 // 22 XPValues(1)=51 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_140 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_140 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=41 // 17 XPValues(0)=41 // 17
XPValues(1)=53 // 22 XPValues(1)=53 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_150 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_150 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=42 // 17 XPValues(0)=42 // 17
XPValues(1)=55 // 22 XPValues(1)=55 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_160 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_160 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=44 // 17 XPValues(0)=44 // 17
XPValues(1)=57 // 22 XPValues(1)=57 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_170 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_170 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=46 // 17 XPValues(0)=46 // 17
XPValues(1)=59 // 22 XPValues(1)=59 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_180 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_180 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=48 // 17 XPValues(0)=48 // 17
XPValues(1)=62 // 22 XPValues(1)=62 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_190 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_190 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=49 // 17 XPValues(0)=49 // 17
XPValues(1)=64 // 22 XPValues(1)=64 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedBloat_200 extends KFPawn_ZedBloat; class Proxy_KFPawn_ZedBloat_200 extends KFPawn_ZedBloat;
DefaultProperties defaultproperties
{ {
XPValues(0)=51 // 17 XPValues(0)=51 // 17
XPValues(1)=66 // 22 XPValues(1)=66 // 22

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_010 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_010 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=9 // 8 XPValues(0)=9 // 8
XPValues(1)=12 // 11 XPValues(1)=12 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_020 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_020 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=10 // 8 XPValues(0)=10 // 8
XPValues(1)=13 // 11 XPValues(1)=13 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_030 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_030 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=10 // 8 XPValues(0)=10 // 8
XPValues(1)=14 // 11 XPValues(1)=14 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_040 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_040 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=11 // 8 XPValues(0)=11 // 8
XPValues(1)=15 // 11 XPValues(1)=15 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_050 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_050 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=12 // 8 XPValues(0)=12 // 8
XPValues(1)=16 // 11 XPValues(1)=16 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_060 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_060 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=13 // 8 XPValues(0)=13 // 8
XPValues(1)=18 // 11 XPValues(1)=18 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_070 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_070 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=14 // 8 XPValues(0)=14 // 8
XPValues(1)=19 // 11 XPValues(1)=19 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_080 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_080 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=14 // 8 XPValues(0)=14 // 8
XPValues(1)=20 // 11 XPValues(1)=20 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_090 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_090 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=15 // 8 XPValues(0)=15 // 8
XPValues(1)=21 // 11 XPValues(1)=21 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_100 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_100 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=16 // 8 XPValues(0)=16 // 8
XPValues(1)=22 // 11 XPValues(1)=22 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_110 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_110 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=17 // 8 XPValues(0)=17 // 8
XPValues(1)=23 // 11 XPValues(1)=23 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_120 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_120 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=18 // 8 XPValues(0)=18 // 8
XPValues(1)=24 // 11 XPValues(1)=24 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_130 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_130 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=18 // 8 XPValues(0)=18 // 8
XPValues(1)=25 // 11 XPValues(1)=25 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_140 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_140 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=19 // 8 XPValues(0)=19 // 8
XPValues(1)=26 // 11 XPValues(1)=26 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_150 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_150 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=20 // 8 XPValues(0)=20 // 8
XPValues(1)=28 // 11 XPValues(1)=28 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_160 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_160 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=21 // 8 XPValues(0)=21 // 8
XPValues(1)=29 // 11 XPValues(1)=29 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_170 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_170 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=22 // 8 XPValues(0)=22 // 8
XPValues(1)=30 // 11 XPValues(1)=30 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_180 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_180 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=22 // 8 XPValues(0)=22 // 8
XPValues(1)=31 // 11 XPValues(1)=31 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_190 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_190 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=23 // 8 XPValues(0)=23 // 8
XPValues(1)=32 // 11 XPValues(1)=32 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Alpha_200 extends KFPawn_ZedClot; class Proxy_KFPawn_ZedClot_Alpha_200 extends KFPawn_ZedClot;
DefaultProperties defaultproperties
{ {
XPValues(0)=24 // 8 XPValues(0)=24 // 8
XPValues(1)=33 // 11 XPValues(1)=33 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_010 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_010 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=9 // 8 XPValues(0)=9 // 8
XPValues(1)=12 // 11 XPValues(1)=12 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_020 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_020 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=10 // 8 XPValues(0)=10 // 8
XPValues(1)=13 // 11 XPValues(1)=13 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_030 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_030 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=10 // 8 XPValues(0)=10 // 8
XPValues(1)=14 // 11 XPValues(1)=14 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_040 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_040 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=11 // 8 XPValues(0)=11 // 8
XPValues(1)=15 // 11 XPValues(1)=15 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_050 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_050 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=12 // 8 XPValues(0)=12 // 8
XPValues(1)=16 // 11 XPValues(1)=16 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_060 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_060 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=13 // 8 XPValues(0)=13 // 8
XPValues(1)=18 // 11 XPValues(1)=18 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_070 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_070 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=14 // 8 XPValues(0)=14 // 8
XPValues(1)=19 // 11 XPValues(1)=19 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_080 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_080 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=14 // 8 XPValues(0)=14 // 8
XPValues(1)=20 // 11 XPValues(1)=20 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_090 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_090 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=15 // 8 XPValues(0)=15 // 8
XPValues(1)=21 // 11 XPValues(1)=21 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_100 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_100 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=16 // 8 XPValues(0)=16 // 8
XPValues(1)=22 // 11 XPValues(1)=22 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_110 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_110 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=17 // 8 XPValues(0)=17 // 8
XPValues(1)=23 // 11 XPValues(1)=23 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_120 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_120 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=18 // 8 XPValues(0)=18 // 8
XPValues(1)=24 // 11 XPValues(1)=24 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_130 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_130 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=18 // 8 XPValues(0)=18 // 8
XPValues(1)=25 // 11 XPValues(1)=25 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_140 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_140 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=19 // 8 XPValues(0)=19 // 8
XPValues(1)=26 // 11 XPValues(1)=26 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_150 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_150 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=20 // 8 XPValues(0)=20 // 8
XPValues(1)=28 // 11 XPValues(1)=28 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_160 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_160 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=21 // 8 XPValues(0)=21 // 8
XPValues(1)=29 // 11 XPValues(1)=29 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_170 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_170 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=22 // 8 XPValues(0)=22 // 8
XPValues(1)=30 // 11 XPValues(1)=30 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_180 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_180 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=22 // 8 XPValues(0)=22 // 8
XPValues(1)=31 // 11 XPValues(1)=31 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_190 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_190 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=23 // 8 XPValues(0)=23 // 8
XPValues(1)=32 // 11 XPValues(1)=32 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedClot_Slasher_200 extends KFPawn_ZedClot_Slasher; class Proxy_KFPawn_ZedClot_Slasher_200 extends KFPawn_ZedClot_Slasher;
DefaultProperties defaultproperties
{ {
XPValues(0)=24 // 8 XPValues(0)=24 // 8
XPValues(1)=33 // 11 XPValues(1)=33 // 11

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_010 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_010 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=1420 // 1291 XPValues(0)=1420 // 1291
XPValues(1)=1863 // 1694 XPValues(1)=1863 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_020 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_020 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=1549 // 1291 XPValues(0)=1549 // 1291
XPValues(1)=2033 // 1694 XPValues(1)=2033 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_030 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_030 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=1678 // 1291 XPValues(0)=1678 // 1291
XPValues(1)=2202 // 1694 XPValues(1)=2202 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_040 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_040 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=1807 // 1291 XPValues(0)=1807 // 1291
XPValues(1)=2372 // 1694 XPValues(1)=2372 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_050 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_050 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=1936 // 1291 XPValues(0)=1936 // 1291
XPValues(1)=2541 // 1694 XPValues(1)=2541 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_060 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_060 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=2066 // 1291 XPValues(0)=2066 // 1291
XPValues(1)=2710 // 1694 XPValues(1)=2710 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_070 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_070 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=2195 // 1291 XPValues(0)=2195 // 1291
XPValues(1)=2880 // 1694 XPValues(1)=2880 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_080 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_080 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=2324 // 1291 XPValues(0)=2324 // 1291
XPValues(1)=3049 // 1694 XPValues(1)=3049 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_090 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_090 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=2453 // 1291 XPValues(0)=2453 // 1291
XPValues(1)=3219 // 1694 XPValues(1)=3219 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_100 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_100 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=2582 // 1291 XPValues(0)=2582 // 1291
XPValues(1)=3388 // 1694 XPValues(1)=3388 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_110 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_110 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=2711 // 1291 XPValues(0)=2711 // 1291
XPValues(1)=3557 // 1694 XPValues(1)=3557 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_120 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_120 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=2840 // 1291 XPValues(0)=2840 // 1291
XPValues(1)=3727 // 1694 XPValues(1)=3727 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_130 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_130 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=2969 // 1291 XPValues(0)=2969 // 1291
XPValues(1)=3896 // 1694 XPValues(1)=3896 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_140 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_140 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=3098 // 1291 XPValues(0)=3098 // 1291
XPValues(1)=4066 // 1694 XPValues(1)=4066 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_150 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_150 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=3228 // 1291 XPValues(0)=3228 // 1291
XPValues(1)=4235 // 1694 XPValues(1)=4235 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_160 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_160 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=3357 // 1291 XPValues(0)=3357 // 1291
XPValues(1)=4404 // 1694 XPValues(1)=4404 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_170 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_170 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=3486 // 1291 XPValues(0)=3486 // 1291
XPValues(1)=4574 // 1694 XPValues(1)=4574 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_180 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_180 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=3615 // 1291 XPValues(0)=3615 // 1291
XPValues(1)=4743 // 1694 XPValues(1)=4743 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_190 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_190 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=3744 // 1291 XPValues(0)=3744 // 1291
XPValues(1)=4913 // 1694 XPValues(1)=4913 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpoundKing_200 extends KFPawn_ZedFleshpoundKing; class Proxy_KFPawn_ZedFleshpoundKing_200 extends KFPawn_ZedFleshpoundKing;
DefaultProperties defaultproperties
{ {
XPValues(0)=3873 // 1291 XPValues(0)=3873 // 1291
XPValues(1)=5082 // 1694 XPValues(1)=5082 // 1694

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_010 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_010 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=38 // 35 XPValues(0)=38 // 35
XPValues(1)=52 // 47 XPValues(1)=52 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_020 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_020 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=42 // 35 XPValues(0)=42 // 35
XPValues(1)=56 // 47 XPValues(1)=56 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_030 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_030 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=46 // 35 XPValues(0)=46 // 35
XPValues(1)=61 // 47 XPValues(1)=61 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_040 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_040 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=49 // 35 XPValues(0)=49 // 35
XPValues(1)=66 // 47 XPValues(1)=66 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_050 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_050 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=52 // 35 XPValues(0)=52 // 35
XPValues(1)=70 // 47 XPValues(1)=70 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_060 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_060 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=56 // 35 XPValues(0)=56 // 35
XPValues(1)=75 // 47 XPValues(1)=75 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_070 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_070 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=60 // 35 XPValues(0)=60 // 35
XPValues(1)=80 // 47 XPValues(1)=80 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_080 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_080 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=63 // 35 XPValues(0)=63 // 35
XPValues(1)=85 // 47 XPValues(1)=85 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_090 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_090 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=66 // 35 XPValues(0)=66 // 35
XPValues(1)=89 // 47 XPValues(1)=89 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_100 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_100 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=70 // 35 XPValues(0)=70 // 35
XPValues(1)=94 // 47 XPValues(1)=94 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_110 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_110 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=74 // 35 XPValues(0)=74 // 35
XPValues(1)=99 // 47 XPValues(1)=99 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_120 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_120 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=77 // 35 XPValues(0)=77 // 35
XPValues(1)=103 // 47 XPValues(1)=103 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_130 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_130 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=80 // 35 XPValues(0)=80 // 35
XPValues(1)=108 // 47 XPValues(1)=108 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_140 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_140 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=84 // 35 XPValues(0)=84 // 35
XPValues(1)=113 // 47 XPValues(1)=113 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_150 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_150 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=88 // 35 XPValues(0)=88 // 35
XPValues(1)=118 // 47 XPValues(1)=118 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_160 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_160 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=91 // 35 XPValues(0)=91 // 35
XPValues(1)=122 // 47 XPValues(1)=122 // 47

View File

@ -1,6 +1,6 @@
class Proxy_KFPawn_ZedFleshpound_170 extends KFPawn_ZedFleshpound; class Proxy_KFPawn_ZedFleshpound_170 extends KFPawn_ZedFleshpound;
DefaultProperties defaultproperties
{ {
XPValues(0)=94 // 35 XPValues(0)=94 // 35
XPValues(1)=127 // 47 XPValues(1)=127 // 47

Some files were not shown because too many files have changed in this diff Show More