Ir para conteúdo
  • Cadastre-se

TvT - CTF L2JEMU Gracia Final


Marcos Alberto

Posts recomendados

Estou postando aki 2 sqls totalmente configuradas de TvT e CTF para a galera que usa L2JEMU Gracia Final.

A maioria das vezes na db nao tem.

 

:::::: TvT ::::::

 

Inicio:----------------------------------------------------------------------------------------------

 

/*

MySQL Data Transfer

Source Host: localhost

Source Database: SUA_DB

Target Host: localhost

Target Database: SUA_DB

Date: 28/5/2012 09:58:36 -Edite essa linha de acordo com a data e hora.

*/

 

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------

-- Table structure for tvt

-- ----------------------------

CREATE TABLE `tvt` (

`eventName` varchar(255) NOT NULL DEFAULT '',

`eventDesc` varchar(255) NOT NULL DEFAULT '',

`joiningLocation` varchar(255) NOT NULL DEFAULT '',

`minlvl` int(4) NOT NULL DEFAULT '0',

`maxlvl` int(4) NOT NULL DEFAULT '0',

`npcId` int(8) NOT NULL DEFAULT '0',

`npcX` int(11) NOT NULL DEFAULT '0',

`npcY` int(11) NOT NULL DEFAULT '0',

`npcZ` int(11) NOT NULL DEFAULT '0',

`npcHeading` int(11) NOT NULL DEFAULT '0',

`teamsCount` int(4) NOT NULL DEFAULT '0',

`joinTime` int(11) NOT NULL DEFAULT '0',

`eventTime` int(11) NOT NULL DEFAULT '0',

`minPlayers` int(4) NOT NULL DEFAULT '0',

`maxPlayers` int(4) NOT NULL DEFAULT '0',

`delayForNextEvent` bigint(20) NOT NULL DEFAULT '0',

`doors` varchar(50) NOT NULL DEFAULT '',

`reward` varchar(255) NOT NULL DEFAULT 'node'

) ENGINE=InnoDB DEFAULT CHARSET=utf8;

 

-- ----------------------------

-- Records

-- ----------------------------

INSERT INTO `tvt` VALUES ('TvT Event', 'Team vs Team', 'Giran Castle Town', '80', '86', '32039', '83238', '148670', '-3405', '30976', '2', '10', '10', '4', '80', '3600000', '24190001;24190002;24190003;24190004', '3481,500');

 

Fim.-----------------------------------------------------------------------------------------------

 

Salve como tvt.sql

execulte no seu navicat.

Abra o server e digite //tvt e aperte load.

 

 

 

::::::CTF:::::.:

 

Inicio:

 

/*

MySQL Data Transfer

Source Host: localhost

Source Database: SUA_DB

Target Host: localhost

Target Database: SUA_DB

Date: 26/5/2012 22:48:29 -Edite essa linha de acordo com a data e hora.

*/

 

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------

-- Table structure for ctf

-- ----------------------------

CREATE TABLE `ctf` (

`eventName` varchar(255) NOT NULL DEFAULT '',

`eventDesc` varchar(255) NOT NULL DEFAULT '',

`joiningLocation` varchar(255) NOT NULL DEFAULT '',

`minlvl` int(4) NOT NULL DEFAULT '0',

`maxlvl` int(4) NOT NULL DEFAULT '0',

`npcId` int(8) NOT NULL DEFAULT '0',

`npcX` int(11) NOT NULL DEFAULT '0',

`npcY` int(11) NOT NULL DEFAULT '0',

`npcZ` int(11) NOT NULL DEFAULT '0',

`npcHeading` int(11) NOT NULL DEFAULT '0',

`teamsCount` int(4) NOT NULL DEFAULT '0',

`joinTime` int(11) NOT NULL DEFAULT '0',

`eventTime` int(11) NOT NULL DEFAULT '0',

`minPlayers` int(4) NOT NULL DEFAULT '0',

`maxPlayers` int(4) NOT NULL DEFAULT '0',

`delayForNextEvent` bigint(20) NOT NULL DEFAULT '0',

`reward` varchar(255) NOT NULL DEFAULT 'node'

) ENGINE=InnoDB DEFAULT CHARSET=utf8;

 

-- ----------------------------

-- Records

-- ----------------------------

INSERT INTO `ctf` VALUES ('CTF Event', 'Capture the Flag', 'Giran Castle Town', '80', '86', '32039', '83194', '148396', '-3371', '33346', '2', '5', '10', '4', '200', '3600000', '6622,4');

 

Fim.

 

Salve como ctf.sql

execulte no seu navicat.

Abra o server e digite //ctf na opção control e aperte load.

Link para o comentário
Compartilhar em outros sites


  • Registre-se

    Faça parte da maior e  mais antigas comunidades sobre Lineage2 da América Latina.





×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.