Boots for 3.0
Posted: Tue Feb 20, 2007 10:34 pm
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.
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.