|
You last visited: Today at 16:39
Advertisement
[Release] FlyFF PC v21.2 Official Source Code
Discussion on [Release] FlyFF PC v21.2 Official Source Code within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.
04/04/2020, 18:05
|
#46
|
elite*gold: 0
Join Date: Apr 2020
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by -Venom'
Hier  findest du eig. jede Hilfe die du benötigst.
Falls nicht, kannst du gerne einen Thread auf machen oder mich per PN anschrieben.
|
Vielen Dank
|
|
|
04/13/2020, 18:42
|
#47
|
elite*gold: 0
Join Date: Dec 2007
Posts: 22
Received Thanks: 2
|
Is there any DB that compatible with these files ? or do we need to re-create the DB completely ?
|
|
|
04/14/2020, 08:58
|
#48
|
elite*gold: 0
Join Date: Mar 2015
Posts: 1
Received Thanks: 0
|
There is no 3rd job class in this inside the source code or am i missing something
|
|
|
04/14/2020, 14:50
|
#49
|
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
|
Quote:
Originally Posted by ananth2578
There is no 3rd job class in this inside the source code or am i missing something
|
U missing something
|
|
|
04/19/2020, 09:43
|
#50
|
elite*gold: 0
Join Date: Mar 2009
Posts: 482
Received Thanks: 218
|
Quote:
Originally Posted by yarinil
Is there any DB that compatible with these files ? or do we need to re-create the DB completely ?
|
I heard some developers were already able to run this Source by Re-Creating the Database. Don't quote me on this.
|
|
|
04/19/2020, 14:40
|
#51
|
elite*gold: 0
Join Date: Dec 2007
Posts: 22
Received Thanks: 2
|
Not that hard to re create, but it’s really annoying because there are many things that are non exist and need to figure them out, probably they also removed a lot of stuff they weren’t able to figure out. This source also missing many of resource files like custom_mixProbability.txt and so..
|
|
|
04/24/2020, 09:27
|
#52
|
elite*gold: 0
Join Date: Dec 2007
Posts: 22
Received Thanks: 2
|
Does anyone actually work on those files?
|
|
|
04/24/2020, 16:43
|
#53
|
elite*gold: 0
Join Date: Jan 2015
Posts: 183
Received Thanks: 702
|
Quote:
Originally Posted by yarinil
Does anyone actually work on those files?
|
Alot of people do I guess but they have no reason to post anything here.
|
|
|
04/25/2020, 04:21
|
#54
|
elite*gold: 0
Join Date: Dec 2007
Posts: 22
Received Thanks: 2
|
Quote:
Originally Posted by Blouflash
Alot of people do I guess but they have no reason to post anything here.
|
Oh, I am looking for people to work with on it. I was able to compile and run the files but there are alot of missing resource and database
|
|
|
04/25/2020, 11:59
|
#55
|
elite*gold: 28
Join Date: Feb 2010
Posts: 463
Received Thanks: 277
|
There is no ressource missing.
About the database, you can use the V19 tw leaked and re-create the missing procedure/table, there is not a lot tbh.
|
|
|
04/25/2020, 13:01
|
#56
|
elite*gold: 18
Join Date: Sep 2009
Posts: 20,174
Received Thanks: 14,475
|
Quote:
Originally Posted by ZeroTwo02
There is no ressource missing.
About the database, you can use the V19 tw leaked and re-create the missing procedure/table, there is not a lot tbh.
|
There is a file missing which you would have noticed looking into the world server logs.
|
|
|
04/26/2020, 09:35
|
#57
|
elite*gold: 0
Join Date: Dec 2007
Posts: 22
Received Thanks: 2
|
Quote:
Originally Posted by ZeroTwo02
There is no ressource missing.
About the database, you can use the V19 tw leaked and re-create the missing procedure/table, there is not a lot tbh.
|
You should check Costume_MixProbability.txt (Not exist, source will complain), GuildCombat.txt (REWARD_ITEM)
and there are some more.
about db there is whole ConsignmentMarket_Load or Insert and so that are missing and need to recreate.
If thre are people who working on source and knows how to compile, look through it, play with Resoruces, and would like to share ideas, work together, exchange information and help feel free to PM me .
*Only people who understand the source please! I am not going to teach anything.*
|
|
|
04/26/2020, 12:27
|
#58
|
elite*gold: 28
Join Date: Feb 2010
Posts: 463
Received Thanks: 277
|
Quote:
Originally Posted by yarinil
You should check Costume_MixProbability.txt (Not exist, source will complain), GuildCombat.txt (REWARD_ITEM)
and there are some more.
about db there is whole ConsignmentMarket_Load or Insert and so that are missing and need to recreate.
If thre are people who working on source and knows how to compile, look through it, play with Resoruces, and would like to share ideas, work together, exchange information and help feel free to PM me .
*Only people who understand the source please! I am not going to teach anything.*
|
Costume_MixProbability.txt ->
For the "REWARD_ITEM" you just have to add "REWARD_ITEM II_CHP_RED" at the end of the files GuildCombat.txt.
You can re-create most of the table/procedure looking at the code inside the source. Or you can also use the real V.21 database, but look like no one released it for the moment.
|
|
|
04/26/2020, 13:01
|
#59
|
elite*gold: 0
Join Date: Dec 2007
Posts: 22
Received Thanks: 2
|
Quote:
Originally Posted by ZeroTwo02
Costume_MixProbability.txt ->
For the "REWARD_ITEM" you just have to add "REWARD_ITEM II_CHP_RED" at the end of the files GuildCombat.txt.
You can re-create most of the table/procedure looking at the code inside the source. Or you can also use the real V.21 database, but look like no one released it for the moment.
|
Are there people with real v.21 db ?
about the REWARD_ITEM, its already exists, i think its not the issue,
its asks for few parameters, dwRank (number), nWinCount(number), RewardItemId(item define).
it feels like something is missing.. or am i wrong?
look:
PHP Code:
else if( s.Token == _T( "REWARD_ITEM" ) )
{
//s.GetToken();
__GCREWARDITEM rewardItem;
rewardItem.m_dwRank = s.GetNumber();
rewardItem.m_nWinCount = s.GetNumber();
s.GetToken();
rewardItem.m_dwRewardItemID = static_cast<DWORD>( CScript::GetDefineNum( s.Token ) );
const T_ITEM_SPEC* pITemSpec = g_xSpecManager->GetSpecItem( rewardItem.m_dwRewardItemID );
if( pITemSpec == NULL )
{
FLERROR_LOG( PROGRAM_NAME, _T( "[ INVALID REWARD ITEM ID. ITEM_ID(%u) ]" ), rewardItem.m_dwRewardItemID );
RELEASE_BREAK;
return FALSE;
}
//s.GetToken();
rewardItem.m_nItemNum = s.GetNumber();
m_vecRewardItem.push_back(rewardItem);
//SetRewardItemID( dwRewardItemID );
}
|
|
|
04/26/2020, 14:17
|
#60
|
elite*gold: 18
Join Date: Sep 2009
Posts: 20,174
Received Thanks: 14,475
|
Quote:
Originally Posted by ZeroTwo02
Costume_MixProbability.txt ->
For the "REWARD_ITEM" you just have to add "REWARD_ITEM II_CHP_RED" at the end of the files GuildCombat.txt.
You can re-create most of the table/procedure looking at the code inside the source. Or you can also use the real V.21 database, but look like no one released it for the moment.
|
Wrong file I guess but reproducing it is easy done.
Quote:
Originally Posted by yarinil
Are there people with real v.21 db ?
about the REWARD_ITEM, its already exists, i think its not the issue,
its asks for few parameters, dwRank (number), nWinCount(number), RewardItemId(item define).
it feels like something is missing.. or am i wrong?
look:
PHP Code:
else if( s.Token == _T( "REWARD_ITEM" ) ) { //s.GetToken(); __GCREWARDITEM rewardItem; rewardItem.m_dwRank = s.GetNumber(); rewardItem.m_nWinCount = s.GetNumber(); s.GetToken(); rewardItem.m_dwRewardItemID = static_cast<DWORD>( CScript::GetDefineNum( s.Token ) ); const T_ITEM_SPEC* pITemSpec = g_xSpecManager->GetSpecItem( rewardItem.m_dwRewardItemID ); if( pITemSpec == NULL ) { FLERROR_LOG( PROGRAM_NAME, _T( "[ INVALID REWARD ITEM ID. ITEM_ID(%u) ]" ), rewardItem.m_dwRewardItemID ); RELEASE_BREAK; return FALSE; } //s.GetToken(); rewardItem.m_nItemNum = s.GetNumber(); m_vecRewardItem.push_back(rewardItem);
//SetRewardItemID( dwRewardItemID ); }
|
You have to add a number after "II_CHP_RED" otherwise it won't even load the open dates and if you click on status at the gw npc to see the next date it'll crash the WS.
|
|
|
All times are GMT +1. The time now is 16:41.
|
|