Page 1 of 1

Boots for 3.0

Posted: Tue Feb 20, 2007 10:34 pm
by mattypee
Just a quick question if anyone knows, you use to be able to edit the boots of speed via war3ft.cfg. Now its imbedded in the code somewhere. And instead of making you 10% faster i would like to edit it and make it 20% faster. Any idea of what files i edit, i looked in the war3ft.inl and found this

case ITEM_BOOTS:
{
if ( g_MOD == GAME_CSTRIKE || g_MOD == GAME_CZERO )
{
client_print( id, print_chat,"%s %L", g_MODclient, id, "INFO_SHOPMENU_2", ( ( ITEM_BOOT_INCREASE - 1.00 ) * 100.00 ) );
}

And im assuming i have to edit that value but i always get a compile error.

Posted: Tue Feb 20, 2007 10:59 pm
by Avanderik
That doesn't affect the speed increase. That displays the message when you purchase the boots. Go into items.h and at the bottom is ITEM_BOOT_INCREASE. It is 1.10. Change it to 1.20.

Posted: Tue Feb 20, 2007 11:05 pm
by YamiKaitou
open items.h

find #define ITEM_BOOT_INCREASE 1.10

Change it to what you want. If 20%, set it to 1.20

Posted: Tue Feb 20, 2007 11:05 pm
by mattypee
thankyou so much fellas

Posted: Tue Feb 27, 2007 12:38 am
by snapdoodle
anyone else think the boots should give a set increase instead of a percent increase?

cause they stack with undead, which is good, but the increase for other classes is not so great.

Posted: Tue Feb 27, 2007 8:31 am
by mattypee
I havent noticed any stacking.

Posted: Mon Mar 05, 2007 5:10 pm
by Geesu
cvar added for RC6