Need Help With Wc3 Options
Posted: Wed May 10, 2006 3:06 pm
why did you lock it can you just PLZ answer my last qustion. How do you change the prices from the shopmenu?[/code]search... LOCKED
Home to war3, war3ft, war3x and uwc3
https://www.wc3mods.net/forums/
why did you lock it can you just PLZ answer my last qustion. How do you change the prices from the shopmenu?[/code]search... LOCKED
ok i edit mine and i restarted server and it still doesnt work heres how mine looks likeconstants.inl:
Small:
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
Code: Select all
new const itemcost[9] = {1500,8000,1000,2000,2000,1500,2000,8000,4000}
#if MOD == 0
new const itemcost2[9] = {8000,1500,1500,1500,4000,6000,1000,8000,16000}
#endif
#if MOD == 1
new const itemcost2[9] = {800,1500,550,1500,1500,1750,1000,9000,16000}
#endif