|
You last visited: Today at 22:01
Advertisement
[Request]vSRO Server Item mall editing
Discussion on [Request]vSRO Server Item mall editing within the SRO Private Server forum part of the Silkroad Online category.
09/21/2011, 23:19
|
#1
|
elite*gold: 0
Join Date: Jul 2011
Posts: 1,189
Received Thanks: 531
|
[Request]vSRO Server Item mall editing
hello... is there anyway that you could replace or edit the item mall items with the vsro files... I don't need a big guide i just want a good clue where I could start...
|
|
|
09/22/2011, 00:01
|
#2
|
elite*gold: 0
Join Date: Mar 2009
Posts: 337
Received Thanks: 474
|
database 4 tables and then edit in media.pk2 is that count a clue ?
|
|
|
09/22/2011, 00:19
|
#3
|
elite*gold: 0
Join Date: Jul 2011
Posts: 1,189
Received Thanks: 531
|
Quote:
Originally Posted by naty48
database 4 tables and then edit in media.pk2 is that count a clue ?
|
could you give me more info maybe which specified tab ??
|
|
|
09/22/2011, 01:23
|
#4
|
elite*gold: 702
Join Date: Jul 2008
Posts: 1,291
Received Thanks: 415
|
Code:
In SRO_VT_SHARD:
_RefShopGoods, _RefPackageItem, _RefScrapOfPackageItem and _RefPricePolicyOfItem.
next time try to find it urself.
|
|
|
09/22/2011, 10:28
|
#5
|
elite*gold: 0
Join Date: Sep 2007
Posts: 1,512
Received Thanks: 983
|
Quote:
Originally Posted by ✗EpicSoul✗
could you give me more info maybe which specified tab ??
|
If you don't want add new stuff that aren't in database, just edit IM in .pk2
|
|
|
09/23/2011, 14:20
|
#6
|
elite*gold: 0
Join Date: Jul 2009
Posts: 77
Received Thanks: 4
|
I would like to have an explanation, if anyone is kind enough to make one ^^
Where in the media.pk2 do i have to add the Mall items
|
|
|
09/23/2011, 15:00
|
#7
|
elite*gold: 0
Join Date: Aug 2007
Posts: 194
Received Thanks: 1,091
|
Quote:
Originally Posted by Cha0sBG®
Code:
In SRO_VT_SHARD:
_RefShopGoods, _RefPackageItem, _RefScrapOfPackageItem and _RefPricePolicyOfItem.
|
you edit this files in database (add, edit items) then you have to export those tables in txt format (tab delimiter) (Media\server_dep\silkroad\textdata). but only export those with service 1. else the client will crash.
here is what i got so far:
(still not complete, but the importent stuff is described)
Quote:
NPC - Shops / Items / Item Mall
_RefAccessPermissionOfShop //??
_RefConditionToBuyScrapItem //??
_RefConditionToSellPackageItem //??
_RefConditionToSellScrapItem //??
_RefRewardPolicyToBuyScrapItem //??
_RefRewardPolicyToSellPackageItem //??
_RefRewardPolicyToSellScrapItem //??
_RefSetItemGroup //??
_RefTreatItemOfShop //??
_RefObjItem //All known Items
_RefObjCommon //All known Items
_RefMappingShopGroup //importent for NPC Menu
_RefMappingShopWithTab //importent for NPC Menu
_RefShop //NPC Shop Management i.e.: (Hotan Smith)
_RefShopGroup //NPC Shop Groups i.e.: (EU Weapons and CH Weapons selection Menus, those are 1 Group. Also NPC Codename here: NPC_KT_SMITH = KT=HOTAN)
_RefShopItemGroup //NPC Shop Menu Names in Media.pk2? (SN_ Codename)
_RefShopItemStockPeriod //Item Mall sell period
_RefShopObject //Locale and global CountryID
_RefShopTab //NPC Shop Tab define (Weapons, Shield, Ammo) and Codename for Media.pk2 Names
_RefShopTabGroup //NPC Shop Menu define (Chinese Weapons or European Weapons)
//ONLY THESE ARE NEEDED FOR ADDING EXISTING ITEMS TO SHOP
//ALSO: make sure the clientside export of this tables only have services with 1 (else client will crash) (Export only service 1 items, ignore other)
_RefPackageItem //NPC Shop Items define (default icon, default name and description (point to media.pk2))
_RefPricePolicyOfItem //Price of Package Items
_RefScrapOfPackageItem //NPC Shop Item-Pointer: Package points to Real Items
_RefShopGoods //NPC Shop Items i.e.: (ItemType: Bow, TabGroup: Weapons, Shield, Ammo etc. and Slot)
|
same for item mall items
|
|
|
09/23/2011, 15:16
|
#8
|
elite*gold: 0
Join Date: Jul 2009
Posts: 77
Received Thanks: 4
|
Could u please tell me, where and what i have to edit in the Media.pk2 would be awesome !
I want to add all dresses,hats and attachments to Item Mall
|
|
|
09/23/2011, 15:30
|
#9
|
elite*gold: 0
Join Date: Aug 2007
Posts: 194
Received Thanks: 1,091
|
In SRO_VT_SHARD:
_RefShopGoods, _RefPackageItem, _RefScrapOfPackageItem and _RefPricePolicyOfItem.
In Media.pk2 (Media\server_dep\silkroad\textdata):
RefShopGoods.txt, RefPackageItem.txt, RefScrapOfPackageItem.txt and RefPricePolicyOfItem.txt
|
|
|
09/23/2011, 15:33
|
#10
|
elite*gold: 0
Join Date: Jul 2009
Posts: 77
Received Thanks: 4
|
Ok, so now i have for example the code for Halloween
PACKAGE_ITEM_MALL_AVATAR_M_HALLOWEEN
but they are not listed in the txt. How do i add them without making the game crash <.<
|
|
|
09/23/2011, 15:55
|
#11
|
elite*gold: 0
Join Date: Aug 2007
Posts: 194
Received Thanks: 1,091
|
basicly you would do this:
in
_RefPackageItem: add a new row
Service = 1
Country = 15
ID = will be auto assigned
CodeName128 = PACKAGE_ITEM_MALL_AVATAR_M_HALLOWEEN
SaleTag = 0
ExpandTerm = EXPAND_TERM_ALL
NameStrID = SN_ITEM_MALL_AVATAR_M_HALLOWEEN
DescStrID = SN_ITEM_MALL_AVATAR_M_HALLOWEEN_TT_DESC
AssocFileIcon = ddj file in media.pk2
do the same in RefPackageItem.txt
_RefScrapOfPackageItem: add a new row
RefPackageItemCodeName: PACKAGE_ITEM_MALL_AVATAR_M_HALLOWEEN
RefItemCodeName: ITEM_MALL_AVATAR_M_HALLOWEEN
leave Index empty (will be auto filled)
_RefPricePolicyOfItem: add a new row
RefPackageItemCodeName: PACKAGE_ITEM_MALL_AVATAR_M_HALLOWEEN
PaymentDevice: not sure about this look other mall items
_RefShopGoods: add a new row
RefTabCodeName: MALL_AVATAR_DRESS (not sure)
PackageCodeName...
Slot: look for last item and add 1
thats it. of course you have to add everything clientside too.
|
|
|
09/23/2011, 16:36
|
#12
|
elite*gold: 0
Join Date: Jul 2009
Posts: 77
Received Thanks: 4
|
refpackageitem.txt :
1 15 48623 PACKAGE_ITEM_MALL_AVATAR_W_HALLOWEEN 32 EXPAND_TERM_ALL SN_ITEM_MALL_AVATAR_W_HALLOWEEN SN_ITEM_MALL_AVATAR_W_HALLOWEEN_TT_DESC item\Avatar\mall_avatar_w_halloween.ddj -1 *** -1 *** -1 *** -1 ***
refpricepolicyofitem.txt:
1 15 PACKAGE_ITEM_MALL_AVATAR_W_HALLOWEEN 2 0 130 -1 *** -1 *** -1 *** -1 ***
refscrapofpackageitem.txt:
1 15 PACKAGE_ITEM_MALL_AVATAR_W_HALLOWEEN ITEM_MALL_AVATAR_W_HALLOWEEN 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 *** -1 *** -1 *** -1 *** 51671
refshopgoods.txt:
1 15 MALL_AVATAR_DRESS PACKAGE_ITEM_EVENT_AVATAR_W_HALLOWEEN 32 -1 *** -1 *** -1 *** -1 ***
Like this ???
|
|
|
09/23/2011, 16:46
|
#13
|
elite*gold: 0
Join Date: Aug 2007
Posts: 194
Received Thanks: 1,091
|
yeah, i think this should work. if everything is right.
|
|
|
09/23/2011, 17:01
|
#14
|
elite*gold: 0
Join Date: Jul 2009
Posts: 77
Received Thanks: 4
|
ok, so and in the database i have to add the same thing ??
|
|
|
09/25/2011, 13:06
|
#15
|
elite*gold: 0
Join Date: Nov 2010
Posts: 516
Received Thanks: 117
|
They still don't works !
Im currently check for add arabia dress clown dress etc etc !
All data are rigth and actived by service 1 but still not on item mall list !
someone have best luck ?
|
|
|
 |
|
Similar Threads
|
Item mall editing and not working in game
12/15/2011 - Shaiya Private Server - 5 Replies
Does anyone know how to edit the item mall? could someone point me in the right direction.
I'm also currently having a problem with the item mall, i get the server up and running, and i have 2 issues. 1: cant buy anything from the item mall, it says "no item located on that spot"
2: I cant seem to level up my skills all the way :/
|
[Request]In Game Item Mall
10/08/2011 - Shaiya - 12 Replies
hi everyone
i got stuck again in the item mall this time, i did manage to make all the data in the ProductList table coincide with the data in cash.sdata but i still get the "no item on that spot" error on the items i added (god damn firecrackers work) and i`m looking for some pointers on how to add items in to item mall.
Oh and if someone figure out the icon id`s or how can i use a specific icon for a specific package i truly appreciate and i doubt only me :)
ps. If someone willing to...
|
[REQUEST] Help skill fix ep5, item mall fix,
06/24/2011 - Shaiya Private Server - 3 Replies
Hi guys, i use search button but i don't find how to fix skill ep5 same as US shaiya, and i don't find how to donc get dc from buying item in shop mall
i get my server running very good,
i already try how to fix item mall tut's but when i retry to buy anything i get dc.
and all item in DB is in chinese. and i already go in service componment. and i put in cmd an d all everithing.
and for skill fix i don't find very good tut's
and for web secure registration who can make a...
|
[Request]Item Mall Gifting/server restart xp loss
10/16/2010 - Shaiya Private Server - 1 Replies
Hey peeps, been searching for a fix for gifting items using the item mall...
for me it doesnt work :(
i've tried one fix and it makes it work but doesnt subtract the AP once gifted.
if anyone know's of a fix hit me up :) help is much apreciated.
And every time i reset my server, the current xp of my players is set back to 0
i've also tried to fix this every way i know but i cant see any problems :(
thanks in advance :)
|
[Request]Shaiya Item Mall Price Mod Help
07/24/2010 - Shaiya - 7 Replies
I am trying to figure out how to change item mall prices or even add items to the mall but simply changing the database doesn't work. Is this info in the data.sah file?
Issue Solved mostly. Still working on AP item sell price to NPC can't change from 1000G
|
All times are GMT +1. The time now is 22:01.
|
|