[Guide]Srevolution Full Guide Mssql + Mssql Server Manager + Server Files

11/22/2010 23:18 MesselyQc#346
Quote:
Originally Posted by zoovoo View Post
(thnx ) no work (((
edxSilkroadLoader5 : 127.0.0.1 Port 15779 ! :D


Quote:
Originally Posted by [B]ase[J]umP View Post
lol i cant get the tables x)
i copy-pasted it and it wont give me the tables.
1. after all installation and settings done , restart your pc.
2.Dont forget to put silk instead of master,copy all than click execute
[Only registered and activated users can see links. Click Here To Register...]

PHP Code:
USE [silk]
GO
/****** Object:  Table [dbo].[users]    Script Date: 11/12/2010 00:58:12 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[users](
    [
userid] [intIDENTITY(1,1NOT NULL,
    [
id] [varchar](50NOT NULL,
    [
password] [varchar](50NOT NULL,
    [
online] [tinyintNOT NULL,
    [
unknown] [tinyintNULL,
    [
unknown2] [intNULL,
    [
silk] [intNULL,
    [
gold] [bigintNULL,
 
CONSTRAINT [PK_usersPRIMARY KEY CLUSTERED 
(
    [
useridASC
)WITH (PAD_INDEX  OFFSTATISTICS_NORECOMPUTE  OFFIGNORE_DUP_KEY OFFALLOW_ROW_LOCKS  ONALLOW_PAGE_LOCKS  ONON [PRIMARY]
ON [PRIMARY]

GO
SET ANSI_PADDING OFF
/****** Object:  Table [dbo].[storage_items]    Script Date: 11/12/2010 00:58:10 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[storage_items](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
owner] [intNULL,
    [
itemid] [intNULL,
    [
itemnumber] [varchar](50NULL,
    [
plusvalue] [tinyintNULL CONSTRAINT [DF_storage_items_plusvalue]  DEFAULT ((0)),
    [
slot] [tinyintNULL,
    [
type] [tinyintNULL CONSTRAINT [DF_storage_items_type]  DEFAULT ((0)),
    [
quantity] [smallintNULL CONSTRAINT [DF_storage_items_quantity]  DEFAULT ((1)),
    [
durability] [intNULL CONSTRAINT [DF_storage_items_durability]  DEFAULT ((30)),
 
CONSTRAINT [PK_storage_itemsPRIMARY KEY CLUSTERED 
(
    [
idASC
)WITH (PAD_INDEX  OFFSTATISTICS_NORECOMPUTE  OFFIGNORE_DUP_KEY OFFALLOW_ROW_LOCKS  ONALLOW_PAGE_LOCKS  ONON [PRIMARY]
ON [PRIMARY]

GO
SET ANSI_PADDING OFF
/****** Object:  Table [dbo].[server]    Script Date: 11/12/2010 00:58:09 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[server](
    [
id] [intNOT NULL,
    [
serverid] [smallintNULL,
    [
name] [varchar](50NULL,
    [
users_current] [smallintNULL,
    [
users_max] [smallintNULL,
    [
state] [tinyintNULL,
    [
ip] [varchar](20NULL,
    [
port] [smallintNULL,
    [
type] [tinyintNULL
ON [PRIMARY]

GO
SET ANSI_PADDING OFF
/****** Object:  Table [dbo].[saved_skills]    Script Date: 11/12/2010 00:58:07 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[saved_skills](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
owner] [varchar](50NULL,
    [
skillid] [intNULL,
 
CONSTRAINT [PK_saved_skillsPRIMARY KEY CLUSTERED 
(
    [
idASC
)WITH (PAD_INDEX  OFFSTATISTICS_NORECOMPUTE  OFFIGNORE_DUP_KEY OFFALLOW_ROW_LOCKS  ONALLOW_PAGE_LOCKS  ONON [PRIMARY]
ON [PRIMARY]

GO
SET ANSI_PADDING OFF
/****** Object:  Table [dbo].[pets]    Script Date: 11/12/2010 00:58:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[pets](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
playerid] [varchar](50NULL,
    [
pet_id] [intNULL,
    [
pet_type] [tinyintNULL,
    [
pet_name] [varchar](50NULL,
    [
pet_state] [tinyintNULL
ON [PRIMARY]

GO
SET ANSI_PADDING OFF
/****** Object:  Table [dbo].[news]    Script Date: 11/12/2010 00:58:04 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE 
[dbo].[news](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
head] [textNULL,
    [
text] [textNULL,
    [
Year] [smallintNULL,
    [
month] [smallintNULL,
 
CONSTRAINT [PK_newsPRIMARY KEY CLUSTERED 
(
    [
idASC
)WITH (PAD_INDEX  OFFSTATISTICS_NORECOMPUTE  OFFIGNORE_DUP_KEY OFFALLOW_ROW_LOCKS  ONALLOW_PAGE_LOCKS  ONON [PRIMARY]
ON [PRIMARYTEXTIMAGE_ON [PRIMARY]
/****** Object:  Table [dbo].[mastery]    Script Date: 11/12/2010 00:58:02 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE 
[dbo].[mastery](
    [
id] [intNULL,
    [
owner] [intNULL,
    [
mastery] [intNULL,
    [
level] [tinyintNULL CONSTRAINT [DF_mastery_level]  DEFAULT ((0))
ON [PRIMARY]
/****** Object:  Table [dbo].[guild_storage]    Script Date: 11/12/2010 00:58:00 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE 
[dbo].[guild_storage](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
guild_id] [intNULL,
    [
storage_id] [intNULL,
    [
item_id] [intNULL,
    [
item_plus] [tinyintNULL,
    [
item_durability] [intNULL,
    [
item_slot] [tinyintNULL,
    [
item_type] [tinyintNULL,
    [
item_quantity] [smallintNULL
ON [PRIMARY]
/****** Object:  Table [dbo].[guild]    Script Date: 11/12/2010 00:57:58 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[guild](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
owner] [varchar](50NULL,
    [
name] [varchar](50NULL,
    [
level] [tinyintNULL,
    [
storageid] [intNULL,
    [
Grant_name] [varchar](50NULL
ON [PRIMARY]

GO
SET ANSI_PADDING OFF
/****** Object:  Table [dbo].[character_jobs]    Script Date: 11/12/2010 00:57:56 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[character_jobs](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
character_name] [varchar](50NULL,
    [
job_alias] [varchar](50NULL,
    [
job_type] [tinyintNULL,
    [
job_experience] [intNULL,
    [
job_rank] [tinyintNULL,
    [
job_state] [tinyintNULL
ON [PRIMARY]

GO
SET ANSI_PADDING OFF
/****** Object:  Table [dbo].[character_guides]    Script Date: 11/12/2010 00:57:54 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[character_guides](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
Guide_Name] [varchar](50NULL,
    [
Guide_Owner] [varchar](50NULL,
    [
Guide_Status] [tinyintNULL
ON [PRIMARY]

GO
SET ANSI_PADDING OFF
/****** Object:  Table [dbo].[character]    Script Date: 11/12/2010 00:57:51 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE 
[dbo].[character](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
account] [nvarchar](50NOT NULL,
    [
name] [nvarchar](50NOT NULL,
    [
chartype] [intNOT NULL,
    [
volume] [tinyintNOT NULL,
    [
level] [tinyintNOT NULL CONSTRAINT [DF_karakterler_level]  DEFAULT ((1)),
    [
strength] [smallintNOT NULL CONSTRAINT [DF_karakterler_strength]  DEFAULT ((20)),
    [
intelligence] [smallintNOT NULL CONSTRAINT [DF_karakterler_intelligence]  DEFAULT ((20)),
    [
attribute] [smallintNOT NULL CONSTRAINT [DF_karakterler_attribute]  DEFAULT ((0)),
    [
hp] [intNOT NULL CONSTRAINT [DF_karakterler_hp]  DEFAULT ((200)),
    [
mp] [intNOT NULL CONSTRAINT [DF_karakterler_mp]  DEFAULT ((200)),
    [
gold] [bigintNOT NULL CONSTRAINT [DF_karakterler_gold]  DEFAULT ((0)),
    [
experience] [bigintNOT NULL CONSTRAINT [DF_karakterler_expirience]  DEFAULT ((0)),
    [
spbar] [intNOT NULL CONSTRAINT [DF_karakterler_sbpar]  DEFAULT ((0)),
    [
sp] [intNOT NULL CONSTRAINT [DF_karakterler_sp]  DEFAULT ((0)),
    [
gm] [tinyintNOT NULL CONSTRAINT [DF_karakterler_gm]  DEFAULT ((0)),
    [
xsect] [tinyintNULL CONSTRAINT [DF_karakterler_xsect]  DEFAULT ((168)),
    [
ysect] [tinyintNULL CONSTRAINT [DF_karakterler_ysect]  DEFAULT ((97)),
    [
unknown3] [nvarchar](50NULL,
    [
xpos] [intNULL CONSTRAINT [DF_karakterler_xpos]  DEFAULT ((911)),
    [
ypos] [intNULL CONSTRAINT [DF_karakterler_ypos]  DEFAULT ((1083)),
    [
zpos] [intNULL CONSTRAINT [DF_karakterler_zpos]  DEFAULT ((-32)),
    [
s_hp] [intNOT NULL CONSTRAINT [DF_karakterler_s_hp]  DEFAULT ((200)),
    [
s_mp] [intNOT NULL CONSTRAINT [DF_karakterler_s_mp]  DEFAULT ((200)),
    [
min_phyatk] [intNULL,
    [
max_phyatk] [intNULL,
    [
min_magatk] [intNULL,
    [
max_magatk] [intNULL,
    [
phydef] [smallintNULL,
    [
magdef] [smallintNULL,
    [
hit] [smallintNULL,
    [
parry] [smallintNULL,
    [
unknown] [nvarchar](50NULL,
    [
walkspeed] [intNULL CONSTRAINT [DF_karakterler_walkspeed]  DEFAULT ((15)),
    [
runspeed] [intNULL CONSTRAINT [DF_karakterler_runspeed]  DEFAULT ((50)),
    [
berserkspeed] [intNULL CONSTRAINT [DF_karakterler_berserkerspeed]  DEFAULT ((50)),
    [
berserkbar] [tinyintNULL CONSTRAINT [DF_karakterler_berserkerbar]  DEFAULT ((0)),
    [
unknown2] [nvarchar](50NULL,
    [
mag_absord] [smallintNULL CONSTRAINT [DF_karakterler_mag_absord]  DEFAULT ((0)),
    [
phy_absord] [smallintNULL CONSTRAINT [DF_karakterler_phy_absord]  DEFAULT ((0)),
    [
savearea] [tinyintNULL CONSTRAINT [DF_karakterler_savearea]  DEFAULT ((3)),
    [
title] [tinyintNULL CONSTRAINT [DF_karakterler_title]  DEFAULT ((0)),
    [
deleted] [tinyintNULL CONSTRAINT [DF_karakterler_deleted]  DEFAULT ((0)),
    [
deletedtime] [datetimeNULL CONSTRAINT [DF_karakterler_deletedtime]  DEFAULT ('10.10.2010'),
    [
Slots] [intNULL CONSTRAINT [DF_karakterler_Slots]  DEFAULT ((45)),
    [
Pvpstate] [tinyintNULL CONSTRAINT [DF_character_Pkstate]  DEFAULT ((0))
ON [PRIMARY]
/****** Object:  Table [dbo].[char_items]    Script Date: 11/12/2010 00:57:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE 
[dbo].[char_items](
    [
id] [intIDENTITY(1,1NOT NULL,
    [
owner] [intNULL,
    [
itemid] [intNULL CONSTRAINT [DF_char_items_itemid]  DEFAULT ((0)),
    [
itemnumber] [varchar](50NULL,
    [
plusvalue] [tinyintNULL CONSTRAINT [DF_char_items_plusvalue]  DEFAULT ((0)),
    [
slot] [tinyintNULL,
    [
type] [tinyintNULL CONSTRAINT [DF_char_items_type]  DEFAULT ((0)),
    [
quantity] [smallintNULL CONSTRAINT [DF_char_items_quantity]  DEFAULT ((1)),
    [
durability] [intNULL CONSTRAINT [DF_char_items_durability]  DEFAULT ((30)),
    [
inavatar] [bigintNULL CONSTRAINT [DF_char_items_inavatar]  DEFAULT ((0)),
 
CONSTRAINT [PK_char_itemsPRIMARY KEY CLUSTERED 
(
    [
idASC
)WITH (PAD_INDEX  OFFSTATISTICS_NORECOMPUTE  OFFIGNORE_DUP_KEY OFFALLOW_ROW_LOCKS  ONALLOW_PAGE_LOCKS  ONON [PRIMARY]
ON [PRIMARY]

GO
SET ANSI_PADDING OFF 
11/23/2010 18:34 [B]ase[J]umP#347
LOL.i didnt notice that xD.
what a fail from me :D
11/23/2010 18:55 gandras16#348
[Only registered and activated users can see links. Click Here To Register...]

Why new update doesn't work for me.... Help me
11/24/2010 06:12 Mudzas#349
Can someone uploand client to another site? I have very slow speed from multiupload.
Thanks
11/24/2010 06:17 Monaiz#350
Quote:
Originally Posted by taobine View Post
after installed and config setting you should restart computer.
im tired of people thinking restarting the dam computer solves all of your problems. IT DOESN'T

Hes Settings.cfg is not correct.
11/24/2010 13:08 spidercom#351
I am connecting and gives me just requestion client pliz helllllllllllllllllllllllp
11/24/2010 22:45 MesselyQc#352
Quote:
Originally Posted by Monaiz View Post
im tired of people thinking restarting the dam computer solves all of your problems. IT DOESN'T

Hes Settings.cfg is not correct.
In this case ,we need to restart computer :)
11/25/2010 00:38 magic128#353
could anyone help me ?
[Only registered and activated users can see links. Click Here To Register...]
i can't create an account
11/25/2010 01:20 Monaiz#354
Make gold 0 then press enter
11/25/2010 10:45 LastThief#355
Quote:
Originally Posted by magic128 View Post
could anyone help me ?
[Only registered and activated users can see links. Click Here To Register...]
i can't create an account
write (1) on it and its done :D
11/25/2010 11:05 ahmed4ever2u#356
Quote:
Originally Posted by LastThief View Post
write (1) on it and its done :D
+1
11/25/2010 13:13 magic128#357
@lastthief thanks

new error ...
[Only registered and activated users can see links. Click Here To Register...]
11/25/2010 17:07 thienphuongtc#358
@magic128: U restart computer
0r:
Quote:
Originally Posted by LastThief View Post
open your management studio--->login in windows mode---->expand Security--->Expand logins---->right click on sa---->master database-->silk--->Enjoy :D
11/26/2010 21:32 patrik96#359
i need team viewer help xD i fatally failed >.<

EDIT: i already did it :P works fine! ^^
11/26/2010 21:35 Haxor#360
I just made a tutorial video how to set the setting
Thank me if i helped! xD