Selling price of items

01/13/2011 23:31 FirstAid007#1
Ok guys,

I am probably to stupid for this, but I can edit alot... though I cannot find the string where to put the price of an item you sell to a NPC...

for example, at the lvl 15 quest, I get a reskill, when I sell this to an NPC, I get 7.5 mil... which is kind of way too much.

I would like to change that on my server, but I cannot find how / where.
After a search on the forum, I still didn't find any usefull answers.

Anyone any ideas where to change the sell price?
Replies in German are ok, as I can read german.

Thanks in advance,
Aid
01/14/2011 13:40 Sedrika#2
Open propItem.txt and search for II_SYS_SYS_SCR_RECCURENCE_LINK and then look on the line.

on mine it looks like this
Code:
7    II_SYS_SYS_SCR_RECCURENCE_LINK    IDS_PROPITEM_TXT_007558    1    9999    IK1_SYSTEM    IK2_SYSTEM    IK3_LINK    =    =    1    =    [B][COLOR=Red]4[/COLOR][/B]    =    =    =    =    1    =    =    0    =    =    1    =    =    =    =    =    =    =    =    _NONE    0    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    II_SYS_SYS_SCR_RECCURENCE    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    0    0    0    0    0    0    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    =    """Itm_SysSysScrReccur.dds"""    0    """"""    IDS_PROPITEM_TXT_007559
And the red one is the Price.
01/19/2011 17:21 FirstAid007#3
First of all, Thanks for the fast reply,

But that is the price you have to pay if you buy the item from a shop.
I am looking for the price you get when you sell the item back to a NPC.