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 » Tue Nov 15, 2005 6:30 am

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: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Tue Nov 15, 2005 9:04 am

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 » Tue Nov 15, 2005 9:51 am

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: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Tue Nov 15, 2005 11:06 am

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 » Wed Nov 16, 2005 12:30 am

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: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Wed Nov 16, 2005 8:31 am

:P Well there ya go
No Support via PM

Post Reply