war3ft 3.0

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

Moderator: Forum Moderator

Post Reply
priedzza
Peon
Posts: 35
Joined: Thu Oct 19, 2006 9:56 am

war3ft 3.0

Post by priedzza » Sun Nov 26, 2006 3:23 am

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

User avatar
Krazy
Forum Administrator
Posts: 282
Joined: Wed Jul 06, 2005 9:40 am
Location: Dayton, Ohio
Contact:

Post by Krazy » Sun Nov 26, 2006 8:05 am

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.
Website: www.djpsych.com
Image

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!

priedzza
Peon
Posts: 35
Joined: Thu Oct 19, 2006 9:56 am

Post by priedzza » Sun Nov 26, 2006 9:07 am

no man im using war3ft RC 3.0 the newest edition of war3ft :D 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 :wink:


p.s.s so does anyone know ?

User avatar
Avanderik
<b><i>King of Kings!</b></i>
Posts: 150
Joined: Thu Jul 07, 2005 1:51 am
Location: Still Looking

Post by Avanderik » Sun Nov 26, 2006 9:37 am

download the source from the cvs and open up XP.h and change the xpgiven at the bottom
War does not determine who is right, war determines who is left...

Order is for idiots, genius masters chaos...
Image

priedzza
Peon
Posts: 35
Joined: Thu Oct 19, 2006 9:56 am

Post by priedzza » Sun Nov 26, 2006 3:56 pm

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 :lol: could you give me more information :)

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

Post by Geesu » Sun Nov 26, 2006 6:06 pm

If you don't understand that you probably shouldn't be doing it :/
No Support via PM

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

Post by YamiKaitou » Sun Nov 26, 2006 11:28 pm

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
Image

No support via PM or Email

priedzza
Peon
Posts: 35
Joined: Thu Oct 19, 2006 9:56 am

Post by priedzza » Mon Nov 27, 2006 5:13 am

oh i got it now :lol: thanks avanderik :D 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 :roll:

Post Reply