question 2.2.8

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
attila
Peon
Posts: 28
Joined: Tue Oct 25, 2005 1:41 pm

question 2.2.8

Post by attila » Mon Nov 21, 2005 3:56 am

question 2.2.8
On the last version of the MOD which adjustment so that the data base SQLITE automatically removes the players which are is not connected to the server after 60 days?

fr
question 2.2.8
Sur la dernière version du mod quel réglage pour que la base de données SQLITE supprime automatiquement les joueurs qui ne se connecte pas au serveur après 60 jours ?


war3FT.cfg

Code: Select all

// Warcraft 3 Frozen Throne Configuration File
// Note: NO MATTER WHAT, you must have the mysql module running
// even if you're not using it

mp_savexp		1		// Enables saving of experience (uses a vault, default is 0)
sv_mysql		1		// this will save w/MySQL or SQLLite (note: to use this mp_savexp must also be 1, default is 0)
FT_saveby		0		// What should I save this as?  steam id = 0, IP = 1, name = 2 (default is 0)

// MySQL configuration
FT_mysql_host		"127.0.0.1"	// Host Name
FT_mysql_user		"root"		// User Name
FT_mysql_pass		""		// Password
FT_mysql_db		"addons/amxmodx/data/amxx.db"		// Database Name
FT_auto_pruning		0		// Automatically prunes the database of old users at a mapchange (default is 0)
sv_daysbeforedelete	31		// However many days before deleting XP or pruning from MySQL database (default is 31)
sv_mysqltablename	"war3users"	// Table Name, no need to change (default is war3users)
sv_save_end_round	1		// Save Users at the end of each round (causes slight lag, default is 1)

// Experience options
mp_xpmultiplier		0.7		// set the level required to gain a level as a multiple (default 1.0)
mp_weaponxpmodifier	1		// gives additional XP for using certain weaker weapons (default is 1)
FT_min_b4_XP		2		// Minimum amount of players needed b4 awarding XP (default is 2)
FT_objectives		1		// If enabled, will display message in chat to show XP they gain for completing certain objectives (default is 1)
FT_kill_objectives	0		// Shows how much XP you gain for killing someone (each kill, default is 0)
FT_bombplanterxp	15		// XP given for planting the bomb (default is 15)
FT_defusexp		30		// XP given for defusing the bomb (default is 30)
FT_hostagexp		25		// XP given for helping to rescue the hostages (default is 25)
FT_killrescuemanxp	25		// XP given for killing the person rescuing the hostages (default is 25)
FT_xpbonus		50		// XP given for purchasing tome of experience (default is 50)
FT_kill_bomb_carrier_bonus 25		// XP given for killing the bomb carrier (default is 25)
FT_defuser_kill_bonus	25		// XP given for killing the defuser (default is 25)
FT_VIP_kill_bonus	25		// XP given for killing the VIP (default is 25)
FT_VIP_escape_bonus	30		// XP given when the VIP escapes (default is 30)
FT_headshot_bonus	9		// XP given for getting a headshot (default is 9)
FT_xp_radius		750		// Radius to give XP to teammates near where the special objective is completed (rescued hosties, bomb planted, killed vip, vip escaped, default is 750)
FT_round_win_XP		25		// Experience given to the winning team (default is 35)
FT_autoxp		0		// With this option set to 1, the joining players will receive the average amount of XP that all of the players have (SHORT TERM XP ONLY, default is 0)
merci :wink:

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Mon Nov 21, 2005 9:27 am

Je ne comprends pas
No Support via PM

attila
Peon
Posts: 28
Joined: Tue Oct 25, 2005 1:41 pm

Post by attila » Tue Nov 22, 2005 3:54 am

oui en faite je cherche une solution pour que les joueurs de passage soit suprimé 60 jours aprés leur dernier passage sur le serveur.
si une race n'ai pas uttiliser dans les 60 jours elle est automatiquement suprimé de la base sqlite.
cela est il possible ?
si oui comment par quel réglage?

User avatar
Avanderik
<b><i>King of Kings!</b></i>
Posts: 150
Joined: Thu Jul 07, 2005 1:51 am
Location: Still Looking

Post by Avanderik » Tue Nov 22, 2005 12:28 pm

Uh, I think he is asking for a way to prune players from his sqlite db every 60 days if they haven't played. Btw, what does uttiliser mean? ( If it means ultimate then I think he means to prune players that haven't played for 60 days and don't have their ultimate. )
War does not determine who is right, war determines who is left...

Order is for idiots, genius masters chaos...
Image

Post Reply