In Ur signature ur Write :
Professional in Pk2 and Database Edit.
(Edit Items in NPC its basic of know for database media pk2 editor
But Take This
This Guide From ra ge zo ne --> Credit To higorhaner
I ReRelease This Guide.
This Guide How To Add Item To NPC/Item Mall
First Download Extractor Form
[Only registered and activated users can see links. Click Here To Register...]
Extract This Files.
Code:
Media.pk2\server_dep\silkroad\textdata\refpackageitem.txt
Media.pk2\server_dep\silkroad\textdata\refpricepolicyofitem.txt
Media.pk2\server_dep\silkroad\textdata\refscrapofpackageitem.txt
Media.pk2\server_dep\silkroad\textdata\refshopgoods.txt
**Now Edit**
1. Go to ur SQL --> SRO_VT_SHARD (or how u call it) --> refpackageitem
And In Media --> server_dep\silkroad\textdata\refpackageitem.txt
First in the database for generating ID after in media.pk2
Code:
1 15 1864 PACKAGE_ITEM_PRE_MALL_AVATAR_M_SAYTAN_DRESS 0 EXPAND_TERM_ALL SN_ITEM_PRE_MALL_AVATAR_M_SAYTAN_DRESS SN_ITEM_PRE_MALL_AVATAR_M_SAYTAN_DRESS_TT_DESC item\Avatar\mall_avatar_m_saytan_dress.ddj -1 XXX -1 xxx -1 xxx -1 xxx
1=on 0=off
Id automatically generated
Item code
1=item mall new items 0=normal
Icon name in Media.pk2\Icon64\item\avatar\
2. SRO_VT_SHARD\refpricepolicyofitem and Media.pk2\server_dep\silkroad\textdata\refpricepol icyofitem.txt
Code:
>>>>>>>>>>>>for silk item:<<<<<<<<<<<<<<
1 15 PACKAGE_ITEM_MALL_AVATAR_M_SAYTAN_DRESS 2 0 300 -1 xxx -1 xxx -1 xxx -1 xxx
1 15 PACKAGE_ITEM_MALL_AVATAR_M_SAYTAN_DRESS 4 0 0 -1 xxx -1 xxx -1 xxx -1 xxx
1 15 PACKAGE_ITEM_MALL_AVATAR_M_SAYTAN_DRESS 16 0 0 -1 xxx -1 xxx -1 xxx -1 xxx
1=on 0=off
Item code
price
>>>>>>>>>>>>For gold item:<<<<<<<<<<<<<<
1 15 PACKAGE_ITEM_EU_W_HEAVY_11_SA_SET_B 1 0 3413000 -1 xxx -1 xxx -1 xxx -1 xxx
1=on 0=off
Item code
price
3-SRO_VT_SHARD\refscrapofpackageitem and Media.pk2\server_dep\silkroad\textdata\refscrapofp ackageitem.txt
First in the database for generating ID after in media.pk2
Code:
1 15 PACKAGE_ITEM_PRE_MALL_AVATAR_M_SAYTAN_DRESS ITEM_PRE_MALL_AVATAR_M_SAYTAN_DRESS 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 xxx -1 xxx -1 xxx -1 xxx 1864
1=on 0=off
Item code
Id automatically generated
4-SRO_VT_SHARD\refshopgoods and Media.pk2\server_dep\silkroad\textdata\refshopgood s.txt
Code:
1 15 MALL_AVATAR_DRESS PACKAGE_ITEM_PRE_MALL_AVATAR_M_SAYTAN_DRESS 66 -1 xxx -1 xxx -1 xxx -1 xxx
1=on 0=off
Shop+Table ID
Item code
Slot(starts at 0)for example Item mall with only Shaytan avatar dress :
1 15 MALL_AVATAR_DRESS PACKAGE_ITEM_PRE_MALL_AVATAR_M_SAYTAN_DRESS 0 -1 xxx -1 xxx -1 xxx -1 xxx
1 15 MALL_AVATAR_DRESS PACKAGE_ITEM_PRE_MALL_AVATAR_W_SAYTAN_DRESS 1 -1 xxx -1 xxx -1 xxx -1 xxx
***Now How To Import Files To The Client***
First Download Editor From
[Only registered and activated users can see links. Click Here To Register...]
File-->Open-->Choose Media.Pk2 Of Ur Client
Select folder extracted previously:
[Only registered and activated users can see links. Click Here To Register...]
Click on Import
Done.
Hope u Will Sucsses.