Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server > Flyff PServer Guides & Releases
You last visited: Today at 05:06

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

Advertisement



[Release]Totemia flyff serverfiles v18

Discussion on [Release]Totemia flyff serverfiles v18 within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old 04/15/2019, 23:24   #91
 
Lindanus's Avatar
 
elite*gold: 100
Join Date: Apr 2015
Posts: 128
Received Thanks: 32
you edit resource & source the Definejob.h and compile/merge it ?
Lindanus is offline  
Old 04/16/2019, 12:56   #92
 
tvdynamo's Avatar
 
elite*gold: 0
Join Date: Aug 2017
Posts: 61
Received Thanks: 2
Character creation is sometimes not on the list, I try to connect to the game, most of the characters are not connected, I only connect to the game once, and then the character can not connect connected to the game?
tvdynamo is offline  
Old 04/16/2019, 15:45   #93
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
have you try to check what error you encounter in that part?

TRY THIS

PHP Code:
USE [CHARACTER_01_DBF]
GO

/****** Object:  StoredProcedure [dbo].[CHECK_CHARS]    Script Date: 06/01/2014 22:02:22 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE 
[dbo].[CHECK_CHARS
 [
MENTION=323619]aCCount[/MENTIONVARCHAR(32) = '',
 [
MENTION=792744]Players[/MENTION]lot int 0
AS
SET NOCOUNT ON
  SELECT 
FROM CHARACTER_TBL WHERE account [MENTION=323619]aCCount[/MENTION] AND playerslot = [MENTION=792744]Players[/MENTION]lot AND isblock ='F'
SET NOCOUNT OFF

/* FOR CHARACTER OVERRIDE BUG */
GO 
Ecrypter is offline  
Old 04/16/2019, 19:58   #94
 
tvdynamo's Avatar
 
elite*gold: 0
Join Date: Aug 2017
Posts: 61
Received Thanks: 2
Quote:
Originally Posted by Ecrypter View Post
have you try to check what error you encounter in that part?

TRY THIS

PHP Code:
USE [CHARACTER_01_DBF]
GO

/****** Object:  StoredProcedure [dbo].[CHECK_CHARS]    Script Date: 06/01/2014 22:02:22 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE 
[dbo].[CHECK_CHARS
 [
MENTION=323619]aCCount[/MENTIONVARCHAR(32) = '',
 [
MENTION=792744]Players[/MENTION]lot int 0
AS
SET NOCOUNT ON
  SELECT 
FROM CHARACTER_TBL WHERE account [MENTION=323619]aCCount[/MENTION] AND playerslot = [MENTION=792744]Players[/MENTION]lot AND isblock ='F'
SET NOCOUNT OFF

/* FOR CHARACTER OVERRIDE BUG */
GO 
I get error:
Code:
Msg 102, Level 15, State 1, Procedure CHECK_CHARS, Line 11
Incorrect syntax near 'MENTION=323619'.
Msg 102, Level 15, State 1, Procedure CHECK_CHARS, Line 15
Incorrect syntax near 'MENTION=323619'.
tvdynamo is offline  
Old 04/16/2019, 21:33   #95
 
Nιgнтмαяε's Avatar
 
elite*gold: 0
Join Date: Jul 2018
Posts: 434
Received Thanks: 308
Quote:
Originally Posted by tvdynamo View Post
I get error:
Code:
Msg 102, Level 15, State 1, Procedure CHECK_CHARS, Line 11
Incorrect syntax near 'MENTION=323619'.
Msg 102, Level 15, State 1, Procedure CHECK_CHARS, Line 15
Incorrect syntax near 'MENTION=323619'.
Remove the bbcode
Nιgнтмαяε is offline  
Old 04/17/2019, 05:55   #96
 
tvdynamo's Avatar
 
elite*gold: 0
Join Date: Aug 2017
Posts: 61
Received Thanks: 2
Quote:
Originally Posted by Nιgнтмαяε View Post
Remove the bbcode
What?
tvdynamo is offline  
Old 04/18/2019, 04:59   #97
 
elite*gold: 0
Join Date: Apr 2016
Posts: 26
Received Thanks: 1
neuz

Quote:
Originally Posted by Lindanus View Post
you edit resource & source the Definejob.h and compile/merge it ?
i edit resource and source but it still crash
prolink12322 is offline  
Old 04/18/2019, 06:18   #98
 
aeralakas21's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 19
Received Thanks: 1
Neuz

Prolink ... Just use the Universal Source instead of Elemental Source ... I know its just the same source with small changes but these Universal Source has much fixed and compatible with the Client and Server files of totemia
aeralakas21 is offline  
Old 04/18/2019, 15:44   #99
 
elite*gold: 0
Join Date: Apr 2016
Posts: 26
Received Thanks: 1
Quote:
Originally Posted by aeralakas21 View Post
Prolink ... Just use the Universal Source instead of Elemental Source ... I know its just the same source with small changes but these Universal Source has much fixed and compatible with the Client and Server files of totemia
i try to use the universal source but i encounter again the same problem in elemental source i compile and merge it
prolink12322 is offline  
Old 04/19/2019, 07:30   #100
 
tvdynamo's Avatar
 
elite*gold: 0
Join Date: Aug 2017
Posts: 61
Received Thanks: 2
3 different source code, the Elemental source compiled without error, can play the game without any problems, but the level only reaches 120, someone can give me the standard source: ((
tvdynamo is offline  
Old 04/20/2019, 04:24   #101
 
elite*gold: 0
Join Date: Apr 2016
Posts: 26
Received Thanks: 1
Quote:
Originally Posted by tvdynamo View Post
3 different source code, the Elemental source compiled without error, can play the game without any problems, but the level only reaches 120, someone can give me the standard source: ((
I recommend to Universal Source instead of Elemental Source
prolink12322 is offline  
Old 04/20/2019, 06:54   #102
 
tvdynamo's Avatar
 
elite*gold: 0
Join Date: Aug 2017
Posts: 61
Received Thanks: 2
I use Universal Source, my worldserver encountered an error and crash
Code:
TRANS : is not alive
tvdynamo is offline  
Old 04/20/2019, 17:30   #103
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
Quote:
Originally Posted by tvdynamo View Post
I use Universal Source, my worldserver encountered an error and crash
Code:
TRANS : is not alive
error gives you an idea. all you have to do is to fix it.
Ecrypter is offline  
Old 04/20/2019, 18:50   #104
 
tvdynamo's Avatar
 
elite*gold: 0
Join Date: Aug 2017
Posts: 61
Received Thanks: 2
Quote:
Originally Posted by Ecrypter View Post
error gives you an idea. all you have to do is to fix it.
WorldServer had an crash when I moved to the area, i don't know, is this caused by the NPC?, how to fix, thanks!
tvdynamo is offline  
Old 04/21/2019, 00:51   #105
 
matonskie23's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 272
Received Thanks: 16
Quote:
Originally Posted by tvdynamo View Post
WorldServer had an crash when I moved to the area, i don't know, is this caused by the NPC?, how to fix, thanks!
you should post your log
matonskie23 is offline  
Reply


Similar Threads Similar Threads
Release Totemia flyff Source/Server files v19/Database
05/21/2020 - Flyff PServer Guides & Releases - 105 Replies
hello epvpers since my crap files was leak and someone use this. so im gonna release this source and files deep in my heart. credit to : virtous add other features and security: Me Crap files maybe it can help for the newbie like me. VersionCommon: #undef __VER #define __VER 19//15//16//17//18 //=============================================== ====// #define IP_ONLINE "127.0.0.1"
[Release] v18 Dungeons + v18 Models/Sfx's
07/04/2013 - Flyff PServer Guides & Releases - 29 Replies
So, da einige drauf warten, release ich hier die v18er Dungeons und Models. Was ist da drin?
[TUT][V18] Habbo-Retro-Hotel erstellen [V18][TUT]
02/19/2013 - Private Server - 22 Replies
Hallo und herzlich wilkommen zu meinem ersten Tutorial :awesome: Ich zeige euch wie man ein Habbo-Retro-Hotel erstellt. Ich bin neu hier bei elitepvpers.com, aber nicht in der Retro-Szene. Ich code gerne und aktiv. Naja jetzt zum Tut. Also ich habe mal so eine Tabelle erstellt, wo ihr sehen könnt, was ihr braucht. Manches ist nicht nötig, und das ist mit einem X gekennzeichnet. Tabelle downloaden Ihr braucht Word, Open-Office oder andere Textverarbeitungs-Programme, um diese Datei zu...



All times are GMT +1. The time now is 05:06.


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.