Register for your free account! | Forgot your password?
Rust Cheats
Rust Cheats

You last visited: Today at 19:25

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Server+DB abspeichern

Discussion on [Release]Server+DB abspeichern within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1



 
ElDiabolus's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1,459
Received Thanks: 278
Arrow [Release]Server+DB abspeichern

Hey Com
da die SuFu nix gebracht hat zeig ich euch jetzt mal wie man den Server speichert (die db u.s.w.)
Also 1.Möglichkeit:
Einfach die Mt2.vhd in einen anderen Ordner kopieren...
und wenn der Server kaputt ist einfach wieder rein kopieren.
Und 2.Möglichkeit:
In Navicat einloggen und auf Export Wizard klicken>sql auswählen>Was ihr wollt auswählen>bei export Verzeichnis auswählen>weiter>start
So dann die gespeicherte .sql Datei öffnen und schreibt vorne dran:

PHP Code:
/*
Navicat MySQL Data Transfer

Source Server         : MT2PRIVAT
Source Server Version : 50085
Source Host           : 5.190.177.100:3306
Source Database       : player

Target Server Type    : MYSQL
Target Server Version : 50085
File Encoding         : 65001

Date: 2010-01-15 15:00:54
*/

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- 
Table structure for `mob_proto`
-- ----------------------------
DROP TABLE IF EXISTS `mob_proto`;
CREATE TABLE `mob_proto` (
  `
vnumint(11NOT NULL default '0',
  `
namevarchar(24NOT NULL default 'Noname',
  `
gb2312namevarbinary(24NOT NULL default 'Noname                  ',
  `
ranktinyint(2NOT NULL default '0',
  `
typetinyint(2NOT NULL default '0',
  `
battle_typetinyint(1NOT NULL default '0',
  `
levelsmallint(3NOT NULL default '1',
  `
sizeenum('SMALL','MEDIUM','BIG'NOT NULL default 'SMALL',
  `
ai_flagset('AGGR','NOMOVE','COWARD','NOATTSHINSU','NOATTCHUNJO','NOATTJINNO','ATTMOB','BERSERK','STONESKIN','GODSPEED','DEATHBLOW','REVIVE') default NULL,
  `
mount_capacitytinyint(2NOT NULL default '0',
  `
setRaceFlagset('ANIMAL','UNDEAD','DEVIL','HUMAN','ORC','MILGYO','INSECT','FIRE','ICE','DESERT'NOT NULL default '',
  `
setImmuneFlagset('STUN','SLOW','FALL','CURSE','POISON','TERROR'NOT NULL default '',
  `
empiretinyint(4NOT NULL default '0',
  `
foldervarchar(100NOT NULL default '',
  `
on_clicktinyint(4NOT NULL default '0',
  `
stsmallint(5unsigned NOT NULL default '0',
  `
dxsmallint(5unsigned NOT NULL default '0',
  `
htsmallint(5unsigned NOT NULL default '0',
  `
iqsmallint(5unsigned NOT NULL default '0',
  `
damage_minsmallint(5unsigned NOT NULL default '0',
  `
damage_maxsmallint(5unsigned NOT NULL default '0',
  `
max_hpint(10unsigned NOT NULL default '0',
  `
regen_cycletinyint(3unsigned NOT NULL default '0',
  `
regen_percenttinyint(3unsigned NOT NULL default '0',
  `
gold_minint(11NOT NULL default '0',
  `
gold_maxint(11NOT NULL default '0',
  `
expint(10unsigned NOT NULL default '0',
  `
defsmallint(5unsigned NOT NULL default '0',
  `
attack_speedsmallint(6unsigned NOT NULL default '100',
  `
move_speedsmallint(6unsigned NOT NULL default '100',
  `
aggressive_hp_pcttinyint(3unsigned NOT NULL default '0',
  `
aggressive_sightsmallint(10unsigned NOT NULL default '0',
  `
attack_rangesmallint(5unsigned NOT NULL default '0',
  `
drop_itemint(10unsigned NOT NULL default '0',
  `
resurrection_vnumint(10unsigned NOT NULL default '0',
  `
enchant_cursetinyint(4unsigned NOT NULL default '0',
  `
enchant_slowtinyint(4unsigned NOT NULL default '0',
  `
enchant_poisontinyint(4unsigned NOT NULL default '0',
  `
enchant_stuntinyint(3unsigned NOT NULL default '0',
  `
enchant_criticaltinyint(3unsigned NOT NULL default '0',
  `
enchant_penetratetinyint(3unsigned NOT NULL default '0',
  `
resist_swordtinyint(4NOT NULL default '0',
  `
resist_twohandtinyint(4NOT NULL default '0',
  `
resist_daggertinyint(4NOT NULL default '0',
  `
resist_belltinyint(4NOT NULL default '0',
  `
resist_fantinyint(4NOT NULL default '0',
  `
resist_bowtinyint(4NOT NULL default '0',
  `
resist_firetinyint(4NOT NULL default '0',
  `
resist_electtinyint(4NOT NULL default '0',
  `
resist_magictinyint(4NOT NULL default '0',
  `
resist_windtinyint(4NOT NULL default '0',
  `
resist_poisontinyint(4NOT NULL default '0',
  `
dam_multiplyfloat default NULL,
  `
summonint(11) default NULL,
  `
drain_spint(11) default NULL,
  `
mob_colorint(10unsigned default NULL,
  `
polymorph_itemint(10unsigned NOT NULL default '0',
  `
skill_level0tinyint(3unsigned default NULL,
  `
skill_vnum0int(10unsigned default NULL,
  `
skill_level1tinyint(3unsigned default NULL,
  `
skill_vnum1int(10unsigned default NULL,
  `
sp_berserktinyint(4NOT NULL default '0',
  `
sp_stoneskintinyint(4NOT NULL default '0',
  `
sp_godspeedtinyint(4NOT NULL default '0',
  `
sp_deathblowtinyint(4NOT NULL default '0',
  `
sp_revivetinyint(4NOT NULL default '0',
  
PRIMARY KEY  (`vnum`)
ENGINE=MyISAM DEFAULT CHARSET=big5;

-- ----------------------------
-- 
Records of mob_proto
-- ---------------------------- 
So dann könnt ihr das in die db importieren falls Server kaputt ist oder so
Ich werde bald noch Deutsche Mob und item_proto mit neuer king und Neuen Monstern hochladen

Viel Spaß
PS:Thx Button beißt nicht
ElDiabolus is offline  
Thanks
2 Users
Old 07/16/2010, 13:06   #2
 
elite*gold: 31
Join Date: Jun 2010
Posts: 1,527
Received Thanks: 457
Nice
was meinst du jetzt mit abspeichern ?
Rauschii is offline  
Reply

Tags
abspeichern, db, server, speichern


Similar Threads Similar Threads
[Chrome]Passwörter usw. abspeichern
07/19/2010 - Technical Support - 0 Replies
Hi E*PvPers, also seit paar tagen spinnt bei mir Windows und wollt jetzt wieder die Festplatte formatieren. Hab jetzt son prob. Ich hab alles wichtige auf auf meinen Stick übertragen (also skripte, bilder, musik usw.), aber jetzt muss ich noch bei Chrome alle meine gespeicherten Passwörtern (also die benutzerdatei) heraus bekommen und speichern. weiß jmd wo diese benutzerdatei ist? Also wo überall die gespeichtern Links, Passwörter unso drauf gespeichert sind. hoffentlich habt ihr...
Kleines Problem mit dem Abspeichern von c++ - Formen
03/17/2010 - C/C++ - 0 Replies
€: Hat sich geklärt! Bitte closen.
Frage [C++],[Linux] : Werte in einer Datei abspeichern
03/07/2009 - C/C++ - 6 Replies
Hi, spiel grad ein bisschen mit cpp rum. Hab mir ein kleines Programm erstellt, in dem man eingeben kann wie lange man arbeitet/spielt/was auch immer. Und ja ich habe gesucht, aber nur für windows gefunden... Ich mach das mit dem g++ compiler unter ubuntu, als editor gedit. Hier mal der Code:
[Hilfe] Änderungen am Server abspeichern?
10/14/2008 - WoW Private Server - 3 Replies
Hey E*pvpers. Heute hab ich auch mal ne Frage für euch =) Hab hier meinen kleinen privatserver, und wollte hier und dort ein paar stühle hinstellen.. Nach nem Server-restart sind alle stühle weg. Wie kann ich sie so abspeichern das sie auch dort bleiben :o? Danke im vorraus
Spiel abspeichern & GM Account erstellen
05/17/2006 - WoW Private Server - 11 Replies
Hallo, Frage 1: Wie / Wo stelle ich ein wann die Spielwelt abgespeichert wird ? Hab UWC 1.2 Frage 2: Wie erstelle ich mit DButil.exe einen GM Account bzw. welchen Account Stufe nehm ich da ? Vielen dank,



All times are GMT +1. The time now is 19:30.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.