Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 08:04

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

Advertisement



Showing results 1 to 25 of 200
Search took 0.02 seconds.
Search: Posts Made By: xTwiLightx
Forum: Flyff Private Server 09/16/2023, 17:19
Replies: 3
Views: 739
Posted By xTwiLightx
Did you do that for every configuration, e.g....

Did you do that for every configuration, e.g. Debug/Release?
Forum: Flyff Private Server 02/06/2023, 22:17
Replies: 1
Views: 692
Posted By xTwiLightx
Check the encoding of your propItem.txt.txt or...

Check the encoding of your propItem.txt.txt or SpecItem.txt/propItem.txt depending on where your item names are stored.

Modern editors like VSCode like to use UTF-8 as a default which Flyff is not...
Forum: Flyff Private Server 05/15/2022, 01:31
Replies: 3
Views: 550
Posted By xTwiLightx
This one? No, it's just for quest progression...

This one? No, it's just for quest progression logging.
Forum: Flyff Private Server 05/12/2022, 15:34
Replies: 3
Views: 550
Posted By xTwiLightx
CQuery-Logfile gives you more precise error...

CQuery-Logfile gives you more precise error messages related to SQL.
Forum: Flyff PServer Guides & Releases 03/20/2022, 17:29
Replies: 2
Views: 1,243
Posted By xTwiLightx
You forgot to add both functions to the Functions...

You forgot to add both functions to the Functions struct. :)

FunctionsInfo.h, below
PFAddGPPoint AddGPPoint;
add those

PFEnterInstanceDungeon EnterInstanceDungeon;
PFChkPartyLowLevel...
Forum: Flyff PServer Guides & Releases 12/04/2021, 06:02
Replies: 190
Views: 66,043
Posted By xTwiLightx
Almost very third party library needed is open...

Almost very third party library needed is open source and available in the public.

BugTrap: [Only registered and activated users can see links]
Lua Compiled Libs + Headers:...
Forum: Flyff PServer Guides & Releases 10/04/2021, 13:27
Replies: 296
Views: 83,476
Posted By xTwiLightx
Easy way: Define Macros like stated in...

Easy way: Define Macros like stated in [Only registered and activated users can see links]


#define _CRT_NONSTDC_NO_DEPRECATE
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_DEPRECATE


"Hard"...
Forum: Flyff PServer Guides & Releases 10/02/2021, 17:11
Replies: 296
Views: 83,476
Posted By xTwiLightx
Those are warnings only, they won't stop the...

Those are warnings only, they won't stop the compilation/linking process (except your Warn-Level ist set too high).
Forum: Flyff PServer Guides & Releases 09/19/2021, 22:57
Replies: 190
Views: 66,043
Posted By xTwiLightx
This happens when DirectX is included before...

This happens when DirectX is included before Windows SDK. Check your includes.
Forum: Flyff Private Server 09/15/2021, 10:28
Replies: 4
Views: 1,196
Posted By xTwiLightx
Could be anything, and this is hard to debug. ...

Could be anything, and this is hard to debug.

Most probably this might be some unreleased textures or other resources claimed by DirectX.

You might check out the following links for help:
-...
Forum: Flyff PServer Guides & Releases 08/09/2021, 17:01
Replies: 296
Views: 83,476
Posted By xTwiLightx
Open Source Contribution? Im Flyff Bereich? ...

Open Source Contribution? Im Flyff Bereich?
Wohl eher kaum. :D
Forum: Flyff PServer Guides & Releases 06/05/2021, 00:29
Replies: 190
Views: 66,043
Posted By xTwiLightx
http://www.lua.org/ftp/ Download and try to...

[Only registered and activated users can see links]

Download and try to compile one of these as library.
Forum: Flyff Private Server 05/25/2021, 09:45
Replies: 1
Views: 275
Posted By xTwiLightx
In der propLang.txt dürftest du fündig werden. ...

In der propLang.txt dürftest du fündig werden.

Schau einfach wie die m_mapFont befüllt wird, "Arial Black9" ist der Key von dem Eintrag der in deiner Stelle geladen wird.
Forum: Flyff PServer Guides & Releases 05/03/2021, 13:43
Replies: 190
Views: 66,043
Posted By xTwiLightx
Nicht mit reinem Copy & Paste, nein. Einige...

Nicht mit reinem Copy & Paste, nein.

Einige Klassennamen haben sich geändert, und auch sonst hat sich an ein paar Stellen einiges getan. So wurden viele Funktionen in die externe FLLib...
Forum: Flyff PServer Guides & Releases 04/25/2021, 02:44
Replies: 190
Views: 66,043
Posted By xTwiLightx
Is it really that hard to use web search? ...

Is it really that hard to use web search?
[Only registered and activated users can see links]
[Only registered and activated users can see links]



You dont NEED it to run a server for local...
Forum: Flyff Private Server 03/15/2021, 03:28
Replies: 11
Views: 1,985
Posted By xTwiLightx
V21.2 leaked source code has a change that...

V21.2 leaked source code has a change that removed the call to "Sleep" and put calls to "UpdateTime" inside a while loop.
I guess that has the fix that is being sold?
Forum: Flyff Private Server 03/15/2021, 03:23
Replies: 2
Views: 717
Posted By xTwiLightx
For "Image 1", the information is quite useless...

For "Image 1", the information is quite useless without the stack trace.
Image 2 just shows a warning, nothing big.
Image 3 looks like you're running Neuz in Debug build with /WAll and possibly /WX...
Forum: Flyff Private Server 01/02/2021, 18:47
Replies: 1
Views: 359
Posted By xTwiLightx
Like all problems in programming: Debugging is...

Like all problems in programming: Debugging is key.
Forum: Flyff PServer Guides & Releases 12/29/2020, 21:57
Replies: 190
Views: 66,043
Posted By xTwiLightx
This is a collection of old Visual C++ projects....

This is a collection of old Visual C++ projects. Someone does not need any knowledge of Flyff or old Flyff source code to be able to compile it.

You need knowledge and some experience with C++,...
Forum: Flyff PServer Guides & Releases 12/23/2020, 11:36
Replies: 190
Views: 66,043
Posted By xTwiLightx
It is available in the first post. And a...

It is available in the first post.

And a "compiled source" would be something usable - binaries or dynamic loaded libraries for example.
Forum: Flyff Private Server 12/02/2020, 19:11
Replies: 2
Views: 629
Posted By xTwiLightx
They don't work for me. Am I doing something...

They don't work for me. Am I doing something wrong?
Forum: Flyff Private Server 11/07/2020, 02:13
Replies: 11
Views: 1,424
Posted By xTwiLightx
Better use the Multiserver column in the...

Better use the Multiserver column in the CHARACTER_TBL of the CHARACTER_01_DBF.
Forum: Flyff PServer Guides & Releases 11/04/2020, 23:48
Replies: 190
Views: 66,043
Posted By xTwiLightx
Dann lass es doch einfach sein. Wenn es schon...

Dann lass es doch einfach sein.
Wenn es schon an Projekteinstellungen und Abhängigkeiten hängt, dann wird es auch nach erfolgreichem Compilen noch genügend Stolpersteine geben.

Außerdem verstehe...
Forum: Flyff PServer Guides & Releases 10/27/2020, 22:49
Replies: 190
Views: 66,043
Posted By xTwiLightx
https://www.boost.org/

[Only registered and activated users can see links]
Forum: Flyff PServer Guides & Releases 10/22/2020, 22:40
Replies: 190
Views: 66,043
Posted By xTwiLightx
Visual Studio is just the IDE. You can use Visual...

Visual Studio is just the IDE. You can use Visual Studio 2019 and still use the MSVC from 2017 for compilation.

Gala probably uses 2003.net or even 2005, but it can easily be built on a up2date...
Showing results 1 to 25 of 200

 
Forum Jump

All times are GMT +2. The time now is 08:04.


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.