Need increase price on item - not found in source

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
cBozo
Peon
Posts: 3
Joined: Tue Nov 15, 2005 6:26 am

Need increase price on item - not found in source

Post by cBozo »

My gamers please to me increase price on some items, but i didnt find price in souce. I search in *.cfg and in all *.inl files. Please tell me, where i can find.
Tanks a lot.
User avatar
Geesu
<b>King of the world!</b>
Posts: 3164
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

its in constants.inl

Don't forget to recompile after you change them
No Support via PM
cBozo
Peon
Posts: 3
Joined: Tue Nov 15, 2005 6:26 am

Post by cBozo »

All strings, whos contain "helm" substring

Code: Select all

#define TASK_HELM                       1524
#define ITEM_HELM 3
#define PB_HELMET                               5               // Player had a helmet when he/she died?
I dont understand, how i can change price of helm.
User avatar
Geesu
<b>King of the world!</b>
Posts: 3164
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

try searching for the price of the helm...
No Support via PM
cBozo
Peon
Posts: 3
Joined: Tue Nov 15, 2005 6:26 am

Post by cBozo »

I find this!!! OMG, i search by "price", but need "cost".

Code: Select all

        new const itemcost2[9] =                                {5000,1500,550,1500,1500,1750,1000,9000,16000}
User avatar
Geesu
<b>King of the world!</b>
Posts: 3164
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

:P Well there ya go
No Support via PM
Post Reply