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 ...
help: Price of items
Moderator: Forum Moderator
help: Price of items
Last edited by kreasta on Tue Sep 26, 2006 2:44 pm, edited 1 time in total.

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