edit d-shop item discription

06/02/2010 05:03 ryufireblade#1
Ok, I've searched the forum looking for a way to edit the discriptions of the items sold in the D-Shop. I know 2 files that are part of the change, cashshop_tablist and stringtable_cash. But when I assign a new string in the cashshop_tablist to a new number, I get 910,209. See attached image. If I change the string code from 209 to 11 (Traveler's Backpack), it gives me the discription for the Traveler's Backpack. Say I assigned 60000 as my string code, the error would then be 910,60000. What file am I missing a change in? :confused:
06/02/2010 09:14 pieter#2
the description doesnt exist :)

before the , is the category behind it the description-id
example for you

Code:
<cate>910
code 60000 #comment can be added here
{
This is a shit item, dont buy it!
}
</cate>
but the category probably allready exists in your stringtable\item_cash

so u only need to add the code part :)
06/02/2010 09:24 Zombe#3
See, dekaron somehow works ike this, if it can't see an array value, it gives it's key instead. So the "910" actually says the position where the problem is.

EDIT: Oh shit, pieter is as fast as wind, beat me again :awesome:
06/03/2010 04:48 ryufireblade#4
The <cate> 910 told me where to look. This thread can be closed. Thanks!

:handsdown: