You last visited: Today at 23:54
Advertisement
12 sky 2 server file By dos
Discussion on 12 sky 2 server file By dos within the 12Sky2 forum part of the MMORPGs category.
04/01/2017, 21:59
#1
elite*gold: 0
Join Date: May 2009
Posts: 76
Received Thanks: 2
12 sky 2 server file By dos
12sky 2 server video
and the download
but the game need db
04/02/2017, 17:03
#2
elite*gold: 0
Join Date: Feb 2012
Posts: 21
Received Thanks: 2
link removed
04/02/2017, 18:11
#3
elite*gold: 0
Join Date: May 2009
Posts: 76
Received Thanks: 2
Quote:
Originally Posted by
sanal_alem
link removed
remove from link proctection %26%2365279%3B
04/06/2017, 15:05
#4
elite*gold: 0
Join Date: Nov 2014
Posts: 240
Received Thanks: 30
Upload again
04/06/2017, 17:43
#5
elite*gold: 0
Join Date: May 2009
Posts: 76
Received Thanks: 2
Quote:
Originally Posted by
SeiD001996
Upload again
here is the tutorial to install and below the link
04/07/2017, 06:16
#6
elite*gold: 0
Join Date: Dec 2009
Posts: 1,777
Received Thanks: 1,003
Interesting yep.
04/07/2017, 12:34
#7
elite*gold: 0
Join Date: Nov 2014
Posts: 240
Received Thanks: 30
getting error upload .sql , in Navicat Premium.
Err] 42000 - [SQL Server]Incorrect syntax near '='.
[Err] /*
Navicat MySQL Data Transfer
04/07/2017, 13:14
#8
elite*gold: 0
Join Date: Nov 2014
Posts: 568
Received Thanks: 94
But what about DB?
04/07/2017, 14:09
#9
elite*gold: 0
Join Date: Nov 2014
Posts: 240
Received Thanks: 30
DB
Quote:
/*
Navicat MySQL Data Transfer
Source Server : 127.0.0.1
Source Server Version : 50505
Source Host : localhost:3306
Source Database : game
Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001
Date: 2017-04-05 23:27:51
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `avatarinfo`
-- ----------------------------
DROP TABLE IF EXISTS `avatarinfo`;
CREATE TABLE `avatarinfo` (
`aInsertTime` datetime DEFAULT NULL,
`uID` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`aVisibleState` int(11) DEFAULT '1',
`aSpecialState` int(11) DEFAULT '0',
`aPlayTime1` int(11) DEFAULT '0',
`aPlayTime2` int(11) DEFAULT '0',
`aKillOtherTribe` int(11) DEFAULT '0',
`aName` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
`aTribe` int(11) DEFAULT '0',
`aPreviousTribe` int(11) DEFAULT '0',
`aGender` int(11) DEFAULT '0',
`aHeadType` int(11) DEFAULT '0',
`aFaceType` int(11) DEFAULT '0',
`aLevel1` int(11) DEFAULT '1',
`aLevel2` int(11) DEFAULT '0',
`aGeneralExperience1` int(11) DEFAULT '0',
`aGeneralExperience2` int(11) DEFAULT '0',
`aVit` int(11) DEFAULT '1',
`aStr` int(11) DEFAULT '1',
`aInt` int(11) DEFAULT '1',
`aDex` int(11) DEFAULT '1',
`aEquip` varchar(325) COLLATE utf8_unicode_ci DEFAULT '',
`aLogoutInfo01` int(11) DEFAULT '0',
`aLogoutInfo02` int(11) DEFAULT '0',
`aLogoutInfo03` int(11) DEFAULT '0',
`aLogoutInfo04` int(11) DEFAULT '0',
`aLogoutInfo05` int(11) DEFAULT '0',
`aLogoutInfo06` int(11) DEFAULT '0',
PRIMARY KEY (`aName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records of avatarinfo
-- ----------------------------
-- ----------------------------
-- Table structure for `definemaxusernum`
-- ----------------------------
DROP TABLE IF EXISTS `definemaxusernum`;
CREATE TABLE `definemaxusernum` (
`mMaxUserNum` int(11) DEFAULT NULL,
`mAddPlayerNum` int(11) DEFAULT NULL,
`mGageUserNum` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records of definemaxusernum
-- ----------------------------
INSERT INTO `definemaxusernum` VALUES ('1000', '1', '50');
-- ----------------------------
-- Table structure for `masterinfo`
-- ----------------------------
DROP TABLE IF EXISTS `masterinfo`;
CREATE TABLE `masterinfo` (
`uLoginState` int(1) DEFAULT '0',
`uIP` varchar(15) COLLATE utf8_unicode_ci DEFAULT '',
`uID` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`uSaveMoney` int(11) NOT NULL DEFAULT '0',
`uSaveMoney2` int(11) NOT NULL DEFAULT '0',
`uSaveItem` varchar(700) COLLATE utf8_unicode_ci DEFAULT '',
`aName01` varchar(12) COLLATE utf8_unicode_ci DEFAULT '',
`aName02` varchar(12) COLLATE utf8_unicode_ci DEFAULT '',
`aName03` varchar(12) COLLATE utf8_unicode_ci DEFAULT '',
PRIMARY KEY (`uID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records of masterinfo
-- ----------------------------
INSERT INTO `masterinfo` VALUES ('0', '127.0.0.1', 'test1', '0', '0', '0000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 0', '', '', '');
-- ----------------------------
-- Table structure for `memberinfo`
-- ----------------------------
DROP TABLE IF EXISTS `memberinfo`;
CREATE TABLE `memberinfo` (
`uID` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`uPassword` varchar(30) COLLATE utf8_unicode_ci DEFAULT '',
`uMousePassword` varchar(4) COLLATE utf8_unicode_ci DEFAULT '',
`uBlockInfo` int(11) DEFAULT '0',
`uUserSort` int(1) DEFAULT '0',
`uTraceState` int(1) DEFAULT '0',
`uCash` int(11) DEFAULT '0',
PRIMARY KEY (`uID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records of memberinfo
-- ----------------------------
INSERT INTO `memberinfo` VALUES ('test1', '1234', '0000', '0', '0', '0', '0');
04/07/2017, 16:23
#10
elite*gold: 0
Join Date: Apr 2013
Posts: 9
Received Thanks: 0
yes server is opened but how to connect ? Launcher say Download failed.Try again ???
04/07/2017, 20:15
#11
elite*gold: 0
Join Date: Nov 2014
Posts: 240
Received Thanks: 30
problem solved, but now i connect to world , and character give DC
04/09/2017, 11:21
#12
elite*gold: 0
Join Date: May 2009
Posts: 13
Received Thanks: 6
how to connect with navicat?????
04/09/2017, 20:08
#13
elite*gold: 0
Join Date: Apr 2015
Posts: 7
Received Thanks: 0
how do i use that?
Quote:
Originally Posted by
SeiD001996
DB
how do i use this :PP
04/09/2017, 20:15
#14
elite*gold: 0
Join Date: Nov 2014
Posts: 240
Received Thanks: 30
Bro watch video
its not ready server , only login
04/10/2017, 13:52
#15
elite*gold: 0
Join Date: May 2015
Posts: 146
Received Thanks: 16
waste time,,,,the sky2 leaked....
Similar Threads
Pure server: file [GAME]\pak01_001.vpk does not match the server's file
10/19/2014 - Counter-Strike - 3 Replies
Hello Guys i have a Problem,
I create some Weapon Skins, if i start an Offline Botgame i can play but if i Start an Onlinegame i get the message "Pure server: file \pak01_001.vpk does not match the server's file"
Any resolution?
anyone post here the file of editing file.. the .edf file
07/13/2013 - RF Online - 3 Replies
please post here... so that i can download again.. i guess the old one thread was gone.. i've been search for an hour in this section.. but i can't see it... thanks..
Server File 2010, Libs, DB File For dedicate server pls
12/21/2012 - Metin2 Private Server - 0 Replies
Help me please
[Help]2010-er server file, game file, anything..
04/10/2011 - Metin2 Private Server - 0 Replies
Hi all!:)
Before everything, I've used the searcher, but I haven't found the answers. I hope you can help me.
Problem 1.
I downloaded the 2010-er server file http://www.elitepvpers.com/forum/metin2-pserver-gui des-strategies/1076953-release-2010er-serverfiles- 1675-noob-edition.html]. I installed this, everything is okay, but when I launch the game, before loading, the client is closed, and the Windows writes "metin2.exe working stopped". What have to do?
Problem 2.
It's about also...
BUYING ANY FILE SERVER+DB FILE+CLIENT
09/28/2009 - EO PServer Hosting - 1 Replies
Hello every body...
i would like to ask anyone here if you all want sell any file server or db file or client please i need 1package with full set completely i mean u all can
add me at ym [email protected] :D
All times are GMT +2. The time now is 23:55 .