Page 1 of 1
war3ft 3.0
Posted: Sun Nov 26, 2006 3:23 am
by priedzza
In this new one i cant find where i can change that how much xp i get for killing some one

could some one tell me what i gotta write liek killing_xp 7

Posted: Sun Nov 26, 2006 8:05 am
by Krazy
Open: scripting\war3ft\XP.inl
Change this code:
Code: Select all
XP_Configure()
{
// If we're saving XP, we want to set the max. amount of XP higher and the amount gained per kill/objective lower
if ( get_pcvar_num( CVAR_wc3_save_xp ) )
{
xpgiven = {6,8,10,12,14,16,18,20,24,28,32};
xplevel = {0,100,200,400,800,1600,3200,6400,12800,25600,51200};
}
This means if you kill a level 0 you get 6 xp, if you kill a level 1 you get 8 xp, and so on. So change it how you would like it. Then recompile the plugin.
Posted: Sun Nov 26, 2006 9:07 am
by priedzza
no man im using war3ft RC 3.0 the newest edition of war3ft

so there isnt any scripting folder

and geesu should make those configures like in old war3ft like kill xp and so on it would be easier
p.s this message needs to goes to geesu! In war3ft rc 3.0 the mask doesnt work which you can buy in shopmenu or shopmenu2 i realy forgot which of them but it doesnt work
p.s.s so does anyone know ?
Posted: Sun Nov 26, 2006 9:37 am
by Avanderik
download the source from the cvs and open up XP.h and change the xpgiven at the bottom
Posted: Sun Nov 26, 2006 3:56 pm
by priedzza
Avanderik wrote:download the source from the cvs and open up XP.h and change the xpgiven at the bottom
i really didnt understand it

could you give me more information

Posted: Sun Nov 26, 2006 6:06 pm
by Geesu
If you don't understand that you probably shouldn't be doing it :/
Posted: Sun Nov 26, 2006 11:28 pm
by YamiKaitou
What goes in the scripting folder is the files/folders called "war3ft" and "war3ft.sma". The file that Avanderik is refering to is in the "war3ft" folder
Posted: Mon Nov 27, 2006 5:13 am
by priedzza
oh i got it now

thanks avanderik

but i want to use war3ft amx mod x 1.71 but then there isnt any savexp

dont know why ! worked fine just a days ago
