Page 1 of 1

help: Price of items

Posted: Tue Sep 26, 2006 2:39 pm
by kreasta
hy i want to change the price of items of shops ... i want to change the price of helm from 1500 to 550 $.

i hope you understand what i want to do

i use war3ft 2.3.2
PS: my english is not so good ...

Posted: Tue Sep 26, 2006 2:42 pm
by Geesu
This has been answered before, search for constants.inl

Posted: Tue Sep 26, 2006 2:49 pm
by kreasta
:) gotcha

Code: Select all

new const itemcost[9] =                    {1500,2500,1000,800,2000,800,2000,1000,4000} 
#if MOD == 0 
    new const itemcost2[9] =                {7500,1500,1500,1500,1500,1750,1000,9000,16000} 
#endif 
#if MOD == 1 
    new const itemcost2[9] =                {800,1500,550,1500,1500,1750,1000,9000,16000} 
#endif