Not saving xp

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

Moderator: Forum Moderator

Post Reply
Veight
Peon
Posts: 6
Joined: Sun Jun 04, 2006 8:07 pm

Not saving xp

Post by Veight » Sun Jun 04, 2006 8:15 pm

hmm anyone know why after each map change my xp doesnt get saved?

Veight
Peon
Posts: 6
Joined: Sun Jun 04, 2006 8:07 pm

Post by Veight » Sun Jun 04, 2006 8:55 pm

im a newb sorry whats the difference between MySQL and vault?

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Sun Jun 04, 2006 9:11 pm

Janet Jackson wrote:Please post your war3FT.cfg
Image

No support via PM or Email

Veight
Peon
Posts: 6
Joined: Sun Jun 04, 2006 8:07 pm

Post by Veight » Mon Jun 05, 2006 2:44 pm

sorry for the late responce here it is



mp_savexp 1
sv_mysql 0
FT_saveby 1

// MySQL configuration
FT_mysql_host "127.0.0.1"
FT_mysql_user "root"
FT_mysql_pass ""
FT_mysql_db ""
sv_mysql_auto_pruning 0
sv_daysbeforedelete 31
sv_mysqltablename "war3users"
sv_mysql_save_end_round 1

// Game Play Enhancements
mp_xpmultiplier 1.0
mp_weaponxpmodifier 1
sv_restrictultimate 0
mp_grenadeprotection 0
sv_allowwar3vote 0
amx_votewar3_ratio 0.70
sv_warcraft3 1
FT_position 0
FT_centerhud 1
FT_min_b4_XP 2
FT_ultimatedelay 0.0
FT_showblood 0

// Experience given for various things
FT_bombplanterxp 50
FT_defusexp 50
FT_hostagexp 50
FT_killrescuemanxp 50
FT_xpbonus 150
FT_kill_bomb_carrier_bonus 50
FT_defuser_kill_bonus 50
FT_VIP_kill_bonus 50
FT_VIP_escape_bonus 50
FT_headshot_bonus 20
FT_hostage_touch_bonus 1
FT_attempt_defuse_bonus 1
FT_bomb_event_bonus 1
FT_VIP_spawn_bonus 1
FT_hostage_kill_xp 1
FT_xp_radius 750
FT_round_win_XP 50
FT_high_level_kill_bonus 10

// Miscellaneous functions unique to Frozen Throne
FT_items_in_hud 0
FT_spec_info 1
FT_objectives 1
FT_reset_skills 1
FT_show_icons 1
FT_show_player 1
FT_kill_objectives 0
FT_competitive 0
FT_control 0
FT_start 23
FT_stop 07
FT_message 0
FT_race_icons 1
FT_level_icons 1
FT_CD 0

FT_9race 0
FT_8race 1
FT_5race 0
FT_4race 0

// Ultimate countdowns (time until they can be resused)
FT_teleport_cooldown 35.0
FT_entanglingroots_cooldown 35.0
FT_chainlightning_cooldown 35.0
FT_locusts_cooldown 35.0
FT_bigbadvoodoo_cooldown 35.0
FT_flamestrike_cooldown 35.0
// ****************************************************************************************************
// ABILITY ENHANCEMENTS
// ****************************************************************************************************

FT_healing_range 750

// Settings for Undead
FT_warn_suicide 1
FT_blast_radius 250
FT_explosion_range 300
FT_explosion_max_damage 50

// Settings for BLINK (Human Ultimate)
FT_blinkstartdisabled 1
FT_blinkenabled 1
FT_blink_cooldown 3.0
FT_blink_diziness 2
FT_blink_protection 1
FT_blink_delay 15.0
FT_blink_radius 500
// Item configurations
FT_glove_timer 10
FT_no_gloves_on_ka 1
FT_glove_orc_damage 1
FT_no_orcnades 0

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

Post by Geesu » Mon Jun 05, 2006 3:36 pm

lan server?
No Support via PM

Veight
Peon
Posts: 6
Joined: Sun Jun 04, 2006 8:07 pm

Post by Veight » Mon Jun 05, 2006 3:42 pm

hosted

DarkJP2
Rifleman
Posts: 163
Joined: Tue Jul 26, 2005 3:18 pm
Location: Swiss

Post by DarkJP2 » Mon Jun 05, 2006 4:02 pm

has the server the rights to write on the harddisk?

Veight
Peon
Posts: 6
Joined: Sun Jun 04, 2006 8:07 pm

Post by Veight » Mon Jun 05, 2006 4:29 pm

yes

Veight
Peon
Posts: 6
Joined: Sun Jun 04, 2006 8:07 pm

Post by Veight » Mon Jun 05, 2006 6:31 pm

Cmon guys i need some help here everyone keeps losing xp and iono how to fix it :(

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

Post by Geesu » Mon Jun 05, 2006 7:37 pm

ok do me a favor, follow the sticky
No Support via PM

8UrN3r
Peon
Posts: 1
Joined: Mon Jun 12, 2006 6:52 am

Post by 8UrN3r » Mon Jun 12, 2006 6:55 am

heres my war3ft cfg i have the same problem.......

// Warcraft 3 Frozen Throne Configuration File

mp_savexp 1 // Enables saving of experience (uses a vault, default is 0)
sv_sql 1 // Save using a SQL module (a module needs to be turned on, 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)
FT_admin_flag "m" // Admin flag required to give/take XP (default is m)

// SQL configuration
FT_sql_host "127.0.0.1" // Host Name
FT_sql_user "root" // User Name
FT_sql_pass "" // Password
FT_sql_db "" // Database Name
FT_auto_pruning 0 // Automatically prunes the database of old users at a mapchange (default is 0)
sv_daysbeforedelete 50 // However many days before deleting XP or pruning from the database (default is 31)
sv_sqltablename "war3users" // Table Name, no need to change (default is war3users)
sv_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)

// Experience options
mp_xpmultiplier 1.0 // 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 35 // 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)

// Game Play Enhancements
sv_warcraft3 1 // Set this to 0 to disable warcraft (default is 1)
mp_grenadeprotection 0 // Only 1 HE grenade will be allowed for purchase per round (default is 0)
FT_position 0 // 0 is for left, 1 is for right (where to put the information for those spectating, default is 0)
FT_centerhud 1 // Automatically makes the hud be centered (message that shows xp/race/level, default is 1)
FT_items_in_hud 0 // Display items w/a HUD message (this will take up 1 of the 4 channels, default is 0)
FT_spec_info 1 // Show Spectating information for dead players (default is 1)
FT_show_icons 1 // Shows icons on your screen when your ultimate is ready (default is 1)
FT_race_icons 1 // Allow users to type /icons to show player icons above the player (default is 1)
FT_level_icons 1 // Allow users to type /icons to see player levels above the player (default is 1)
FT_CD 0 // If set to 1, it will not allow players without Cheating Death to play this mod (default is 0)
FT_buyzone 0 // Restrict purchasing shopmenu items to within the buyzone? (default is 0)
FT_buytime 0 // Restrict purchasing shopmenu items to within the buytime? (default is 0)
FT_buydead 1 // Allow users to purchase items when dead? (default is 1)
FT_show_player 1 // Show teammate and enemy information in the center of the screen when they are on target? (not for DOD, default is 1)
FT_query_client 1 // Check user's cl_minmodel cvar every second (default is 1)

// TYPE OF WARCRAFT (If race 4 or 5 is selected, messsages will say WAR3 instead
// of saying WAR3FT, also shopmenu2 will be disabled, as well as saying rings and ability)
FT_races 8 // Number of races (if races are less than 5, the second shopmenu will be disabled (4 is standard war3), default is 8)

// ****************************************************************************************************
// ABILITY ENHANCEMENTS
// ****************************************************************************************************

// Chameleon Race Configuration Options (Race 9)
// This race allows you to either assign skills that will be permanent, or random skills will be chosen each round
FT_Race9_Random 1 // Should the 9th race have random skills each round?, if so the next 4 option are irrelevant (default is 1)
FT_Race9_Skill1 1 // What race should the first skill be taken from? (default is 1)
FT_Race9_Skill2 1 // What race should the second skill be taken from? (default is 1)
FT_Race9_Skill3 1 // What race should the third skill be taken from? (default is 1)
FT_Race9_Ultimate 1 // What race should the ultimate be taken from? (default is 1)


// Skill and Ultimate configurations
FT_ultimatedelay 15.0 // Amount of time (in seconds) to delay the ultimates at the start of each round (default is 15.0)
FT_healing_range 750 // Range for Healing Wave to jump from player to player and heal (default is 750)
FT_ultimate_cooldown 35.0 // Cooldown of all ultimates (default is 35.0)
FT_warn_suicide 1 // Tells Undead Scourges their bomb is armed when they hit ultimate key, a second key press then detonates it (default is 1)
FT_blinkenabled 1 // Use blink instead of team teleport (default is 1)
FT_blink_protection 1 // slays people who abuse blink on some maps (skywalking, map exploiting, default is 1)
FT_blink_radius 500 // Enemies who have immunity w/in this radius will cause blink to fail (default is 500)
FT_blink_dizziness 1 // What type of diziness? (1 or 0 is flashbang effect, 2 is fading blue screen, default is 1)
FT_entangle_drop 0 // Should the player's primary weapon be dropped when they are entangled? (default is 0)
FT_impale_intensity 10 // Setting this to a lower non-negative number will lower the intensity of impale (default is 10)

// Item configurations
FT_glove_timer 10 // Interval between receiving a new grenade with the Flaming Gloves of Warmth (default is 10)
FT_no_gloves_on_ka 1 // Prevents Flaming gloves of warmth on ka maps and scoutzknivez (default is 1)
FT_glove_orc_damage 0 // When using gloves, should orcs be given the critical dmg? (Default is 0)
FT_no_orcnades 0 // Prevent orc nades on ka_ maps, fy_ maps and jail_riot (default is 0)
FT_claw 6 // Damage done by Claws of Attack (default is 6)
FT_bootspeed 275.0 // Speed given for purchasing boots of speed (different for dod, see dod section, default is 275)
FT_health_bonus 15 // Health bonus given for periapt of health (default is 15)
FT_frost_speed 125.0 // Speed of victim when attacked with Orb of Frost (default is 125.0)
FT_mask_of_death 0.2 // Percentage of like gained back by mask of death (default is 0.3)
FT_cloak 150 // Invisibility given with cloak, lower is more invisible (default is 150)
FT_sock 0.5 // Gravity level for Sock of the Feather

// Bot Configuration Options
FT_bot_buy_item 0.33 // Chance of a bot buying a shopmenu item at the beginning of the round (default is 0.33)

// DOD Options
DOD_startmoney 800 // Starting "fake" money for dod
DOD_bootspeed 45.0 // Stamina given for boots of speed in Day of Defeat (default is 45.0)




and how can i get to level 10 when im admiN?


any german here?

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

Post by Geesu » Mon Jun 12, 2006 8:42 am

8UrN3r: make sv_sql 0
No Support via PM

Post Reply