Shopmenu
Moderator: Forum Moderator
Shopmenu
I saw another post similar to this, but there was no real answer to it, very understandable though, lol.
Yes I was wondering how it's possible to change the prices of the shopmenus' I looked all over in the config folder, and I checked out the scripts, and I see it mentions the shopmenus' yet not how to change the cost of an item.
Yes I was wondering how it's possible to change the prices of the shopmenus' I looked all over in the config folder, and I checked out the scripts, and I see it mentions the shopmenus' yet not how to change the cost of an item.
bah i shouldn't use cvs code
it was constant.inl in 2.3.2
change, recompile, have phun 

it was constant.inl in 2.3.2
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

- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Here, this should help:
If you answered "no" to any of these questions, then that is what you need to do next
Did you edit the correct values in the constants.ini file?
If yes, did you save the file?
If yes, did you compile the warcraft3ft.sma file?
If yes, did you move the warcraft3ft.amxx file from the compiled folder to your plugins folder?
If yes, did you do a map change and/or restart the server?
If yes and it does not work, start all over again.
If you answered "no" to any of these questions, then that is what you need to do next
Last edited by YamiKaitou on Mon Aug 07, 2006 12:58 pm, edited 1 time in total.
No support via PM or Email
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
yes, I couldn't remember if it was called war3ft.sma or warcraft3ft.sma. So where it was "war3ft..." on my last post, I mean "warcraft3ft..."
EDIT: Changed them in the previous post
EDIT: Changed them in the previous post
Last edited by YamiKaitou on Mon Aug 07, 2006 12:58 pm, edited 1 time in total.
No support via PM or Email