-
Re: v15 In-Depth Setup Guide /w Support
2011/ 3/21 07:59:31 FileName propItem.txt(5766) : MI_PET_MOCOMOCI Not Found. : MI_PET_MOCOMOCI 350 = _NONE = = = = = = = = = = = = = = = = = = = = = = = = = =
2011/ 3/21 07:59:41 CDbManager::UpdateGuildRanking¿¡¼ (RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ
2011/ 3/21 08:31:09 FileName mdlDyna.inc(28458) : MTI_ATK5_??? Not Found. : MTI_ATK5_??? : ?? 04
"GenStand" MTI_STAND_04
//"AtkStand-01"
2011/ 3/21 08:31:09 FileName mdlDyna.inc(28458) : ?? Not Found. : ?? 04
"GenStand" MTI_STAND_04
//"AtkStand-01" MTI_IDLE1_04
2011/ 3/21 08:33:08 TRANS : is not alive
2011/ 3/21 08:46:57 FileName mdlDyna.inc(28458) : MTI_ATK5_??? Not Found. : MTI_ATK5_??? : ?? 04
"GenStand" MTI_STAND_04
//"AtkStand-01"
2011/ 3/21 08:46:57 FileName mdlDyna.inc(28458) : ?? Not Found. : ?? 04
"GenStand" MTI_STAND_04
//"AtkStand-01" MTI_IDLE1_04
2011/ 3/21 08:48:56 TRANS : is not alive
ERROR
-
Re: v15 In-Depth Setup Guide /w Support
my bad regarding the database, last problem is adding things up to my server.. worldserver crashes whenever i try to use the updated v15 files, all files in the updated res and maps, etc...
i tried to use the data res files from the client to the resource folder and still the world server crashes, there's no error log for it so i can't find the cause of the problem but i think it has something to do with items and maps (i guess?)..
not very sure with the maps..
Quote:
2011/ 3/22 10:46:08 rCnt=1
7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module kernel32.dll at 001B:754DBB2D, SetLastError()+0037 byte(s)
- Registers
EAX=FFFFFFFF EBX=00000000 ECX=FFFFFFF5 EDX=03BFF294 ESI=03BFF294
EDI=03BFEE38 EBP=0012FE80 ESP=0012FE48 EIP=754DBB2D FLG=00010286
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000
001B:754DBB2D (0x03BFF294 0x00000004 0x00000000 0x005D93CD) kernel32.dll, SetLastError()+0037 byte(s)
001B:0053E4CB (0x00000000 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe
in the quote area, that is the error i encountered and i don't know why? my server is properly setup but due to the updates that i'm trying to do and add that error came..
note: i've already deleted all my filed, re-extracted the files and re-setup.. same thing goes..
-
Re: v15 In-Depth Setup Guide /w Support
Hi guys, please help me ..
How Should i do this :
*Editing ini's to make others online
*When DataBaseserver.exe is opened, nothing happens.
*CoreServer.exe Not Responding = error.txt "No transserver connect"
-
Re: v15 In-Depth Setup Guide /w Support
This will work for MSSQL 2008 R2 and Windows 2008 R2 Right?
-
Re: v15 In-Depth Setup Guide /w Support
guys can some body help me about my problem regarding on my private server ?
my server works fine and i can enter the world but when i try to use a gm command /lv Blade 2 100 like this is just say lvl up and its say welcome to the world of vagrants ? then it stay on lvl 2 or lvl 1 pls help me with this bug thanks
-
Re: v15 In-Depth Setup Guide /w Support
Quote:
Originally Posted by
grim03
guys can some body help me about my problem regarding on my private server ?
my server works fine and i can enter the world but when i try to use a gm command /lv Blade 2 100 like this is just say lvl up and its say welcome to the world of vagrants ? then it stay on lvl 2 or lvl 1 pls help me with this bug thanks
/level Blade 100 2 = lvl 100 blade Hero
/level Blade 100 1 = lvl 100 blade Master
/level Blade 100 = lvl 100 blade
-
Re: v15 In-Depth Setup Guide /w Support
Add linked server "RANKING"
Code:
exec sys.sp_addlinkedserver 'RANKING', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'RANKING_DBF'
exec sys.sp_serveroption @server='RANKING', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='RANKING', @optname='rpc out', @optvalue='true'Add linked server "ACCOUNT"
Code:
exec sys.sp_addlinkedserver 'ACCOUNT', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'ACCOUNT_DBF'
exec sys.sp_serveroption @server='ACCOUNT', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='ACCOUNT', @optname='rpc out', @optvalue='true'Add linked server "CHR01"
Code:
exec sys.sp_addlinkedserver 'CHR01', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'CHARACTER_01_DBF'
exec sys.sp_serveroption @server='CHR01', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='CHR01', @optname='rpc out', @optvalue='true'DO NOT just copy and paste then run these, you need to edit something in them, change SERVER INSTANZNAME to your instance name.
Now its ODBC time, open up run.exe and type in odbcad32.exe
and hit run.
Now ODBC should open up, Click on USER-DSN and press "ADD".
where do i put the codes?
thanks :)
-
Re: v15 In-Depth Setup Guide /w Support
open sql server and execute new query paste in the window and press execute
-
Re: v15 In-Depth Setup Guide /w Support
I'm having trouble.
I used a different Database that contained everything(i.e Repack, .bak files)
I successfully ran the server and I want to connect my htdocs in XAMPP so I can make a account.
Can you send me the Admin Query too?
Thanks.
-
Re: v15 In-Depth Setup Guide /w Support
Thanks for this useful guide!
Now, I have been trying to follow the steps in this guide and I can't seem to get my starters running. Can you help me fix this error.
I'm still trying to figure it out since this is the 1st time it happened to me.
CQuery-log file:
Code:
query:login
SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.
2011/04/09 16:56:36
query:login
SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.
2011/04/09 16:56:39
query:login
SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.
I did recheck the odbc and made sure that I made them in order. So can you give me a lil' help.
Thanks!:ott1:
-
Re: v15 In-Depth Setup Guide /w Support
Does this work with 2008 also? and the admin.zip file link is down
-
Re: v15 In-Depth Setup Guide /w Support
alright, I might sound stupid but after installing MSSQL, I cant find the management studio express anywhere, so I cant even start the server...
-
Re: v15 In-Depth Setup Guide /w Support
go to the folder in ur start menu their it should be else go to the folder in ur program files
-
Re: v15 In-Depth Setup Guide /w Support
If i wanted to portforward, which ports would i forward and in the server repack where it has the 1.accountserver and all that, which inis would i change so its my IP. any help?
-
Re: v15 In-Depth Setup Guide /w Support
The Neuz.exe link is dead could you please update or someone give me that file please? cheers.
-
Re: v15 In-Depth Setup Guide /w Support
Hey um, i dont get the 'Here is where you set your SQL DATA folder' part, what field are you talking about? I can see alot of people got it working but i need someone to be alittle more specific because i cant see where im supposed to enter 'C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\DATA'... help please!!
-
Re: v15 In-Depth Setup Guide /w Support
Help when i restore these 3 files. I got Error For EoCRM_DBF, MANAGE_DBF, RANKING_DBF
-
Re: v15 In-Depth Setup Guide /w Support
I need some help. I got this problem when I finish to work everything:
Code:
2011/ 5/ 9 21:11:00 OP: 108129931, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
2011/ 5/ 9 21:11:38 OP: 37849, 0.0, 0.0, 37848.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
2011/ 5/ 9 21:11:49 OP: 10267, 0.0, 0.0, 0.0, 0.0, 0.0, 10266.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
those errors are located on the Folders of Program, Resource, Hack etc... is a v15 server.
-
Re: v15 In-Depth Setup Guide /w Support
hi guys..
i just want to ask if the database of this files are working on MSSQL server 2008?
-
Re: v15 In-Depth Setup Guide /w Support
Okay thank you Very HelpFull, Im going to try it now, Thank you :D
-
Re: v15 In-Depth Setup Guide /w Support
lack of databases EoCRM_DBF, EoCRm_DBF_R, MANAGE_DBF, and the ODBC always says "TEST FAILED!" what can i do? please help. tnx
---------- Post added at 08:43 AM ---------- Previous post was at 08:30 AM ----------
can anybody update the details on how to create the flyff private server? please please please update. it will be a great help! tnx.
-
Re: v15 In-Depth Setup Guide /w Support
Quote:
Originally Posted by
rikimaru6600
lack of databases EoCRM_DBF, EoCRm_DBF_R, MANAGE_DBF, and the ODBC always says "TEST FAILED!" what can i do? please help. tnx
---------- Post added at 08:43 AM ---------- Previous post was at 08:30 AM ----------
can anybody update the details on how to create the flyff private server? please please please update. it will be a great help! tnx.
Next time post your help question in the HELP SECTION and not here in the release section and for the detailed guide here you go: http://forum.ragezone.com/f457/flyff...-guide-658914/
You must have searched around. XD
-
Re: v15 In-Depth Setup Guide /w Support
Hi, my server files have a problem connecting to the DB.
As soon as I run AccountServer.exe, it stops responding and this happens ;
http://i55.tinypic.com/ici5pw.jpg
I tried changing the blank spots in the AccountServer.ini
i.e. ;
leave some spots blank, change the password for the user, the user for the pass, leave the user blank,etc.
Nothing worked.
Can you help me?
Thank you.
-
Re: v15 In-Depth Setup Guide /w Support
Quote:
Originally Posted by
RoroCwalker
Hi, my server files have a problem connecting to the DB.
As soon as I run AccountServer.exe, it stops responding and this happens ;
http://i55.tinypic.com/ici5pw.jpg
I tried changing the blank spots in the AccountServer.ini
i.e. ;
leave some spots blank, change the password for the user, the user for the pass, leave the user blank,etc.
Nothing worked.
Can you help me?
Thank you.
On ODBC just put windows authentication mode instead of the one under that option.
-
Re: v15 In-Depth Setup Guide /w Support
Quote:
Originally Posted by
dvd70
On ODBC just put windows authentication mode instead of the one under that option.
If that's what you're talking about ;
http://i53.tinypic.com/nbqlo6.jpg
I used this option throughout the whole process.