Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Csro-R Files for dying silkroad section

Status
Not open for further replies.

Tyr

Newbie Spellweaver
Joined
Nov 12, 2014
Messages
36
Reaction score
6
nothing special except item mall style.
 
Junior Spellweaver
Joined
Aug 28, 2009
Messages
129
Reaction score
0
---------------------------
fatal error
---------------------------
connot connect to division manager (server internal error)
---------------------------

help
 
Newbie Spellweaver
Joined
Dec 22, 2014
Messages
8
Reaction score
0
Apollo :) how to add my ip _PrivilegedIP
 
Newbie Spellweaver
Joined
Dec 22, 2014
Messages
8
Reaction score
0
i never use Privileged ..myGms ip change every 1 hour lol
 
Newbie Spellweaver
Joined
Dec 22, 2014
Messages
8
Reaction score
0
silk working, use table SK_Silkchange_by_web

Apollo1337 - Csro-R Files for dying silkroad section - RaGEZONE Forums

Luna Add my skype please :3 bluepearl-2
anyone have ip converter? :D
 
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
Luna Add my skype please :3 bluepearl-2
anyone have ip converter? :D

Code:
/****** Object:  Table [dbo].[_PrivilegedIP]    Script Date: 02/01/2015 23:15:16 ******/
DROP TABLE [dbo].[_PrivilegedIP]
GO

/****** Object:  Table [dbo].[_PrivilegedIP]    Script Date: 02/01/2015 23:15:16 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[_PrivilegedIP](
	[IP1] [tinyint] NOT NULL,
	[IP2] [tinyint] NOT NULL,
	[IP3] [tinyint] NOT NULL,
	[IP4] [tinyint] NOT NULL,
	[IP5] [tinyint] NOT NULL,
	[IP6] [tinyint] NOT NULL,
	[IP7] [tinyint] NOT NULL,
	[IP8] [tinyint] NOT NULL
) ON [PRIMARY]

GO
 
Status
Not open for further replies.
Back
Top