Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 23:05

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

Advertisement



Suche Eine Full DatenBank!

Discussion on Suche Eine Full DatenBank! within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old 09/07/2008, 22:53   #16
 
M33-Virus's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 246
Received Thanks: 31
ID ****** yoyo müsste 22407 sein
M33-Virus is offline  
Old 09/07/2008, 22:57   #17
 
elite*gold: 0
Join Date: Jun 2008
Posts: 456
Received Thanks: 116
Er meinte mit Effekte zum Beispiel beim ****** Sword +15% Attspd das die dann auch wirklich dazu kommen.
Metzelder is offline  
Old 09/07/2008, 23:09   #18
 
elite*gold: 0
Join Date: May 2008
Posts: 145
Received Thanks: 19
Effekte ?



Geilomat is offline  
Old 09/07/2008, 23:11   #19
 
M33-Virus's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 246
Received Thanks: 31
das habe ich auch
aber wenn ich mir nun ein ****** knuckle mache
macht der keine effeckte dazu :O
M33-Virus is offline  
Old 09/07/2008, 23:22   #20
 
elite*gold: 0
Join Date: Aug 2008
Posts: 476
Received Thanks: 113
Also
habt ihr schonmal versucht, zu erwecken?
Einfach mal n Bobochan spawnen und erwecken xD
Funzt, ist aber n bisschen bugged... Ich hatte bei ner Suit mal Attack Speed+0% bekommen O_o
Darkdevil1 is offline  
Old 09/07/2008, 23:24   #21
 
elite*gold: 0
Join Date: May 2008
Posts: 145
Received Thanks: 19
wie spawnt man den den?
Geilomat is offline  
Old 09/07/2008, 23:28   #22
 
elite*gold: 0
Join Date: Sep 2007
Posts: 9
Received Thanks: 1
hey habt ihr auch das problem wenn ihr im spiel auf start, option clickt dass dann euer flyff abkackt oder hab nur ich das problem ?
Shit2items is offline  
Old 09/07/2008, 23:30   #23
 
elite*gold: 0
Join Date: Aug 2008
Posts: 476
Received Thanks: 113
Quote:
Originally Posted by Geilomat View Post
wie spawnt man den den?
da ich mal lieb bin, führ das im sql aus:

Code:
--
-- Tabellenstruktur für Tabelle `data_monster`
--

CREATE TABLE IF NOT EXISTS `data_monster` (
  `dwID` int(11) NOT NULL,
  `dwLevel` int(3) NOT NULL,
  `dwAtkMin` int(10) NOT NULL,
  `dwAtkMax` int(10) NOT NULL,
  `dwAttackSpeed` int(3) NOT NULL,
  `dwStr` int(4) NOT NULL,
  `dwSta` int(4) NOT NULL,
  `dwDex` int(4) NOT NULL,
  `dwInt` int(4) NOT NULL,
  `dwHR` int(3) NOT NULL,
  `dwER` int(10) NOT NULL,
  `eElementType` int(1) NOT NULL,
  `wElementAtk` int(5) NOT NULL,
  `fSpeed` int(3) NOT NULL,
  `dwResisMagic` int(3) NOT NULL,
  `fResistElecricity` int(3) NOT NULL,
  `fResistFire` int(3) NOT NULL,
  `fResistWind` int(3) NOT NULL,
  `fResistEarth` int(3) NOT NULL,
  `fResistWater` int(3) NOT NULL,
  `dwCash` int(3) NOT NULL,
  `dwExpValue` int(5) NOT NULL,
  `dwAddHP` int(3) NOT NULL,
  `dwAddMP` int(3) NOT NULL,
  `dwNaturealArmor` int(3) NOT NULL,
  `fSizeFactor` int(3) NOT NULL,
  `dwReAttackDelay` int(3) NOT NULL,
  `szName` text NOT NULL,
  `bFlying` tinyint(1) NOT NULL,
  `nFxpValue` float NOT NULL,
  `dwAtk1` text NOT NULL,
  `dwAtk2` text NOT NULL,
  `dwAtk3` text NOT NULL,
  `dwHorizontalRate` int(5) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Daten für Tabelle `data_monster`
--

INSERT INTO `data_monster` (`dwID`, `dwLevel`, `dwAtkMin`, `dwAtkMax`, `dwAttackSpeed`, `dwStr`, `dwSta`, `dwDex`, `dwInt`, `dwHR`, `dwER`, `eElementType`, `wElementAtk`, `fSpeed`, `dwResisMagic`, `fResistElecricity`, `fResistFire`, `fResistWind`, `fResistEarth`, `fResistWater`, `dwCash`, `dwExpValue`, `dwAddHP`, `dwAddMP`, `dwNaturealArmor`, `fSizeFactor`, `dwReAttackDelay`, `szName`, `bFlying`, `nFxpValue`, `dwAtk1`, `dwAtk2`, `dwAtk3`, `dwHorizontalRate`) VALUES
(211, 1, 1, 1, 1000, 10, 10, 10, 10, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 1, 100, 100, 0, 1, 3000, 'MaFl_Bobochan', 0, 0, '0', '0', '0', 0);

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

--
-- Tabellenstruktur für Tabelle `spawns_npc`
--

CREATE TABLE IF NOT EXISTS `spawns_npc` (
  `spawn_id` int(10) NOT NULL,
  `model` int(10) NOT NULL,
  `name` text NOT NULL,
  `speechtime` int(10) NOT NULL,
  `posx` int(100) NOT NULL,
  `posy` int(100) NOT NULL,
  `posz` int(100) NOT NULL,
  `direction` int(10) NOT NULL,
  `posWorldID` int(10) NOT NULL,
  `sizeMod` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Daten für Tabelle `spawns_npc`
--

INSERT INTO `spawns_npc` (`spawn_id`, `model`, `name`, `speechtime`, `posx`, `posy`, `posz`, `direction`, `posWorldID`, `sizeMod`) VALUES
(1, 211, 'MaFl_Bobochan', 100, 6973, 100, 3211, 90, 1, 1);
sollte funktionieren.
Darkdevil1 is offline  
Thanks
2 Users
Old 09/07/2008, 23:38   #24
 
xChiccox's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 369
Received Thanks: 50
mhh hab's mal gemacht, jetzt kann ich nichtmalmehr einloggen^^
xChiccox is offline  
Old 09/07/2008, 23:44   #25
 
elite*gold: 0
Join Date: Jul 2008
Posts: 29
Received Thanks: 4
is der typ bei dir auch 3x gespawt Darkdevil?^^
flachzange79 is offline  
Old 09/07/2008, 23:44   #26
 
elite*gold: 0
Join Date: Aug 2008
Posts: 479
Received Thanks: 56
Wenn ich Items erstellen will kommen die garnicht o.o..

Ich versteh das nicht kann mir da einer weiterhelfen wie ich die Items usw erstelle?
Kriegt auch nen Thanks xD
malibi is offline  
Old 09/07/2008, 23:45   #27
 
M33-Virus's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 246
Received Thanks: 31
cool der bobo^^
aber bei mir läuft der nur rum und wenn ich mauszeiger auf den ziehe steht da das angriffs symbolxD

wie kann ich den amchen das der auf der stelle bleibt und seine awa system funktioniert?
M33-Virus is offline  
Old 09/07/2008, 23:52   #28
 
elite*gold: 0
Join Date: Jul 2008
Posts: 29
Received Thanks: 4
eigentlich tut er schon das was er soll wenn du das sql vom Darkdevil1 ausgeführt hast
flachzange79 is offline  
Old 09/07/2008, 23:54   #29
 
xChiccox's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 369
Received Thanks: 50
wie kann ich den denn spawnen?
xChiccox is offline  
Old 09/07/2008, 23:56   #30
 
elite*gold: 0
Join Date: Aug 2008
Posts: 479
Received Thanks: 56
Wo füge ich das ein was Darkdevil gepostet hat???
Wie erstelle ich denn eien Waffe??
Kann mir da bitte eienr weiterhelfen?
malibi is offline  
Reply


Similar Threads Similar Threads
Suche jemanden der mir eine 10euro PSC für eine 15euro Vodafone Handykarte gibt!
12/11/2012 - Trading - 3 Replies
Ich habe hier eine noch eingepackt Vodafone Handy karte im Wert von 15euro! Ich suche jemanden der mir eine 10euro paysafecard gibt und dann von mir die Handykarte im wert von 15euro bekommt. Handelsoption: Paysafecard-Code -----ZU MIR-------> dann der Handykarten Code <-----ZU DIR-------
[Kaufe]Eine Datenbank.
09/06/2010 - elite*gold Trading - 3 Replies
Well, Wie der Titel bereits sagt würde ich gerne eine MySQL-Datenbank von einem SERIÖSEN Mitglied anmieten. Es geht um nen Browsergame, der Traffic hält sich in Grenzen. Die Datenbank an sich MUSS WRITE und LOCK-Rechte besitzen ! Ich würde Monatlich via. PayPal, oder wahlweise Elite-Gold zahlen, und das in angemessenen Beträgen.
[SUCHE]Eine Bestimte Bearbeitete Datenbank
03/29/2010 - Metin2 Private Server - 0 Replies
Gefunden Kann gelosed Werden pls
Benötige eine Datei für die Datenbank! shop.MYD @ player
03/01/2010 - Metin2 Private Server - 1 Replies
Hi, also ich brauche mal die Shop.MYD aus player, weil Navicat Trial die nicht mehr findet. Denke mal dass dadurch grade mein Connection Refused kommt. ^^ MfG
Kaufe Full Datenbank
09/08/2008 - Flyff Private Server - 1 Replies
removed



All times are GMT +2. The time now is 23:05.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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