Ir para conteúdo

Tutorial Otserv Sql Server 2.0 - Aprenda A Deixar Seu Ot Online! - 100% Completo


Posts Recomendados

  • Respostas 292
  • Created
  • Última resposta

Top Posters In This Topic

Para Aqueles Que nao estava Conseguindo baixar Vo Posta O Link flw abraços

 

DOWNLOAD

_____edit

 

Alguem tem o sabe um serve SQL Que foi postado aqui no Xtibia .Que vai roda belezinha com o XAMPP?

 

I await answers!

Aguardondo resposta!

 

____edit

esta dando erro da uma olhadinha!!

 

: server save.. MYSQL ERROR mysql_real_query: DELETE FROM tile_items; Table 'ot

erv.tile_items' doesn't exist

YSQL ERROR mysql_real_query: DELETE FROM tile_items; Table 'otserv.tile_items'

oesn't exist

YSQL ERROR mysql_real_query: DELETE FROM tile_items; Table 'otserv.tile_items'

oesn't exist

: failed to save map!

done]

Editado por CDANILO
Link para o comentário
Compartilhar em outros sites

vo postar um sample que funciona no aries e no thyrania quem tiver com problemas de n conseguir abrir o ot eh so usar ele

 

 

--
--
-- Host: localhost    Database: otserv
-- ------------------------------------------------------
-- Server version    4.1.12a-nt

USE `otserv`;

--
-- Table structure for table `accounts`
--

DROP TABLE IF EXISTS `accounts`;
CREATE TABLE `accounts` (
 `id` int(11) NOT NULL auto_increment,
 `accno` int(11) unsigned NOT NULL default '0',
 `password` varchar(32) NOT NULL default '',
 `type` int(11) NOT NULL default '0',
 `premDays` int(11) NOT NULL default '0',
 `email` varchar(50) NOT NULL default '',
 `blocked` tinyint(4) NOT NULL default '0',
 UNIQUE KEY `id` (`id`),
 KEY `accno` (`accno`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `accounts`
--


LOCK TABLES `accounts` WRITE;
INSERT INTO `accounts` VALUES (1,1,'test',0,0,'',0);
UNLOCK TABLES;

--
-- Table structure for table `items`
--

DROP TABLE IF EXISTS `items`;
CREATE TABLE `items` (
 `player` int(11) NOT NULL default '0',
 `slot` tinyint(4) NOT NULL default '0',
 `sid` int(11) NOT NULL default '0',
 `pid` int(11) NOT NULL default '0',
 `type` int(11) NOT NULL default '0',
 `number` tinyint(4) NOT NULL default '0',
 `actionid` int(5) NOT NULL default '0',
 `text` text NOT NULL default '',
 `specialdesc` text NOT NULL default '',
 KEY `player` (`player`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `items`
--


LOCK TABLES `items` WRITE;
INSERT INTO `items` VALUES (1,0,15,14,1968,0,0,'MySQL 

test',''),(1,0,14,13,2594,0,0,'',''),(1,101,13,0,2590,0,0,'',''),(1,10,12,0,2544,100,0,'',''),(1,9,11,0,2169,0,0,'',''),(1,8,10,0,2195,0,0,'',''),(1,7,9,0,2477,0,0,'',''),(1,6,8,0,2542,0,0,'',''),(1,5,

7,0,2419,0,0,'',''),(1,4,6,0,2653,0,0,'',''),(1,0,5,3,2456,0,0,'',''),(1,0,4,3,2544,100,0,'',''),(1,3,3,0,2002,0,0,'',''),(1,2,2,0,2199,0,0,'',''),(1,1,1,0,2496,0,0,'','');
UNLOCK TABLES;

--
-- Table structure for table `guilds`
--

DROP TABLE IF EXISTS `guilds`;
CREATE TABLE `guilds` (
 `guildid` int(11) NOT NULL auto_increment,
 `guildname` varchar(100) NOT NULL default '',
 `ownerid` int(11) NOT NULL default '0',
 PRIMARY KEY  (`guildid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


--
-- Table structure for table `players`
--

DROP TABLE IF EXISTS `players`;
CREATE TABLE `players` (
 `id` int(11) unsigned NOT NULL auto_increment,
 `name` varchar(32) NOT NULL default '',
 `access` int(11) NOT NULL default '0',
 `account` int(11) NOT NULL default '0',
 `level` int(11) NOT NULL default '0',
 `vocation` int(11) NOT NULL default '0',
 `cid` int(11) NOT NULL default '0',
 `health` int(11) NOT NULL default '0',
 `healthmax` int(11) NOT NULL default '0',
 `direction` int(11) NOT NULL default '0',
 `experience` int(11) NOT NULL default '0',
 `lookbody` int(11) NOT NULL default '0',
 `lookfeet` int(11) NOT NULL default '0',
 `lookhead` int(11) NOT NULL default '0',
 `looklegs` int(11) NOT NULL default '0',
 `looktype` int(11) NOT NULL default '0',
 `maglevel` int(11) NOT NULL default '0',
 `mana` int(11) NOT NULL default '0',
 `manamax` int(11) NOT NULL default '0',
 `manaspent` int(11) NOT NULL default '0',
 `masterpos` varchar(16) NOT NULL default '',
 `pos` varchar(16) NOT NULL default '',
 `speed` int(11) NOT NULL default '0',
 `cap` int(11) NOT NULL default '0',
 `maxdepotitems` int(11) NOT NULL default '1000',
 `food` int(11) NOT NULL default '0',
 `sex` int(11) NOT NULL default '0',
 `guildid` int(11) unsigned NOT NULL default '0',
 `guildrank` varchar(32) NOT NULL default '',
 `guildnick` varchar(32) NOT NULL default '',
 `lastlogin` int(11) unsigned NOT NULL default '0',
 `lastip` int(11) unsigned NOT NULL default '0',
 `save` int(11) unsigned NOT NULL default '1',
 `redskulltime` int(11) unsigned NOT NULL default '0',
 `redskull` tinyint(1) unsigned NOT NULL default '0',
 UNIQUE KEY `id` (`id`),
 KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `players`
--


LOCK TABLES `players` WRITE;
INSERT INTO `players` VALUES (1,'Hurz',1,1,18,1,675,840,840,2,76000,20,30,40,50,128,20,640,640,21700,'20;20;7','29;30;7',900,300,1000,129,1,0,'','',0,0,1,0,0);
INSERT INTO `players` VALUES (2,'Player',0,1,18,1,675,840,840,2,76000,20,30,40,50,128,20,640,640,21700,'27;23;7','27;23;7',900,300,1000,129,1,0,'','',0,0,1,0,0);
UNLOCK TABLES;

--
-- Table structure for table `playerstorage`
--

DROP TABLE IF EXISTS `playerstorage`;
CREATE TABLE `playerstorage` (
 `player` int(11) NOT NULL default '0',
 `key` int(11) unsigned NOT NULL default '0',
 `value` int(11) NOT NULL default '0',
 KEY `player` (`player`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `playerstorage`
--


LOCK TABLES `playerstorage` WRITE;
INSERT INTO `playerstorage` VALUES (1,1000,4);
UNLOCK TABLES;

--
-- Table structure for table `skills`
--

DROP TABLE IF EXISTS `skills`;
CREATE TABLE `skills` (
 `player` int(11) NOT NULL default '0',
 `id` tinyint(4) NOT NULL default '0',
 `skill` int(11) unsigned NOT NULL default '0',
 `tries` int(11) unsigned NOT NULL default '0',
 KEY `player` (`player`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `skills`
--


LOCK TABLES `skills` WRITE;
INSERT INTO `skills` VALUES (1,6,10,0),(1,5,10,0),(1,4,10,0),(1,3,10,0),(1,2,10,0),(1,1,10,0),(1,0,10,0);
UNLOCK TABLES;

--
-- Table structure for table `viplist`
--

DROP TABLE IF EXISTS `viplist`;
CREATE TABLE `viplist` (
  `player` int(10) unsigned NOT NULL default '0',
  `vip_id` int(10) unsigned NOT NULL default '0',
  KEY `player` TYPE BTREE (`player`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;




-- Table structure for table `tile_items`
-- 

CREATE TABLE `tile_items` (
`tile_id` int(11) NOT NULL default '0',
`sid` int(11) NOT NULL default '0',
`pid` int(11) NOT NULL default '0',
`itemtype` int(11) NOT NULL default '0',
`count` int(11) NOT NULL default '0',
`attributes` blob,
KEY `tileid` (`tile_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


-- Table structure for table `tiles`


CREATE TABLE `tiles` (
`id` int(11) unsigned NOT NULL default '0',
`x` int(11) unsigned NOT NULL default '0',
`y` int(11) unsigned NOT NULL default '0',
`z` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
UNIQUE KEY `x` (`x`,`y`,`z`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;



-- Table structure for table `house_lists`
-- 

CREATE TABLE `house_lists` (
`house_id` int(10) unsigned NOT NULL default '0',
`listid` int(10) unsigned default '0',
`list` text,
KEY `houseid` (`house_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


-- 
-- Table structure for table `houses`
-- 

CREATE TABLE `houses` (
`id` int(10) unsigned NOT NULL default '0',
`owner` int(10) unsigned default '0',
`paid` int(10) unsigned default '0',
`warnings` int(10) unsigned default '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `houses`
-- 




CREATE TABLE `houseaccess` (
 `houseid` int(10) unsigned NOT NULL default '0',
 `listid` int(10) unsigned default '0',
 `list` text,
 KEY `houseid` TYPE BTREE (`houseid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


CREATE TABLE `bans` (
 `type` int(10) unsigned NOT NULL default '0',
 `ip` int(10) unsigned NOT NULL default '0',
 `mask` int(10) unsigned NOT NULL default '0',
 `player` int(10) unsigned NOT NULL default '0',
 `account` int(10) unsigned NOT NULL default '0',
 `time` int(10) unsigned NOT NULL default '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1; 

 

 

creditos pelo conserto by me.

Editado por viollatorz
Link para o comentário
Compartilhar em outros sites

Failed to connect to database. MYSQL ERROR: Access denied for user 'root'@'localhost' (using password: YES)

ERROR: Couldn't estabilish connection to SQL database!

 

uq aconteceu??

Link para o comentário
Compartilhar em outros sites

Fiz todos passos corretamente, porém apareceu um erro na hora de abrir o servidor:

 

 

 

[21/06/2008 23:10:44] mysql_real_query(): UPDATE `players` SET `online` = 0: MYSQL ERROR: Unknown column 'online' in 'field list'

[21/06/2008 23:10:44] > ERROR: Couldn't estabilish connection to SQL database!

Link para o comentário
Compartilhar em outros sites

ai tah tudo bacana mais tipo

vc sabe onde que eu posso conseguir ajuda com meu serv ??

 

pq tipo eu tinha baixado o Yourots pra mim poder colocar On

mais ai quando eu clico para abrir ele da um erro falando

que o icone nao tem um caminho certo pra ele abrir sabe quem pode me ajudar ??¿

 

vlw

 

tirando minha duvida muito bom xD

Link para o comentário
Compartilhar em outros sites

poww...

 

eu n to achando aki a pasta " database" pra eu mudar u nome pra sample

 

i eu baxei aki em casa u Aries 0.4.5 Xml e Sql

 

aond q esta vc pode me ajudar por favor?? :sad:

Link para o comentário
Compartilhar em outros sites

Tipo baxei o mapa thyrania 0.2.81 XML

 

só que não tem a pasta database e quando eu clico pra ligar o server da esse erro

"O Windows não pode acessar o dispositivo, caminho ou arquivo especificado.Talves você não tenha as permissões adequadas para acessar o item."

Alguém pode me ajudar?

E o Avg ta que nem loco dizendo que a Dll é vírus :S

 

Grato desde já

Link para o comentário
Compartilhar em outros sites

Mais tipow ...

Eu aperto start nu apache e ai dps some!!!!!

 

Mapa:Yourots :icon2: Eu coloko "Start" no apache ai num da..

Fui na pasta do xampp(Eu uso xampp lite) e colokei apache star ai da um treco lah que Fala.

"Pressione qualquer tecla..."

Ai c aperta e some e num da star

 

 

QUE QUE EU FAÇO??? :sad:

Link para o comentário
Compartilhar em outros sites

Ei o Link http://prdownloads.sourceforge.net/xampp/x...1-installer.exe ñ ta peguando.

Eu Uso o FireFox 3.0.

Aparece Uma Mensagem:

 

Not Found

 

The requested URL /sourceforge/xampp/x...1-installer.exe was not found on this server.

Apache/2.2.3 (CentOS) Server at master.dl.sourceforge.net Port 80

Link para o comentário
Compartilhar em outros sites

STEP 2

Check database connection

If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Database error - can't connect to MySQL database. Possible reasons:

1. MySQL server is not running on host.

2. MySQL user, password, database or host isn't configured in: C:/Documents and Settings/Administrator/Desktop/Serverlar/TFS 0.3 rev. 815/config.lua .

3. MySQL user, password, database or host is wrong.

 

help me this is gesior website installation of account maker why error ? msn address.:godkokorec@hotmail.com

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...