You last visited: Today at 18:21
Advertisement
How To Config PVP Server based on vsro files
Discussion on How To Config PVP Server based on vsro files within the SRO Private Server forum part of the Silkroad Online category.
10/06/2011, 11:54
#1
elite*gold: 0
Join Date: Nov 2009
Posts: 1,516
Received Thanks: 891
How To Config PVP Server based on vsro files
Hi all After greeting
i finished installing the server Very well and i'm Online in the game
But i wanna Cfg the database to use the server for fun like being lvl 100 with full set in the inventory
Thank You for reading my post
10/06/2011, 14:16
#2
elite*gold: 0
Join Date: Dec 2007
Posts: 138
Received Thanks: 25
SRO_VT_SHARD>Programmability>stored Procedures> AddNewChar (modify) =
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, 60,
GetDate(), 110, 110, 1000000000, 327, 9999999, 11168,11168, 1, 1, 1, 1)
this for start lvl sp gold etc
items on bottom page
example :
exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_PREMIUM_VIETNAM_GOLDTIME_PLU S',1,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_REVERSE_RETURN_SCROLL',50,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_GLOBAL_CHATTING',50,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_HWAN_POTION',20,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_CH_SWORD_11_SET_B_RARE',1,7
IF ANYONE KNOWS HOW TO ADD FB ITEMS OR WEAPONS WITH GOOD STATS RIGHT AWAY AFTER CREATE CHAR PM or post it here
ty
10/06/2011, 14:18
#3
elite*gold: 0
Join Date: Apr 2010
Posts: 1,988
Received Thanks: 1,783
Quote:
Originally Posted by
badji
SRO_VT_SHARD>Programmability>stored Procedures> AddNewChar (modify) =
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, 60,
GetDate(), 110, 110, 1000000000, 327, 9999999, 11168,11168, 1, 1, 1, 1)
this for start lvl sp gold etc
items on bottom page
example :
exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_PREMIUM_VIETNAM_GOLDTIME_PLU S',1,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_REVERSE_RETURN_SCROLL',50,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_GLOBAL_CHATTING',50,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_HWAN_POTION',20,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_CH_SWORD_11_SET_B_RARE',1,7
IF ANYONE KNOWS HOW TO ADD FB ITEMS OR WEAPONS WITH GOOD STATS RIGHT AWAY AFTER CREATE CHAR PM or post it here
ty
it's not possible to change the stats or add blues to starter items
10/06/2011, 14:27
#4
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
Quote:
Originally Posted by
18andLife
it's not possible to change the stats or add blues to starter items
some body already the both changes check ads section for something like dragon ****** />
@topic
you will also create kral egy sro and tell ppl that you've programmed it
?
10/06/2011, 14:42
#5
elite*gold: 0
Join Date: Apr 2010
Posts: 1,988
Received Thanks: 1,783
Quote:
Originally Posted by
LastThief
some body already the both changes check ads section for something like dragon sro
Those items were FB with 100% stats at the NPC. not in the inventory when you start
10/06/2011, 16:16
#6
elite*gold: 0
Join Date: Nov 2009
Posts: 1,516
Received Thanks: 891
Quote:
Originally Posted by
LastThief
you will also create kral egy sro and tell ppl that you've programmed it
?
WITH YOUR FREAK WORDS ABOUT PROGRAMMING MY OWN SERVER
@ 18andlife
Would you like to share your pvp server cfg ( cap 100 )
Edit
Quote:
Originally Posted by
18andLife
Those items were FB with 100% stats at the NPC. not in the inventory when you start
its easy to rip Them
10/06/2011, 16:25
#7
elite*gold: 0
Join Date: Apr 2010
Posts: 1,988
Received Thanks: 1,783
Quote:
Originally Posted by
ahmed4ever2u
@ 18andlife
Would you like to share your pvp server cfg ( cap 100 )
no.
10/06/2011, 16:51
#8
elite*gold: 0
Join Date: Oct 2010
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by
LastThief
some body already the both changes check ads section for something like dragon ****** />
@topic
you will also create kral egy sro and tell ppl that you've programmed it
?
i don't know why u hate Arabs and Egyptians .
10/06/2011, 21:27
#9
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
Quote:
Originally Posted by
tifalord
i don't know why u hate Arabs and Egyptians .
simply most of them are retards
@ahmed4ever2u
I don't remember your old site but you said on it that you've programmed srevo :aweomse:
10/07/2011, 08:27
#10
elite*gold: 0
Join Date: Sep 2011
Posts: 136
Received Thanks: 5
and how to start all char in jangan ?
10/07/2011, 10:09
#11
elite*gold: 0
Join Date: Apr 2009
Posts: 302
Received Thanks: 46
SRO_VT_SHARD --> Programmability --> Stored Procedures --> dbo._AddNewChar -->
Quote:
VALUES (@RefCharID, @CharName, @CharScale, 20, 20, @StartRegionID, @StartPos_X , @StartPos_Y , @StartPos_Z , @DefaultTeleport, 45,
GetDate(), 1, 1, 0, 0, 0, 200,200, 1, 1, 1, 1)
Just modify the bolded ones with the coord`s.
Thx to LastThief.
10/07/2011, 13:32
#12
elite*gold: 0
Join Date: Oct 2010
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by
LastThief
simply most of them are retards
@ahmed4ever2u
I don't remember your old site but you said on it that you've programmed srevo :aweomse:
same as France people . ROFL
10/07/2011, 13:43
#13
elite*gold: 0
Join Date: Sep 2011
Posts: 136
Received Thanks: 5
Quote:
Originally Posted by
alexutublade
SRO_VT_SHARD --> Programmability --> Stored Procedures --> dbo._AddNewChar -->
Just modify the bolded ones with the coord`s.
Thx to LastThief.
start in chines with eu or...?
10/07/2011, 16:38
#14
elite*gold: 0
Join Date: Dec 2007
Posts: 2,400
Received Thanks: 1,517
Quote:
Originally Posted by
18andLife
it's not possible to change the stats or add blues to starter items
It is. :P
10/07/2011, 23:00
#15
elite*gold: 0
Join Date: Nov 2009
Posts: 1,516
Received Thanks: 891
Quote:
Originally Posted by
lesderid
It is. :P
So would you please tell us how?
Similar Threads
[Guide] Setting up a server based on VSRO server files
07/10/2016 - SRO PServer Guides & Releases - 848 Replies
Please Read First my ReadMe.txt in attachemnt (link)
------------------------------------------------- -------------------------------------
So, since i got some free time, i can write this for everyone out there trying to get the server working without success for now. As you might already know, i've shared files i leaked from Vietnam Silkroad official servers to the community. So, here is what you will need for setting up a Silkroad server based on VSRO server files.
1. Windows XP/2003...
Loader for vsro server based files?
09/22/2011 - SRO Private Server - 2 Replies
Hello i've been looking through the exploit section but couldnt find any, i'm requesting a loader for vsro server based files?
Could anyone link me a loader?
Regards FoxRayz
All times are GMT +2. The time now is 18:23 .