How to switch back to intergreated windows authentication??
I really need help.
Printable View
any clues on this one guys ?
http://puu.sh/3oA5
http://puu.sh/3ozl
http://puu.sh/3oHb
http://puu.sh/3oHd
http://puu.sh/3oHf
http://puu.sh/3oHg
http://puu.sh/3oHm
http://puu.sh/3oHv
http://puu.sh/3oHy
pritty much did everything i seen on here to try to fix and still nothing mabeh its somthing to do with the configs? i don't know
Other then that all the other stuff worked fine for me no errors nothing just had to google and watch a few vids along side it so great guide just this problem is stoping me now xD
2011/ 7/17 09:07:47 CDbManager::UpdateGuildRanking¿¡¼ (RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ
2011/ 7/17 09:08:09 OP: 1106383, 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/ 7/17 09:08:12 OP: 3519, 0.0, 0.0, 3518.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
2011/ 7/17 09:08:16 OP: 3644, 0.0, 0.0, 0.0, 0.0, 0.0, 3643.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
2011/ 7/17 09:29:16 rCnt=1
7.WorldServer.exe caused an EXCEPTION_ACCESS_VIOLATION in module kernel32.dll at 0023:75C2139D
- Registers
EAX=FFFFFFFF EBX=00000000 ECX=FFFFFFF5 EDX=048A04B4 ESI=048A04B4
EDI=048A0058 EBP=0018FE80 ESP=0018FE48 EIP=75C2139D FLG=00010286
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
0023:75C2139D (0x048A04B4 0x00000004 0x00000000 0x005D93CD) kernel32.dll
0023:0053E4CB (0x00000000 0x00000000 0x00000000 0x00000000) 7.WorldServer.exe
Error with worldserver
I have team viewer if any1 wants to help me on that
Neuz.exe download is dead
HI I want to know how can I make a PK server
Thanks in advance
I have a question please, I have done everything but i have also deleted my character SQL (way) because for some reason when i tried to delete him by pin, it said "oops wrong pin" so i deleted him from SQL but now when i try to re-create him it says, the character's name is already in use? ;s what do i gotta delete In order to re-make him again please ;p
Nvm Fixed It was bankpin issue =)
why when i open the neuzunique.exe it opens a flyff windows and when i point my cursor in the flyff windows it crash/not responding please help me thanks ...
theres any server running at linux OS ?
Or how to do it?
Neuz link is dead Plz update
A big thanks for this awesome guide!!!
Guys u just need to follow the steps correctly .
Thx again for this great job :)
Anyways....
No clue why this was closed/dumped as the guide is the main part not the links. With a simple search query you can find the files you need.
Looks like someone listened to my voice <3
Anyone have that admin query? dead link is dead
Anyone can upload the repacks? Links are dead and I need these files for my new v15 server. If anyone has, please share it to me/us. Will really appreciate it and for our forum.
These thread is one of the most important thread in the section though, hard to get it lost.
Links are dead, any new links?
Plop ragezoner ...
The MediaFire link works well.
i upload the pack on RapidShare :
https://rapidshare.com/files/4247875...ack.part01.rar
https://rapidshare.com/files/3392499...ack.part02.rar
https://rapidshare.com/files/2577367...ack.part03.rar
https://rapidshare.com/files/2567017...ack.part04.rar
https://rapidshare.com/files/8822088...ack.part05.rar
https://rapidshare.com/files/3729036...ack.part06.rar
@lordcasquenor, thanks alot bro, I am not the only one gonna use this even others will. Atm, I really need these files because I am starting my clean source testing.
Again, thanks alot ^^
Hey, so i had my server running perfectly, able to login and everything. And i was think i want to change it up to v18 or v17? No one has really put up some links so i can make the switch. If ANYONE has them can you send them to me @ rivermcdonald@gmail.com or please post them in the release section?
- Thank you
@thefore1990 - yeah, that's what I am gonna do it as well mate. hope someone will help you for upgrading it :) or someone will share 'how to switch it to v17/18/etc'
i was able to start the game and everything went smoothly with this guide, my only problem is when i add cash points in account.tbl mssql, it doesn't appear in-game so i'm not able to buy from the cash shop.
what i do is go to dbo.account.tbl then edit top 200 rows, change the cash on my account. nothing happens when i do this.
thanks in advance for the help.
Quote:
Now its ODBC time, open up run.exe and type in odbcad32.exe
and hit run.
Nevermind. Found it...
If you're running a Vista/W7 OS and have issues on this, go to your search and type in ODBC
It should instantly come up.
Everything else has been going smoothly, so I'd like to take the time to thank you for taking your time to post this guide.
Edit:
Also, just had a little trouble finding the scripts for creating the account, so here they are:
Navigate to Databases\ACCOUNT_DBF
Click New Query in the upper left corner and run this script as is:
Click Execute. Close and restart.Code:SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[createaccount]
@account VARCHAR(15),
@password VARCHAR(32)
AS
SET NOCOUNT ON
DECLARE @DateActivated AS CHAR(8)
IF NOT EXISTS (SELECT account FROM ACCOUNT_TBL WHERE account = @account) BEGIN
INSERT INTO ACCOUNT_TBL (account, [password], id_no2, isuse, member, realname)
VALUES (@account, @password, @password, 'T', 'A', 'F')
SET @DateActivated = CONVERT(CHAR(8), GETDATE()-1, 112 ) --Is the date today - 1
--UPDATE ACCOUNT_TBL_DETAIL SET BlockTime = @DateYesterday WHERE account = @userid
--INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
-- VALUES (@account, 'A000', '2', 'F', GETDATE(), '20990101', '20990101', '20050101', 'O')
INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
VALUES (@account, 'A000', '2', 'F', GETDATE(), @DateActivated, '20990101', '20050101', 'O')
END
Open MSSSQL again and do the same as before except copy + paste this script
DO NOT execute it yet!
Where 'user' is, put in your username you would like to createCode:USE [ACCOUNT_DBF]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[createaccount]
@account = N'user',
@password = N'pass in md5(serus+pass)'
SELECT 'Return Value' = @return_value
GO
Where 'pass' is, type in the md5hash gen: serus+Your password here
so an example like in the tutorial would be:
serusadmin
serus is the Salt, it is REQUIRED in the hash.
admin is your password. So when you log in, all you need to type for your password is admin or whatever you entered. You do NOT need to type serus.
Clears things up? I guess so. I'm new to this and the tutorial was already understandable.
can i ask something where is the serverfiles?sory im newbie