Boots for 3.0

Want to talk about war3ft or make suggestions? Post them here

Moderator: Forum Moderator

Locked
User avatar
mattypee
Footman
Posts: 101
Joined: Sun Sep 10, 2006 4:06 pm
Location: Wisconsin

Boots for 3.0

Post by mattypee » 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.

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 » Tue Feb 20, 2007 10:59 pm

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.
War does not determine who is right, war determines who is left...

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

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

Post by YamiKaitou » Tue Feb 20, 2007 11:05 pm

open items.h

find #define ITEM_BOOT_INCREASE 1.10

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

No support via PM or Email

User avatar
mattypee
Footman
Posts: 101
Joined: Sun Sep 10, 2006 4:06 pm
Location: Wisconsin

Post by mattypee » Tue Feb 20, 2007 11:05 pm

thankyou so much fellas

snapdoodle
Peon
Posts: 10
Joined: Sun Oct 08, 2006 2:24 am

Post by snapdoodle » Tue Feb 27, 2007 12:38 am

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.

User avatar
mattypee
Footman
Posts: 101
Joined: Sun Sep 10, 2006 4:06 pm
Location: Wisconsin

Post by mattypee » Tue Feb 27, 2007 8:31 am

I havent noticed any stacking.

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

Post by Geesu » Mon Mar 05, 2007 5:10 pm

cvar added for RC6
No Support via PM

Locked