You last visited: Today at 17:32
Advertisement
Vsro Files - Max Cap, NPC Edit, Items
Discussion on Vsro Files - Max Cap, NPC Edit, Items within the SRO Private Server forum part of the Silkroad Online category.
10/02/2011, 22:16
#31
elite*gold: 10
Join Date: Oct 2008
Posts: 950
Received Thanks: 146
Doesn't matter.
Does anyone know how to add stones, items to NPC ?
How do i make Stones Stackable ? I want to make a stone to be 250 stackable.
10/02/2011, 23:25
#32
Chat Killer In Duty
elite*gold: 255
Join Date: May 2008
Posts: 16,414
Received Thanks: 6,516
Quote:
Originally Posted by
octaviansan
Doesn't matter.
Does anyone know how to add stones, items to NPC ?
How do i make Stones Stackable ? I want to make a stone to be 250 stackable.
to add to npc edit database and add them into media.pk2
10/02/2011, 23:44
#33
elite*gold: 10
Join Date: Oct 2008
Posts: 950
Received Thanks: 146
Is it possible to make a stone stackable 250, without editing the mediapk2?
10/03/2011, 09:54
#34
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
Quote:
Originally Posted by
octaviansan
Is it possible to make a stone stackable 250, without editing the mediapk2?
nah
10/03/2011, 14:39
#35
elite*gold: 10
Join Date: Oct 2008
Posts: 950
Received Thanks: 146
****...
Does anyone know how to change the spawn point of EU chars.
Example: I want them to spawn in Jangan.
10/09/2011, 04:26
#36
elite*gold: 0
Join Date: Jun 2008
Posts: 104
Received Thanks: 9
Quote:
Originally Posted by
octaviansan
****...
Does anyone know how to change the spawn point of EU chars.
Example: I want them to spawn in Jangan.
Yeah, create a chn char, then log off and go to the database, SRO_VT_SHARD copy that cords of the char (also the teleport ID) and add that in here...
SRO_VT_SHARD_INIT -> Progammability -> Stored Procedures -> dbo.AddNewChar..
Code:
INSERT INTO _Char (RefObjID, CharName16, Scale, Strength, Intellect, LatestRegion,PosX, PosY, PosZ, AppointedTeleport, InventorySize,
LastLogout, CurLevel, MaxLevel, RemainGold, RemainStatPoint, RemainSkillPoint, HP, MP, JobLvl_Trader, JobLvl_Hunter, JobLvl_Robber, WorldID)
VALUES (@RefCharID, @CharName, @CharScale, 129, 129, @[COLOR="Red"][B][U]StartRegionID, @StartPos_X, @StartPos_Y, @StartPos_Z, @DefaultTeleport[/U][/B][/COLOR], 60,
GetDate(), 110, 110, 1000000000, 327, 9999999, 11168,11168, 1, 1, 1, 1)
10/10/2011, 18:21
#37
elite*gold: 0
Join Date: Oct 2010
Posts: 352
Received Thanks: 298
add that here how? cuz if i change it i get a query error
sry. solved
A question again. How can i add + exp and 3 invertory page to the starter char?
10/10/2011, 19:16
#38
elite*gold: 166
Join Date: Apr 2009
Posts: 2,340
Received Thanks: 2,663
For adding items :
You should go to VT_SHARD database,
Find "_RefPackageItem" - Where you make a item as package, example ;
Code:
PackageCode of ITEM_CH_SWORD_01 will be set to PACKAGE_ITEM_CH_SWORD_01
Find "_RefScrapOfPackageItem"
Code:
I think this is necessary but got no idea what it works for.
Find "_RefShopGoods"
Code:
Table where you edit MALL / NPC Items. Works with ITEM TAB and PackageItemName
Find "_RefPriceOfPolicyItem"
Code:
Table where you edit Prices of NPC / MALL items.You have to add 3row for each item as ive seen.
Theese are what I found out myself , PLEASE let me know if you put more info after theese.
10/10/2011, 19:55
#39
elite*gold: 0
Join Date: Jun 2008
Posts: 104
Received Thanks: 9
Quote:
Originally Posted by
Zoxon
add that here how? cuz if i change it i get a query error
sry. solved
A question again. How can i add + exp and 3 invertory page to the starter char?
Yeah go to..
SRO_VT_SHARD_INIT -> Progammability -> Stored Procedures -> dbo.AddNewChar..
Code:
INSERT INTO _Char (RefObjID, CharName16, Scale, Strength, Intellect, LatestRegion,PosX, PosY, PosZ, AppointedTeleport, InventorySize,
LastLogout, CurLevel, MaxLevel, RemainGold, RemainStatPoint, RemainSkillPoint, HP, MP, JobLvl_Trader, JobLvl_Hunter, JobLvl_Robber, WorldID)
VALUES (@RefCharID, @CharName, @CharScale, 129, 129, @StartRegionID, @StartPos_X, @StartPos_Y, @StartPos_Z, @DefaultTeleport, [COLOR="Red"][B][U]60[/U][/B][/COLOR],
GetDate(), 110, 110, 1000000000, 327, 9999999, 11168,11168, 1, 1, 1, 1)
Change the 60 for 109 will be 3 inventory pages now...
10/10/2011, 19:58
#40
elite*gold: 0
Join Date: Oct 2010
Posts: 352
Received Thanks: 298
and how to add + exp (%) to the char?
10/10/2011, 20:11
#41
elite*gold: 0
Join Date: Jun 2008
Posts: 104
Received Thanks: 9
Quote:
Originally Posted by
Zoxon
and how to add + exp (%) to the char?
Hmmm i think that is not possible, cuz there's not such table for that...
Quote:
Originally Posted by
sarkoplata
For adding items :
You should go to VT_SHARD database,
Find "_RefPackageItem" - Where you make a item as package, example ;
Code:
PackageCode of ITEM_CH_SWORD_01 will be set to PACKAGE_ITEM_CH_SWORD_01
Find "_RefScrapOfPackageItem"
Code:
I think this is necessary but got no idea what it works for.
Find "_RefShopGoods"
Code:
Table where you edit MALL / NPC Items. Works with ITEM TAB and PackageItemName
Find "_RefPriceOfPolicyItem"
Code:
Table where you edit Prices of NPC / MALL items.You have to add 3row for each item as ive seen.
Theese are what I found out myself , PLEASE let me know if you put more info after theese.
Im trying to add some items to npc's too, but kinda hard since ima noob doing this, but this the way i learn, i'll try to add Npc's and stuff...
10/10/2011, 20:17
#42
elite*gold: 0
Join Date: Jul 2009
Posts: 464
Received Thanks: 84
Quote:
Originally Posted by
Zoxon
and how to add + exp (%) to the char?
login into SMC
Search char edid.
Search your char there.
Put new EXP in it.
10/10/2011, 20:28
#43
elite*gold: 0
Join Date: Oct 2010
Posts: 352
Received Thanks: 298
i didnt mean that adding by manual. I meant adding automatically when i create the char.
10/10/2011, 20:28
#44
elite*gold: 0
Join Date: Dec 2007
Posts: 2,400
Received Thanks: 1,517
Quote:
Originally Posted by
fiction12
Hmmm i think that is not possible, cuz there's not such table for that...
lol, noob.
10/10/2011, 20:31
#45
elite*gold: 0
Join Date: Jun 2008
Posts: 104
Received Thanks: 9
Quote:
Originally Posted by
lesderid
lol, noob.
was that necesary?...
Similar Threads
Vsro files. how edit mobs spawn?
01/06/2013 - SRO Private Server - 13 Replies
if. i want add mobs spawn in other place.. how make it?
vsro files
09/08/2011 - SRO Private Server - 11 Replies
How to get vsro server files
i dont speak turk mayby someone can translate and tell us what is this guy saying :)
if its just a fake post dont start flaming on me just tried to help !
#Request Close
edit clientless to work on vsro
07/20/2009 - Silkroad Online - 0 Replies
hi
so far everything that works for isro works for vsro as well but need little edit
when i asked ppl on vsro about the clientless (i need it for plvling) they said to me :get the clientless for isro and just edit version and opcode :confused: and it will work
i know it works somehow cuz i've seen many clientless plvling there
so what should i do? any1 can help me , thanks in advance
All times are GMT +2. The time now is 17:32 .