Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[VS22] v18.3 (Custom + V21 Content)

Initiate Mage
Joined
Jun 19, 2021
Messages
4
Reaction score
1
Re: [VS22] v18.3

Use merge.exe in Server/Resource then copy the files from Server/ResClient to your actual client where your neuz is.

It's better if i read correctly what you wrote. Thanks Mr Ketchup for your time.
Solved.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
@Fenris informed me of a bug with ticket.inc and I'm surprised I missed it.

Anyways here is the fix for ticket.inc
Code:
// ÀÔÀå±Ç					   x		y		z
II_SYS_TICKET_KEBARAS01 	WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_KEBARAS02		WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_KEBARAS001 	WI_WORLD_KEBARAS	1271	114.000000	1326
II_SYS_TICKET_CISLAND01		WI_WORLD_CISLAND	2002	120		855
II_SYS_TICKET_CISLAND02		WI_WORLD_CISLAND	2002	120		855
II_SYS_TICKET_RARTESIA01	WI_WORLD_RARTESIA	1400	120		1287
II_SYS_TICKET_RARTESIA02	WI_WORLD_RARTESIA	1400	120		1287
II_SYS_TICKET_RARTESIA03	WI_WORLD_RARTESIA	1400	120		1287
II_SYS_TICKET_RARTESIA04	WI_WORLD_RARTESIA	1400	120		1287
II_SYS_TICKET_DARKRARTESIA	WI_WORLD_DARKRARTESIA	1400	120		1287
II_SYS_TICKET_DARKRARTESIA01	WI_WORLD_DARKRARTESIA	1400	120		1287
II_SYS_TICKET_DARKRARTESIA_01	WI_WORLD_DARKRARTESIA	1400	120		1287
II_SYS_TICKET_DARKRARTESIA_07	WI_WORLD_DARKRARTESIA	1400	120		1287
II_SYS_TICKET_DARKRARTESIA_15	WI_WORLD_DARKRARTESIA	1400	120		1287
 
Junior Spellweaver
Joined
Oct 10, 2021
Messages
108
Reaction score
5
hi, my first time following your instructions and it went perfectly! im amazed that it works perfectly! i followed BDO Nova/Corsair and RF Online yet its not working! Yours is the best and precise, very detail.

btw, alot of room for me to learn this server kind of a thing.

is there a gm command list/item codes for this version? was trying to add a penya /item 14 and couldnt make it. was searching for other threads and its not working and i was randomly experimenting with / command and it works. im using test account, is there a way to create a new account? or change name from Test to my desired one? XD
 
Last edited:
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
hi, my first time following your instructions and it went perfectly! im amazed that it works perfectly! i followed BDO Nova/Corsair and RF Online yet its not working! Yours is the best and precise, very detail.

btw, alot of room for me to learn this server kind of a thing.

is there a gm command list/item codes for this version? was trying to add a penya /item 14 and couldnt make it. was searching for other threads and its not working and i was randomly experimenting with / command and it works. im using test account, is there a way to create a new account? or change name from Test to my desired one? XD

Commands: https://forum.ragezone.com/f651/flyff-v15-gm-commands-706134-post6009736/#post6009736

Just re-run the account sql and change the id from test to w/e you want. The password will remain test.
 
Junior Spellweaver
Joined
Oct 10, 2021
Messages
108
Reaction score
5
Commands: https://forum.ragezone.com/f651/flyff-v15-gm-commands-706134-post6009736/#post6009736

Just re-run the account sql and change the id from test to w/e you want. The password will remain test.


im sorry, im not so good in mssql.
What i did was, I edited top 200 rows in "Account_TBL",
changed the "account" and "password" to my desired one. a

in "Account_TBL_Detail", I changed the "account" same to the first one

in "AccountPlay", i changed the Account to the ingame name that i wanted.

when i logged in to the game, it says "Log in details incorrect". when i tried to returned the password back to "test" in mssql, its the same error

solved: was able to download the md5 posted by ketchup in another thread. Thank you.
------------------------------------------------------------------------------------------------------------

btw, how to increase buff timer or level and add items in npc like other p.servers do?
 
Last edited:
Junior Spellweaver
Joined
Sep 29, 2021
Messages
133
Reaction score
26
im sorry, im not so good in mssql.
What i did was, I edited top 200 rows in "Account_TBL",
changed the "account" and "password" to my desired one. a

in "Account_TBL_Detail", I changed the "account" same to the first one

in "AccountPlay", i changed the Account to the ingame name that i wanted.

when i logged in to the game, it says "Log in details incorrect". when i tried to returned the password back to "test" in mssql, its the same error

solved: was able to download the md5 posted by ketchup in another thread. Thank you.
------------------------------------------------------------------------------------------------------------

btw, how to increase buff timer or level and add items in npc like other p.servers do?

You can change buff level in chatacter.inc there is buff timer too but im not sure, if you want to add item into npc, you need to add __ADDSHOPITEM
 
Junior Spellweaver
Joined
Oct 10, 2021
Messages
108
Reaction score
5
thank you. btw, is there an item code for pet loot list? im trying to get mocomochi and pick-up pet upgrade but couldnt find one
 
Newbie Spellweaver
Joined
May 12, 2022
Messages
85
Reaction score
2
Is there any solution to this mistake? thank you!

Thu Aug 4 18:44:19 2022
0 - CERT_CONNECTED
Thu Aug 4 18:44:19 2022
2 - CERT_SRVR_LIST
Thu Aug 4 18:44:19 2022
4 - LOGIN_CONNECTED
Thu Aug 4 18:44:20 2022
8 - LOGIN_CACHE_ADDR
Thu Aug 4 18:44:20 2022
15 - CERT_DISCONNECT
network error:64
Thu Aug 4 18:44:20 2022
6 - LOGIN_PLAYER_LIST
Thu Aug 4 18:44:26 2022
10 - CACHE_CONNECT_FAIL
network error:10061
 
Last edited:
Junior Spellweaver
Joined
Sep 29, 2021
Messages
133
Reaction score
26
btw, whats the map id for kailun? i tried going there but doesnt work. tried to put /sro 1 20 to baruna weapon just to try it out but seems baruna weapons cant be awaken/bless..is there a chance for that to happen?

tried following this guide: https://forum.ragezone.com/f651/make-baruna-weapons-awakeable-803732/
but the codes doesnt exist on one of those pages.
randomoption.cpp and delete the red part, or you can change all the BARUNA_D part to "=" if im not wrong in specs_item
Code:
int CRandomOptionProperty::GetRandomOptionKind( CItemElem* pItemElem )
{
    ItemProp* pProp        = pItemElem->GetProp();
    switch( pProp->dwParts )
    {
        case PARTS_UPPER_BODY:
        case PARTS_RWEAPON:
        case PARTS_SHIELD:
#if __VER >= 12 // __J12_0
        // °¢¼º °¡´É ÆÄÃ÷ Ãß°¡
        case PARTS_HAND:    // ¼Õ
        case PARTS_FOOT:    // ¹ß
        case PARTS_CAP:        // ¸Ó¸®
#endif    // __J12_0
[COLOR=#ff0000]#ifdef __NEW_ITEM_VARUNA[/COLOR]
            {
[COLOR=#ff0000]                if( pItemElem->GetProp()->IsBaruna() )
                    return -1;
                else[/COLOR]
                    return static_cast<int>( eAwakening );
            }
[COLOR=#ff0000]#endif // __NEW_ITEM_VARUNA[/COLOR]
        case PARTS_CLOTH:
        case PARTS_CLOAK:
#if __VER >= 12 // __J12_0
        case PARTS_HAT:        // °Ñ¿Ê ¸Ó¸®
 
Junior Spellweaver
Joined
Oct 10, 2021
Messages
108
Reaction score
5
randomoption.cpp and delete the red part, or you can change all the BARUNA_D part to "=" if im not wrong in specs_item
Code:
int CRandomOptionProperty::GetRandomOptionKind( CItemElem* pItemElem )
{
    ItemProp* pProp        = pItemElem->GetProp();
    switch( pProp->dwParts )
    {
        case PARTS_UPPER_BODY:
        case PARTS_RWEAPON:
        case PARTS_SHIELD:
#if __VER >= 12 // __J12_0
        // °¢¼º °¡´É ÆÄÃ÷ Ãß°¡
        case PARTS_HAND:    // ¼Õ
        case PARTS_FOOT:    // ¹ß
        case PARTS_CAP:        // ¸Ó¸®
#endif    // __J12_0
[COLOR=#ff0000]#ifdef __NEW_ITEM_VARUNA[/COLOR]
            {
[COLOR=#ff0000]                if( pItemElem->GetProp()->IsBaruna() )
                    return -1;
                else[/COLOR]
                    return static_cast<int>( eAwakening );
            }
[COLOR=#ff0000]#endif // __NEW_ITEM_VARUNA[/COLOR]
        case PARTS_CLOTH:
        case PARTS_CLOAK:
#if __VER >= 12 // __J12_0
        case PARTS_HAT:        // °Ñ¿Ê ¸Ó¸®

tyvm tried your suggestion and it worked! but baruna cant be pierced using /Piercing command? is there also a method for accessories thats like this?
 
Junior Spellweaver
Joined
Sep 29, 2021
Messages
133
Reaction score
26
tyvm tried your suggestion and it worked! but baruna cant be pierced using /Piercing command? is there also a method for accessories thats like this?
i still dont know about upgradable baruna, i just change all baruna weapon into ultimate
 
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
Just want to report a mini bug for Friendship (A)-(B) with the Opposite Description and can't even pick the online player in your friend list. You have to enter the exact name before you can summon it.

 
Newbie Spellweaver
Joined
Sep 8, 2011
Messages
67
Reaction score
252
randomoption.cpp and delete the red part, or you can change all the BARUNA_D part to "=" if im not wrong in specs_item
Code:
int CRandomOptionProperty::GetRandomOptionKind( CItemElem* pItemElem )
{
[COLOR=#ff0000]
    ItemProp* pProp        = pItemElem->GetProp();
 [/color]

A pointer to the item prop is already stored here. You don't need to call GetProp() again.
 
Junior Spellweaver
Joined
Oct 10, 2021
Messages
108
Reaction score
5
i tried to add the buff of ringmaster and changed all the buffs milliseconds from 1hr to 24hours. changing all MaFl_Helper_ver12 to MaFl_Helper_ver17 in character.inc but it didnt show up. how to make it right? :/

AddMenu( MMI_DIALOG ); AddMenu( MMI_NPC_BUFF );
SetBuffSkill( SI_ASS_HEAL_PATIENCE, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_ASS_CHEER_QUICKSTEP, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_ASS_CHEER_HASTE, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_ASS_CHEER_CATSREFLEX, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_ASS_CHEER_CANNONBALL, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_ASS_CHEER_MENTALSIGN, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_ASS_CHEER_HEAPUP, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_ASS_CHEER_BEEFUP, 14, 1, 300, 8.64e+7 );

SetBuffSkill( SI_ASS_CHEER_ACCURACY, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_RIN_SQU_GEBURAHTIPHRETH, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_RIN_SUP_PROTECT, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_RIN_SUP_HOLYGUARD, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_RIN_SUP_SPIRITUREFORTUNE, 14, 1, 300, 8.64e+7 );
SetBuffSkill( SI_RIN_SUP_MERKABAHANZELRUSHA, 14, 1, 300, 8.64e+7 );
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
i tried to add the buff of ringmaster and changed all the buffs milliseconds from 1hr to 24hours. changing all MaFl_Helper_ver12 to MaFl_Helper_ver17 in character.inc but it didnt show up. how to make it right? :/

3600000 (1hr) x 24 = 86400000 (24hr)

Code:
AddMenu( MMI_DIALOG ); 
AddMenu( MMI_NPC_BUFF );
SetBuffSkill( SI_ASS_HEAL_PATIENCE, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_QUICKSTEP, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_HASTE, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_CATSREFLEX, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_CANNONBALL, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_MENTALSIGN, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_HEAPUP, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_BEEFUP, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_ACCURACY, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SQU_GEBURAHTIPHRETH, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SUP_PROTECT, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SUP_HOLYGUARD, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SUP_SPIRITUREFORTUNE, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SUP_MERKABAHANZELRUSHA, 14, 1, 300, 86400000 );
 
Junior Spellweaver
Joined
Oct 10, 2021
Messages
108
Reaction score
5
3600000 (1hr) x 24 = 86400000 (24hr)

Code:
AddMenu( MMI_DIALOG ); 
AddMenu( MMI_NPC_BUFF );
SetBuffSkill( SI_ASS_HEAL_PATIENCE, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_QUICKSTEP, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_HASTE, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_CATSREFLEX, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_CANNONBALL, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_MENTALSIGN, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_HEAPUP, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_BEEFUP, 14, 1, 300, 86400000 );
SetBuffSkill( SI_ASS_CHEER_ACCURACY, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SQU_GEBURAHTIPHRETH, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SUP_PROTECT, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SUP_HOLYGUARD, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SUP_SPIRITUREFORTUNE, 14, 1, 300, 86400000 );
SetBuffSkill( SI_RIN_SUP_MERKABAHANZELRUSHA, 14, 1, 300, 86400000 );

i just changed to 86400000, when i click "Get Buffed" it works to 24hours! thank you!

how to make the ringmaster buffs show up or take effect?the buff only shows on assist buffs
-----------------------------------------------------------------------------------------------------
edited: rm buff now showing except for SI_RIN_SQU_GEBURAHTIPHRETH, 10, 1, 300, 86400000.

how to make SI_RIN_SQU_GEBURAHTIPHRETH appear or take effect?

how to increase class self buffs from 1min to 1hour somehow?
 
Last edited:
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
i just changed to 86400000, when i click "Get Buffed" it works to 24hours! thank you!

how to make the ringmaster buffs show up or take effect?the buff only shows on assist buffs
-----------------------------------------------------------------------------------------------------
edited: rm buff now showing except for SI_RIN_SQU_GEBURAHTIPHRETH, 10, 1, 300, 86400000.

how to make SI_RIN_SQU_GEBURAHTIPHRETH appear or take effect?

how to increase class self buffs from 1min to 1hour somehow?

This really has nothing to do with my release, please make a help thread instead with all your questions.



Just want to report a mini bug for Friendship (A)-(B) with the Opposite Description and can't even pick the online player in your friend list. You have to enter the exact name before you can summon it.


You'll have to debug it out sadly.

I really have no interest in updating this release anymore.
 
Back
Top