Page 1 of 1

Changing required XP for levels??

Posted: Thu Mar 01, 2007 6:30 pm
by kingzope
I read through the documentation and searched the forum but I couldn't find anything that explains how to change the requirements for a level. I've seen servers that require 800xp for level 1 and some that require 200xp for level 1. I appreciate any help.

Posted: Thu Mar 01, 2007 6:33 pm
by YamiKaitou
Search the forums, this has been answered before. I think it has also been answered recently

Posted: Thu Mar 01, 2007 8:42 pm
by Geesu
hint: war3ft.cfg

Posted: Thu Mar 01, 2007 9:18 pm
by kingzope
I went through pages of the forum looking for it. I also searched without any luck. I already configured my config file and didn't see anything in there for it, so either its some multiplier I didn't understand or I'm missing something.

Posted: Thu Mar 01, 2007 9:29 pm
by YamiKaitou
Hint: do a search fro xplevel

Posted: Thu Mar 01, 2007 9:38 pm
by kingzope
Thanks man I appreciate the hint. I was able to get it after that.

Posted: Fri Mar 02, 2007 5:03 pm
by Senne
euhm , i know it is always 51200xp for level 10 , and i want to keep it that way.
But is their a way to alter the xp gained for a kill? (i know for a bombplant etc, but didnt find to alter a kill xp).

ow and i just didnt want to make a new topic out of this, but could it be that helm is bugged? since when a teammate shots you in a head you loose a helm point...

Posted: Fri Mar 02, 2007 7:06 pm
by YamiKaitou
SEARCH!!!!

Yes

Posted: Fri Mar 02, 2007 7:21 pm
by Senne
yea i know , i always search before i bother other ppl with it :
xp kill
xp gain
xp kill bonus
xp settings
xp recieving

euhm i searched all those...

Posted: Fri Mar 02, 2007 7:51 pm
by YamiKaitou
Then search the code. It is not that hard to find. Or, search in your war3ft.cfg

Posted: Fri Mar 02, 2007 8:30 pm
by Senne
yea i double checked my war3ft (the 3.0 RC version) end i can only change the xp needed for a level :

Code: Select all

wc3_xp_multiplier	1.0		// set the level required to gain a level as a multiple (default 1.0)

and then it wouldnt be the same to the players, since they all are used to the 51200xp = level 10 idea (that it is in almost all war3ft savedxp communities)


this are the only options i have to change when it comes to xp options :

Code: Select all

// Experience Options

wc3_xp_multiplier	1.0		// set the level required to gain a level as a multiple (default 1.0)
wc3_xp_weap_multiplier	1		// Award XP based on the weapon used (default is 1)
wc3_min_players		2		// Minimum amount of players needed b4 awarding XP (default is 2)
wc3_xp_auto_average	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)
wc3_show_objectives	1		// If enabled, will display message in chat to show XP they gain for completing certain objectives (default is 1)
wc3_show_kill_obj	0		// Shows how much XP you gain for killing someone (each kill, default is 0)
wc3_xp_radius		550		// Radius to give XP to teammates near where the special objective is completed (rescued hosties, bomb planted, killed vip, vip escaped, default is 750)
i ve found some topics concerning older version in which you could make xp kill bonus changes , but i dont have such a variable in my cfg.
And i have no idea what i should recompile or even how to recompile certain files to change this.

Posted: Sat Mar 03, 2007 5:27 am
by Senne
thx , ill now search the forum how to recompile it ;)

i altered it to the half of what it was originally

Code: Select all

		xpgiven = {3,4,5,6,7,8,9,10,12,14,16};

Posted: Sat Mar 03, 2007 11:51 am
by DesasterUK
hint:
try to search on www.amxmodx.org how to re/compile a plugin

Posted: Sat Mar 03, 2007 2:29 pm
by kingzope
Well I've successfully changed the required XP levels and recompiled the plugin. I looked all through the includes and config file and couldn't find how to turn on assists. The only thing I found in the forums were a couple threads about people trying wanting to ahve it changed. So any idea on how to enable it.

Thanks

Posted: Sun Mar 04, 2007 12:11 am
by mexykanu
if it's out of the includes, you will have to write it again OR search the CVS and find it in a older version

Posted: Sun Mar 04, 2007 2:45 am
by kingzope
I searched all through the includes lol. Nothing on Assist XP. I thought it would be enabled by default in WC3:FT. I know its available because I seen it in another server.

Posted: Sun Mar 04, 2007 3:12 am
by DesasterUK
maybe the other server is running another version of wc3ft

Posted: Sun Mar 04, 2007 11:18 am
by kingzope
What I'm saying is I don't think kill assist XP has been removed from FT. I would assume there is some way to enable it someway. It would be nice to have especially for the people who don't get many kills.

Posted: Sun Mar 04, 2007 11:55 am
by mexykanu
u just said eralier that you can't find it, thus it doesn't exist in the version you searched in. try and look in a older RC version

Posted: Sun Mar 04, 2007 1:13 pm
by kingzope
I would think it wouldn't be removed or if it was theres a way to enable it again. If it is only in the new beta can someone let me know. I was under the impression from the other server admin i talked to that this release had it available.

Posted: Mon Mar 05, 2007 1:13 pm
by Senne
hi, me again.
I think i did it right ;)

so if i now upload the new war3ft.amxx in the plugins folder , the xp gaining should be changed right?

Posted: Mon Mar 05, 2007 1:21 pm
by YamiKaitou
Yes, if everything was changed correctly and compiled correctly, then the changes will go into effect once the map changes or the server restarts