Changing required XP for levels??

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

Moderator: Forum Moderator

Post Reply
User avatar
kingzope
Peon
Posts: 7
Joined: Thu Mar 01, 2007 6:27 pm

Changing required XP for levels??

Post by kingzope » Thu Mar 01, 2007 6:30 pm

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.

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

Post by YamiKaitou » Thu Mar 01, 2007 6:33 pm

Search the forums, this has been answered before. I think it has also been answered recently
Image

No support via PM or Email

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

Post by Geesu » Thu Mar 01, 2007 8:42 pm

hint: war3ft.cfg
No Support via PM

User avatar
kingzope
Peon
Posts: 7
Joined: Thu Mar 01, 2007 6:27 pm

Post by kingzope » Thu Mar 01, 2007 9:18 pm

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.

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

Post by YamiKaitou » Thu Mar 01, 2007 9:29 pm

Hint: do a search fro xplevel
Image

No support via PM or Email

User avatar
kingzope
Peon
Posts: 7
Joined: Thu Mar 01, 2007 6:27 pm

Post by kingzope » Thu Mar 01, 2007 9:38 pm

Thanks man I appreciate the hint. I was able to get it after that.

Senne
Rifleman
Posts: 164
Joined: Wed Feb 21, 2007 9:22 am

Post by Senne » Fri Mar 02, 2007 5:03 pm

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...

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

Post by YamiKaitou » Fri Mar 02, 2007 7:06 pm

SEARCH!!!!

Yes
Image

No support via PM or Email

Senne
Rifleman
Posts: 164
Joined: Wed Feb 21, 2007 9:22 am

Post by Senne » Fri Mar 02, 2007 7:21 pm

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...

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

Post by YamiKaitou » Fri Mar 02, 2007 7:51 pm

Then search the code. It is not that hard to find. Or, search in your war3ft.cfg
Image

No support via PM or Email

Senne
Rifleman
Posts: 164
Joined: Wed Feb 21, 2007 9:22 am

Post by Senne » Fri Mar 02, 2007 8:30 pm

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.

Senne
Rifleman
Posts: 164
Joined: Wed Feb 21, 2007 9:22 am

Post by Senne » Sat Mar 03, 2007 5:27 am

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};

DesasterUK
WC3Mods Donor
WC3Mods Donor
Posts: 223
Joined: Thu Mar 09, 2006 6:05 pm
Location: Germany
Contact:

Post by DesasterUK » Sat Mar 03, 2007 11:51 am

hint:
try to search on www.amxmodx.org how to re/compile a plugin
Image

User avatar
kingzope
Peon
Posts: 7
Joined: Thu Mar 01, 2007 6:27 pm

Post by kingzope » Sat Mar 03, 2007 2:29 pm

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

mexykanu
Rifleman
Posts: 176
Joined: Sun Oct 22, 2006 8:06 am

Post by mexykanu » Sun Mar 04, 2007 12:11 am

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

User avatar
kingzope
Peon
Posts: 7
Joined: Thu Mar 01, 2007 6:27 pm

Post by kingzope » Sun Mar 04, 2007 2:45 am

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.

DesasterUK
WC3Mods Donor
WC3Mods Donor
Posts: 223
Joined: Thu Mar 09, 2006 6:05 pm
Location: Germany
Contact:

Post by DesasterUK » Sun Mar 04, 2007 3:12 am

maybe the other server is running another version of wc3ft
Image

User avatar
kingzope
Peon
Posts: 7
Joined: Thu Mar 01, 2007 6:27 pm

Post by kingzope » Sun Mar 04, 2007 11:18 am

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.

mexykanu
Rifleman
Posts: 176
Joined: Sun Oct 22, 2006 8:06 am

Post by mexykanu » Sun Mar 04, 2007 11:55 am

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

User avatar
kingzope
Peon
Posts: 7
Joined: Thu Mar 01, 2007 6:27 pm

Post by kingzope » Sun Mar 04, 2007 1:13 pm

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.

Senne
Rifleman
Posts: 164
Joined: Wed Feb 21, 2007 9:22 am

Post by Senne » Mon Mar 05, 2007 1:13 pm

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?

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

Post by YamiKaitou » Mon Mar 05, 2007 1:21 pm

Yes, if everything was changed correctly and compiled correctly, then the changes will go into effect once the map changes or the server restarts
Image

No support via PM or Email

Post Reply