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!

My v19 source + download

Junior Spellweaver
Joined
Jun 7, 2012
Messages
183
Reaction score
40
How to extract the Resource? Ehrm sorry. Newbie here. But when i DL'ed it it's a 001 file, Like Resource.7z.001 and when I rename it it's corrupted
 
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
I guess you didnt look good enough.


OTHER DOWNLOADs

RESOURCE:
resource part 1
resource part 2
resource part 3

*OBS:The resource is divided into 3 parts, join parties with hjsplit.exe;
hjsplit.exe
 
Newbie Spellweaver
Joined
Feb 1, 2012
Messages
11
Reaction score
0
I guess you didnt look good enough.


OTHER DOWNLOADs

RESOURCE:
resource part 1
resource part 2
resource part 3

*OBS:The resource is divided into 3 parts, join parties with hjsplit.exe;
hjsplit.exe

You wouldn't happen to have the Script file for these files would you Raven? ^_^
 
Newbie Spellweaver
Joined
Mar 5, 2014
Messages
6
Reaction score
0
please watch this, can you determine what version of flyff?



https://www.youtube.com/watch?v=lelgHCaX25A , sir Do you have any idea of what version of flyff in the tutorial vid? please share me thanks
 
Owner
Loyal Member
Joined
May 13, 2011
Messages
1,497
Reaction score
157
please watch this, can you determine what version of flyff?



, sir Do you have any idea of what version of flyff in the tutorial vid? please share me thanks

No we cant determine what version this is. Cause he doesnt show the VersionCommon.h from the source.
 
Junior Spellweaver
Joined
Aug 5, 2011
Messages
169
Reaction score
7
Since it's been ages that adeilson released the last update, I'm going to leave here my Output and Program folders (from the source) with small edits. I used his UPDATE_3 source. I was really sad when I saw the "Item Transmutation" menu in the NPC but it wasn't working... so I had to put my effort to add it (I am really nab, no kidding).

You PRO guys can skip your eyes from my post since this is mainly made for newbies like me ('cause I havent made anything good at all)... the only things that I implemented are the following:
#define __LOOKCHANGE (transmutation)
#define __BS_CONSOLE (expanded gm console)
and the lame night system lol hahaha xD

Since there are many people like me, I felt that I should contribute to the community, even if I don't have any special skills or good files, but at least to help newcomers to have a funny server... and the item transmutation certainly makes the server way more funny!

Download Link:
Just replace the folders in your Source folder.

I already compiled the source so just put the .exe's in your program folder and the neuz in your client folder.

Virus Total:

Execute the following in the SQL:
BEGIN TRAN

USE [CHARACTER_01_DBF]

UPDATE [BASE_VALUE_TBL] SET [m_Inventory] = '0,502,0,0,,1,0,9000000,0,0,0,0,0,0,0,0,0,-1/1,2801,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,-1/2,4805,0,0,,5,0,0,0,0,0,0,0,0,0,0,0,-1/42,506,0,0,,1,0,5850000,0,0,0,0,0,0,0,0,0,-1/43,510,0,0,,1,0,4500000,0,0,0,0,0,0,0,0,0,-1/44,21,0,0,,1,0,7200000,0,0,0,0,0,0,0,0,0,-1/45,2800,0,0,,3,0,0,0,0,0,0,0,0,0,0,0,-1/$' WHERE g_nSex = '0'
UPDATE [BASE_VALUE_TBL] SET [m_Inventory] = '0,504,0,0,,1,0,9000000,0,0,0,0,0,0,0,0,0,-1/1,2801,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,-1/2,4805,0,0,,5,0,0,0,0,0,0,0,0,0,0,0,-1/42,508,0,0,,1,0,5850000,0,0,0,0,0,0,0,0,0,-1/43,512,0,0,,1,0,4500000,0,0,0,0,0,0,0,0,0,-1/44,21,0,0,,1,0,7200000,0,0,0,0,0,0,0,0,0,-1/45,2800,0,0,,3,0,0,0,0,0,0,0,0,0,0,0,-1/$' WHERE g_nSex = '1'

ROLLBACK

Credits:
WurstbrotQT (epvp)
Equisol (for helping me in the help section)
raventh1984 (for helping me in the help section)
Cuvvvie (for helping me in the help section)
Mootie (for helping me in the help section)

I hope that some people will enjoy it as much as I do. :)

I'm sorry if this is too nab lol xD
 
Newbie Spellweaver
Joined
Oct 7, 2008
Messages
69
Reaction score
0
ty adeilson and chicorafael this exactly what i was looking for. now to get it all up and runing hopefully. Yea has been awhile since yhid was updated think they teased of update 4 some time this year on epvpers.
 
Newbie Spellweaver
Joined
Oct 7, 2008
Messages
69
Reaction score
0
use this official v19 haveing bit issues getting up myself
 
Newbie Spellweaver
Joined
Apr 30, 2014
Messages
8
Reaction score
0
can someone help me when logs in my more than 10 people wolrdsever or database server serv, the two closes alone. when I compile I can not also open the database and wolrd programs that appeared after the compilation .. Please help me
 
Newbie Spellweaver
Joined
Oct 7, 2008
Messages
69
Reaction score
0
ok haveing bit of client problems server side thing everythings ok heres a screen and logs

client screenshot gets stucking on connecting the crashes with flaris music playing.
bu - My v19 source + download - RaGEZONE Forums

client logs
View attachment network_20150303.txtView attachment error_20150303.txt

server logs which i think are normal
View attachment error_20150303.txt
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jun 6, 2014
Messages
1
Reaction score
0
Hi! i have a problem :( plz help x)

 
Newbie Spellweaver
Joined
May 26, 2015
Messages
85
Reaction score
4
Since it's been ages that adeilson released the last update, I'm going to leave here my Output and Program folders (from the source) with small edits. I used his UPDATE_3 source. I was really sad when I saw the "Item Transmutation" menu in the NPC but it wasn't working... so I had to put my effort to add it (I am really nab, no kidding).

You PRO guys can skip your eyes from my post since this is mainly made for newbies like me ('cause I havent made anything good at all)... the only things that I implemented are the following:
#define __LOOKCHANGE (transmutation)
#define __BS_CONSOLE (expanded gm console)
and the lame night system lol hahaha xD

Since there are many people like me, I felt that I should contribute to the community, even if I don't have any special skills or good files, but at least to help newcomers to have a funny server... and the item transmutation certainly makes the server way more funny!

Download Link:
Just replace the folders in your Source folder.

I already compiled the source so just put the .exe's in your program folder and the neuz in your client folder.

Virus Total:

Execute the following in the SQL:
BEGIN TRAN

USE [CHARACTER_01_DBF]

UPDATE [BASE_VALUE_TBL] SET [m_Inventory] = '0,502,0,0,,1,0,9000000,0,0,0,0,0,0,0,0,0,-1/1,2801,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,-1/2,4805,0,0,,5,0,0,0,0,0,0,0,0,0,0,0,-1/42,506,0,0,,1,0,5850000,0,0,0,0,0,0,0,0,0,-1/43,510,0,0,,1,0,4500000,0,0,0,0,0,0,0,0,0,-1/44,21,0,0,,1,0,7200000,0,0,0,0,0,0,0,0,0,-1/45,2800,0,0,,3,0,0,0,0,0,0,0,0,0,0,0,-1/$' WHERE g_nSex = '0'
UPDATE [BASE_VALUE_TBL] SET [m_Inventory] = '0,504,0,0,,1,0,9000000,0,0,0,0,0,0,0,0,0,-1/1,2801,0,0,,1,0,0,0,0,0,0,0,0,0,0,0,-1/2,4805,0,0,,5,0,0,0,0,0,0,0,0,0,0,0,-1/42,508,0,0,,1,0,5850000,0,0,0,0,0,0,0,0,0,-1/43,512,0,0,,1,0,4500000,0,0,0,0,0,0,0,0,0,-1/44,21,0,0,,1,0,7200000,0,0,0,0,0,0,0,0,0,-1/45,2800,0,0,,3,0,0,0,0,0,0,0,0,0,0,0,-1/$' WHERE g_nSex = '1'

ROLLBACK

Credits:
WurstbrotQT (epvp)
Equisol (for helping me in the help section)
raventh1984 (for helping me in the help section)
Cuvvvie (for helping me in the help section)
Mootie (for helping me in the help section)

I hope that some people will enjoy it as much as I do. :)

I'm sorry if this is too nab lol xD
Can tell me what database compatible with this ?
Btw thanks for this :D
 
Newbie Spellweaver
Joined
Sep 20, 2013
Messages
83
Reaction score
3
Looking for people who could setup V19 on Dedicated Server !


Interested contact me on skype : Pray_1
 
Back
Top