[Release] FlyFF PC v21.2 Official Source Code

08/31/2020 10:05 miniman06#91
Quote:
Originally Posted by Rajindx View Post
What version of your lua? Can you tell me?
5.1.4
09/01/2020 03:35 xTwiLightx#92
Quote:
Originally Posted by Rajindx View Post
What version of your lua? Can you tell me?
Using 5.3.4 here, no issues.
09/01/2020 18:00 Rajindx#93
Quote:
Originally Posted by yarinil View Post
Well could you provide me more information ?

1) Could you create a character successfully ?
2) Could you connect to the server ?
3) Does WorldServer receive the packet after connecting ?
4) Checked OnJoin after logging in?
InstanceDungeonBase.cpp ---> CInstanceDungeonHelper::GetInstance()->SetDungeonType( dwWorldId, GetType() );

kill it!!!
09/01/2020 20:36 Knusper02#94
Quote:
Originally Posted by ademir321 View Post
And I just watch ...

[Only registered and activated users can see links. Click Here To Register...]
Also watching on my Custom :)
[Only registered and activated users can see links. Click Here To Register...]
09/11/2020 09:34 miniman06#95
Quote:
Originally Posted by Rajindx View Post
InstanceDungeonBase.cpp ---> CInstanceDungeonHelper::GetInstance()->SetDungeonType( dwWorldId, GetType() );

kill it!!!
not a great solution, move the "CInstanceDungeonParty::GetInstance()->LoadScript( "PartyDungeon.lua" );" outside of the constructor, put it with the rest of the the script loading routine
10/16/2020 05:12 igorgv#96
Quote:
Originally Posted by ademir321 View Post
And I just watch ...

[Only registered and activated users can see links. Click Here To Register...]


me manda PM porfavor
10/21/2020 21:38 ilyaslord36#97
what visual studio use to compile this source ???
10/22/2020 12:29 kevinkraus#98
Its made for/with VS2003.
10/22/2020 22:38 Sedrika#99
Quote:
Originally Posted by ilyaslord36 View Post
what visual studio use to compile this source ???
Latest 2019 version
10/22/2020 22:40 xTwiLightx#100
Quote:
Originally Posted by ilyaslord36 View Post
what visual studio use to compile this source ???
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 2019 toolset.
10/27/2020 20:38 DarkeSnake#101
ich kann die souce nicht compl -.- hab 2012 Drauf und auf Deutsch ... v2003 hab ich auch aber bei beiden find ich das VC zeug nicht und in dieser Source gibt es auch keinen BOOST!
10/27/2020 22:49 xTwiLightx#102
Quote:
Originally Posted by DarkeSnake View Post
ich kann die souce nicht compl -.- hab 2012 Drauf und auf Deutsch ... v2003 hab ich auch aber bei beiden find ich das VC zeug nicht und in dieser Source gibt es auch keinen BOOST!
[Only registered and activated users can see links. Click Here To Register...]
10/28/2020 01:55 DarkeSnake#103
Hilft mir immer noch nicht mit meinem Problem beim Compil der Source ...

bekomme keinen Program Ordner
Neuz.exe
Source Ordner
Resource Odner
die tuts sind alle auf English darin bin ich nicht so gut ..und mein 2013-2019 is Deutsch
11/04/2020 23:48 xTwiLightx#104
Quote:
Originally Posted by DarkeSnake View Post
Hilft mir immer noch nicht mit meinem Problem beim Compil der Source ...

bekomme keinen Program Ordner
Neuz.exe
Source Ordner
Resource Odner
die tuts sind alle auf English darin bin ich nicht so gut ..und mein 2013-2019 is Deutsch
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 ich deine Problematik nicht einmal. Was ist mit "bekomme keinen Ordner" gemeint? Wenn man das Archiv entpackt, ist bis auf die ThirdParty Libs alles enthalten was man zum Compilen braucht. Die Include-Verzeichnisse muss man seit VS 2010 oder so sowieso immer pro Projekt setzen und nicht mehr Global - und das Prinzip hat sich seitdem auch nicht geändert.
12/22/2020 22:38 donciukas14#105
Anyone willing to share compiled source?