Discussion on [Release] FlyFF PC v21.2 Official Source Code within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.
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..
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.*
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.
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?
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?
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.