help: Price of items

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

Moderator: Forum Moderator

Post Reply
User avatar
kreasta
Peon
Posts: 8
Joined: Mon Aug 15, 2005 5:03 pm
Location: Romania, Bucharest
Contact:

help: Price of items

Post by kreasta » Tue Sep 26, 2006 2:39 pm

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

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

Post by Geesu » Tue Sep 26, 2006 2:42 pm

This has been answered before, search for constants.inl
No Support via PM

User avatar
kreasta
Peon
Posts: 8
Joined: Mon Aug 15, 2005 5:03 pm
Location: Romania, Bucharest
Contact:

Post by kreasta » Tue Sep 26, 2006 2:49 pm

:) 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  

Post Reply