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!

[Release] Compiled IGCN Season 9 Server Files

Newbie Spellweaver
Joined
Jan 6, 2013
Messages
65
Reaction score
4
already install it sir same not working



nka install na c++ pero hndi parin working..
 
Junior Spellweaver
Joined
Apr 21, 2005
Messages
182
Reaction score
6
evilek91 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums


this is only my error anyone??

evilek91 - [Release] Compiled IGCN Season 9 Server Files - RaGEZONE Forums
 
Joined
Jun 12, 2005
Messages
746
Reaction score
69
it is not normal i think. I use win 8.1 x64 and sql 2008 R2 x64 and no problem at all!
Double check again ip's!



hooneymoon, if you open the item_eng.bmd and just save it if u run main.exe do you get error for damaged item_eng.bmd?
Cause i can not edit item_eng.bmd!
 
Last edited:
Newbie Spellweaver
Joined
Nov 19, 2015
Messages
55
Reaction score
3
hooneymoon, if you open the item_eng.bmd and just save it if u run main.exe do you get error for damaged item_eng.bmd?
Cause i can not edit item_eng.bmd!

use this tool
https://mega.nz/#!U58jFR4I!Y_HnbchPAsJQaq1Lqov4NBHWXfuiOqS5t7AvgMswHy8
 
Newbie Spellweaver
Joined
Sep 2, 2007
Messages
20
Reaction score
0
guys I cant restore the databases

The sql keeps saying specified cast is not valid. (SqlManagerUI)

I tried scripts and everything... can any1 help me pls??
 
Junior Spellweaver
Joined
Feb 11, 2014
Messages
119
Reaction score
6
Guys i have a problem then i move from loren, crywolf, sometimes its just not connect. And than i try reconnect its say account already conected.
Siege server logs
User Quit without JoinServer logout-send
[Using Warp to: Noria] Fail GateNumber = 27
this 2 errors i get then warp to all regular server maps.


Some help?



guys I cant restore the databases

The sql keeps saying specified cast is not valid. (SqlManagerUI)

I tried scripts and everything... can any1 help me pls??

SQL version?
 
Junior Spellweaver
Joined
Feb 11, 2014
Messages
119
Reaction score
6


I think it's because base packed by sql 2012

Use Master
Go
RESTORE DATABASE YourDB
FROM DISK = 'C:\YourBackUpFile.bak' -check path
WITH MOVE 'YourMDFLogicalName' TO 'D:\Data\YourMDFFile.mdf',-check path
MOVE 'YourLDFLogicalName' TO 'D:\Data\YourLDFFile.ldf -check path



nothing is working.. and I cant understand why

SQL script to not work?
 
Last edited:
Newbie Spellweaver
Joined
Sep 2, 2007
Messages
20
Reaction score
0
Or try this
RESTORE DATABASE database1
FROM DISK = '\\database path\database.bak'
WITH
MOVE 'File_Data' TO 'E:\location\database.mdf',
MOVE 'file_Log' TO 'E:\location\database.ldf'





I think it's because base packed by sql 2012





SQL script to not work?

Should I change to sql 2012 express?
 
Back
Top