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}
This is For Warcraft 3 Frozen Throne:
I know this is the code and i am asuming the one that says if mod == 1 that is DOD? Also do the prices fallow the items in order on both menus? If it dose then i can edit it easy. But it dose not look like that. I mainly want to change ank of reincarnation. From 1500 to 15.000. Which seems extreme but in our dod server money is no problem and peopel jsut constantly respawn.
The bigger problem i have is that i only have FTP acsess to our server and its a linux and my complier is Windows(on my computer) >.> So i can't compile it from our server. I have to compile it and then uplaod it.
I tried to gete the linux compiler on my computer then recompile it but no such luck getting it to work. But would it be a huge differance from Windows to linix? (linux?)
I am sorry if this ahs been answerd but i avhe loked for ti and only found answers for other war3 mods.