Page 1 of 1

Please help.... Server Crash on purchasing Flaming Gloves of

Posted: Mon Nov 05, 2007 11:14 pm
by TheRiddle
I'am running Wc3FT 3.0RC8 downloaded from this forum and now my Server Crash on purchasing Flaming Gloves of Warmth...

Is there any way to remove it or set the cost of it to 999999 ???




--- Please enter the following information for support ---
War3ft Version:
Amxmodx Version:
Metamod Version:
amxx list:
amxx modules:
meta list:

Re: Please help.... Server Crash on purchasing Flaming Glove

Posted: Wed Nov 07, 2007 7:40 pm
by slmclarengt
TheRiddle wrote:I'am running Wc3FT 3.0RC8 downloaded from this forum and now my Server Crash on purchasing Flaming Gloves of Warmth...

Is there any way to remove it or set the cost of it to 999999 ???




--- Please enter the following information for support ---
War3ft Version:
Amxmodx Version:
Metamod Version:
amxx list:
amxx modules:
meta list:
Try opening "war3ft" within scripting folder and change the line

Code: Select all

	ITEM_COST[ITEM_GLOVES]	    = 1750;
to

Code: Select all

	ITEM_COST[ITEM_GLOVES]	    = 16001;
or

Code: Select all

	ITEM_COST[ITEM_GLOVES]	    = -1;
I don't know how WC3FT handles $-1 but I know $16001 works unless you have a plugin that gives money (or even blood mage may exceed 16000, I don't recall but I thought so).

Then recompile. Also, if you compile in linux, I would love it if you gave me the file :-).

Slmclarengt

Posted: Wed Nov 07, 2007 9:14 pm
by TheRiddle
I was given a file that changes the price to 87999,- :lol:
So now it's allmost impossibel to buy it.... ;-)