[NPC] SOS Jewel Description

05/13/2013 11:02 Colb#1
So, I made an NPC, with several groups, tabs, etc. It has all SOM and SOSUN items, for gold + coins. Everything works great, except accessories (jewelry). The description is not showing up correctly, and it does not have the animated icon, like the other SOS items.

This is what I have in game:

[Only registered and activated users can see links. Click Here To Register...]


_RefPackageItem
Code:
1	15	84167	PACKAGE_ITEM_CH_EARRING_09_C_RARE	0	EXPAND_TERM_ALL	SN_ITEM_CH_EARRING_09_C_RARE	SN_ITEM_CH_EARRING_09_C_RARE_TT_DESC	item\china\acc\earring_09.ddj	-1	xxx	-1	xxx	-1	xxx	-1	xxx
_RefScrapOfPackageItem
Code:
1	15	PACKAGE_ITEM_CH_EARRING_09_C_RARE	ITEM_CH_EARRING_09_C_RARE	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	xxx	-1	xxx	-1	xxx	-1	xxx	374
_RefPricePolicyOfItem
Code:
1	15	PACKAGE_ITEM_CH_EARRING_09_C_RARE	1	0	1500000000	-1	xxx	-1	xxx	-1	xxx	-1	xxx
1	15	PACKAGE_ITEM_CH_EARRING_09_C_RARE	64	0	25	-1	xxx	-1	xxx	-1	xxx	-1	xxx
_RefShopGoods
Code:
1	15	STORE_Alchemy-Dealer_TAB11	PACKAGE_ITEM_CH_EARRING_09_B_RARE	3	-1	xxx	-1	xxx	-1	xxx	-1	xxx
1	15	STORE_Alchemy-Dealer_TAB11	PACKAGE_ITEM_CH_EARRING_09_C_RARE	4	-1	xxx	-1	xxx	-1	xxx	-1	xxx

Anything look wrong?
05/13/2013 11:16 ILowe#2
media.pk.

RefPackageItem.txt
RefScrapOfPackageItem.txt
RefPricePolicyOfItem.txt
RefShopGoods.txt

You should write the same of
05/13/2013 11:22 Colb#3
Quote:
Originally Posted by ILowe View Post
media.pk.

RefPackageItem.txt
RefScrapOfPackageItem.txt
RefPricePolicyOfItem.txt
RefShopGoods.txt

You should write the same of
:facepalm:

I know this. All txt files are exactly the same as my DB.
05/13/2013 16:30 TychusFindlay#4
Check this code in RefObjCommon and check the corresponding id (with link) in RefObjItem table

The code is 84167

Is it pointing to the correct item set?

If it is correct then it must be an additional .txt file on the client side which requires modification. Yet I dont know which.
05/13/2013 16:47 Sh3ll T34M#5
its refscrap problem bud !
you just put the item 2 times in same text that why .. hope i helped ya
also check the db lines
05/13/2013 17:06 Colb#6
Quote:
Originally Posted by Sh3ll T34M View Post
its refscrap problem bud !
you just put the item 2 times in same text that why .. hope i helped ya
also check the db lines
Not sure I understand what you mean.

Could it be beccause of the Battle Arena NPC? I made sure that there are no duplicate entries.
05/13/2013 21:43 Zodiao#7
Your item are twice in DB.
delete what you did.
and just add it to RefShopgoods and try.
05/14/2013 07:48 zLordOFear#8
Colb

Log In To Skype
05/15/2013 07:32 Colb#9
Quote:
Originally Posted by Sir*EviL View Post
Your item are twice in DB.
delete what you did.
and just add it to RefShopgoods and try.
Solved. This fixed the issue.



#request to close