A couple of WC3FT Questions

Want to talk about war3ft or make suggestions? Post them here

Moderator: Forum Moderator

Post Reply
SupaLeetKilla
Peon
Posts: 3
Joined: Sun Dec 04, 2005 5:46 am

A couple of WC3FT Questions

Post by SupaLeetKilla » Sun Dec 04, 2005 6:10 am

Ok.. To change the EXP gained from each thing I edit the war3ft.cfg.. what next? Do i just upload it to the server?

also how do I change between long term and short term exp, cause i can't find it in the config..

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

Post by Geesu » Sun Dec 04, 2005 11:03 pm

yes....

mp_savexp
No Support via PM

SupaLeetKilla
Peon
Posts: 3
Joined: Sun Dec 04, 2005 5:46 am

Post by SupaLeetKilla » Tue Dec 06, 2005 1:02 am

another question.. how do i lower the exp for killing people.. i cant find it in the config.. i dont think i can at least. :/

User avatar
GUNN3R17
Footman
Posts: 149
Joined: Wed Jul 06, 2005 5:24 pm
Location: Brea, CA
Contact:

Post by GUNN3R17 » Tue Dec 06, 2005 1:25 am

yeah...its in the cfg

Code: Select all

// 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)

SupaLeetKilla
Peon
Posts: 3
Joined: Sun Dec 04, 2005 5:46 am

Post by SupaLeetKilla » Wed Dec 07, 2005 11:43 pm

where does it say anything about how much exp you get for killing someone? yes there is a command there to have it announce how much you got for killing them but how do I change how much you get for killing them..

User avatar
GUNN3R17
Footman
Posts: 149
Joined: Wed Jul 06, 2005 5:24 pm
Location: Brea, CA
Contact:

Post by GUNN3R17 » Thu Dec 08, 2005 12:57 am

OMG....are u blind!!! read my post instead of scimming it

"Shows how much XP you gain for killing someone"

plain and simple

almost the exact words you used are right up there

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

Post by Geesu » Thu Dec 08, 2005 8:11 am

He wants to change the amount of XP per kill... To do this you would need to edit the xpgiven variable in constants.inl and recompile
No Support via PM

User avatar
GUNN3R17
Footman
Posts: 149
Joined: Wed Jul 06, 2005 5:24 pm
Location: Brea, CA
Contact:

Post by GUNN3R17 » Thu Dec 08, 2005 2:23 pm

then whats the point of this?

Code: Select all

FT_kill_objectives   0      // Shows how much XP you gain for killing someone (each kill, default is 0)

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

Post by Geesu » Thu Dec 08, 2005 2:33 pm

Show/Don't show on the player's screen
No Support via PM

User avatar
GUNN3R17
Footman
Posts: 149
Joined: Wed Jul 06, 2005 5:24 pm
Location: Brea, CA
Contact:

Post by GUNN3R17 » Thu Dec 08, 2005 2:42 pm

ah...i misread that

sorry suppa for the misreadng

you want to change this

Code: Select all

new xpgiven[11] = {10,15,25,35,40,50,60,70,80,90,95}

Post Reply