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!

v19 theme flyff

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 23, 2020
Messages
85
Reaction score
3
I'm finishing up my project that I started some time ago, due to many bugs found and ghost dc, thank you so much to the RageZone community for always helping me.

I'm downloading this server for a fresh start: [VS19] V18 Files (Retail Content & V19 Formats)

I would like to know which source I can copy the v19 theme and which #define I should copy
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
I'm finishing up my project that I started some time ago, due to many bugs found and ghost dc, thank you so much to the RageZone community for always helping me.

I'm downloading this server for a fresh start: [VS19] V18 Files (Retail Content & V19 Formats)

I would like to know which source I can copy the v19 theme and which #define I should copy

https://forum.ragezone.com/f457/flyff-1191526/

Code:
#if __VER >= 19
#define	__NEW_TASKBAR_V19							//| V19 - Taskbar										[Ok]
#define	__NAVIGATOR_V19								//| V19 - Minimap										[Ok]
#define	__FLY_COUPON								//| V19 - Coupon FlyForFun								[Ok]
#define	__TARGET_INF_V19							//| V19 - Infos. de la cible							[Ok]
#define	__NEW_EXCHANGE_V19							//| V19 - Echange NPC									[Ok]
#define	__MADRIGAL_GIFT_POINT						//| V19 - Cadeaux des dieux								[Ok]
#define	__MARKET_TELEPORT_V19						//| V19 - Téléportation vers le marché					[Ok]
#define	__ELLDIN_POTION								//| V19 - Potion d'Eldine								[Ok]
#define	__OPTION_EX									//| V19 - Options										[Ok]
#endif // __VER >= 19
 
Upvote 0
Newbie Spellweaver
Joined
Aug 29, 2021
Messages
16
Reaction score
2
[QUOTE = Ketchup; 9083070] https://forum.ragezone.com/f457/flyff-1191526/

[código]
#if __VER> = 19
#define __NEW_TASKBAR_V19 // | V19 - Barra de tareas [Ok]
#define __NAVIGATOR_V19 // | V19 - Minimapa [Ok]
#define __FLY_COUPON // | V19 - Cupón FlyForFun [Ok]
#define __TARGET_INF_V19 // | V19 - Infos. de la cible [Ok]
#define __NEW_EXCHANGE_V19 // | V19 - Echange NPC [Ok]
#define __MADRIGAL_GIFT_POINT // | V19 - Regalos de los dioses [Ok]
#define __MARKET_TELEPORT_V19 // | V19 - Teletransportarse al mercado [Ok]
#define __ELLDIN_POTION // | V19 - Poción de Eldine [Ok]
#define __OPTION_EX // | V19 - Opciones [Ok]
#endif // __VER> = 19
[/ code] [/ QUOTE]

Please could you help me, I want to know if there is a guide how to copy a system from any external source

kikolindo - v19 theme flyff - RaGEZONE Forums


















 
Upvote 0
Newbie Spellweaver
Joined
Aug 29, 2021
Messages
16
Reaction score
2
Copy/paste

sorry my english i am using the translator.

Of course I understand very well what is copy and paste but how is it that I get the addresses that I must copy although it is true I only have #define theme tasbark v19 where I should go, I am not very new to this, nor would I want them to give me everything at hand but if a guide like this and then do it on my own
 
Upvote 0
Skilled Illusionist
Joined
Apr 21, 2010
Messages
378
Reaction score
96
sorry my english i am using the translator.

Of course I understand very well what is copy and paste but how is it that I get the addresses that I must copy although it is true I only have #define theme tasbark v19 where I should go, I am not very new to this, nor would I want them to give me everything at hand but if a guide like this and then do it on my own

Open the source, CTRL + SHIFT + F, search for the define like: __NEW_TASKBAR_V19

Copy/paste all those #ifdef / #endif stuff

Basic stuff.. Wish you well with everything you do with it. Don't expect much, if you already need a guide on how to copy/paste stuff...
 
Upvote 0
Status
Not open for further replies.
Back
Top