搜索
 找回密码
 加入

国际版的USKO自建,下载的文件=> Loginserver 和 ebenezer,(已更新了另外2个文件)

ctgwglzc 2008-4-28 10:09:28 8188
源文地址:http://forum.ragezone.com/f107/knight-online-emulator-rofd-378330/

下载的文件=> Loginserver 和 ebenezer++++==>
http://rapidshare.com/files/103649625/emulator.rar.html
http://pickup.mofile.com/1539956797848787
和USKO国际客户端,请自已找,到处都有

TB_USER要重设置表...

  1. Kod:

  2. strAccountID varchar 21  
  3. strPasswd varchar 13
  4. strSocNo char 15
  5. accountban int
  6. ppcard int
  7. ppbittimi int
复制代码
Kod:
  
--早前matrix1536上传此文件于土尔其论坛,这里感谢他的分享...以下为ACCOUNT_LOGIN存储过程

  1. CREATE PROCEDURE ACCOUNT_LOGIN
  2. @AccountID varchar(21),
  3. @Password varchar(13),  
  4. @nRet smallint OUTPUT

  5. AS

  6. select @nRet=count(*) from tb_user where straccountid=@AccountID  
  7. if @nRet=0
  8. begin
  9. insert into tb_user values (@AccountID , @Password , 1 , 1 , 1 ,1)   
  10. set @nRet=1
  11. RETURN
  12. end   

  13. DECLARE @Nero tinyint, @PlayerTurk smallint, @Lethe int, @Vipspawn int , @matrix1536 int
  14. SET @Nero = 0
  15. SET @PlayerTurk = 0

  16. DECLARE @pwd varchar(13)  

  17. SET @pwd = null

  18. SELECT @matrix1536=accountban,@Vipspawn=ppcard,@Lethe=ppb ittimi,@pwd = strPasswd FROM [dbo].[TB_USER] WHERE strAccountID = @AccountID
  19. IF @pwd IS null
  20. BEGIN
  21. SET @nRet = 2
  22. RETURN
  23. END  

  24. ELSE IF @pwd <> @Password
  25. BEGIN
  26. SET @nRet = 3
  27. RETURN
  28. END

  29. IF @Vipspawn=0
  30. begin
  31. set @nRet=11
  32. RETURN
  33. end
  34. IF @Lethe = 0 :  
  35. begin   
  36. set @nRet=12
  37. RETURN
  38. end  
  39. IF @matrix1536=0
  40. begin
  41. set @nRet=4
  42. RETURN
  43. end   

  44. select @nRet=count(*) from currentuser where straccountid=@AccountID

  45. IF @nRet>0   
  46. begin
  47. set @nRet=5
  48. RETURN
  49. end


  50. SELECT @Nero = bNation, @PlayerTurk = bCharNum FROM ACCOUNT_CHAR WHERE strAccountID = @AccountID
  51. IF @@ROWCOUNT = 0
  52. BEGIN
  53. SET @nRet = 1
  54. RETURN
  55. END
  56. IF @PlayerTurk = 0
  57. BEGIN
  58. SET @nRet = 1
  59. RETURN
  60. END
  61. ELSE
  62. BEGIN
  63. SET @nRet = 1
  64. RETURN
  65. END
复制代码
((((((to make this work you need sql 2000)))))))

40 回复

ctgwglzc
2008-4-28 09:48:52
楼主
点击查看详情





ctgwglzc
2008-4-28 09:53:36
楼主

USKO_SERVER.rar

http://pickup.mofile.com/1806285429722411

2.8M USKO_SERVER.rar


原文如下:
RapidShare: 1-Click Webhosting => here is the link.
download this one.. Old one was bugged

just restore that database as "kn_online" and change version to 1522.
Use the exe i gave u and get in game..
高手飘过
2008-4-28 09:54:54
3.0的端?怎么就2个程式啊
ctgwglzc
2008-4-28 10:00:23
楼主
原帖由 高手飘过 于 2008-4-28 09:54 发表
3.0的端?怎么就2个程式啊

其他的找马服的凑合下看看咋样
高手飘过
2008-4-28 10:02:01
连INI文件都没能直接开起的不太会用..
高手飘过
2008-4-28 10:03:21
有待研究~~
yl941
2008-4-28 10:04:59
进度这么快,1299还没搞好,国际服的又出来了
瞎子
2008-4-28 10:07:22
哇!骑士风暴呀...
709394
2008-4-28 10:09:28
顶起!向3.0进军!
12345下一页
高级模式
游客