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!

SwordsMan Ver130

Newbie Spellweaver
Joined
Dec 1, 2003
Messages
87
Reaction score
6
DECLARE ERROR integer
exec usecash 1040,1,0,23,0,1000000,1 ERROR

still dont work

btw when i use your iweb , it doesnt work i cant search role id

java.lang.Exception: 网络连接未建立。(getRoleData)

and get this error in server all the time

err : Protocol state error. sid=497,type=80,size=95,state=
err : Protocol state error. sid=498,type=80,size=95,state=
err : Protocol state error. sid=499,type=80,size=95,state=
err : Protocol state error. sid=500,type=80,size=95,state=
 
Junior Spellweaver
Joined
Mar 1, 2012
Messages
144
Reaction score
11
TRACE : [GAuthStorage] GAuthStorage(192.168.0.20:1433)Connect Fail!!!
TRACE : [GAuthStorage] GAuthStorage(192.168.0.20:1433)Connecting...
why?
EDIT:
fixed needed to reboot server even if i changed it to mysql b4.
 
Last edited:
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,795
Reaction score
2,140
DECLARE ERROR integer
exec usecash 1040,1,0,23,0,1000000,1 ERROR

still dont work

btw when i use your iweb , it doesnt work i cant search role id

java.lang.Exception: 网络连接未建立。(getRoleData)

and get this error in server all the time

err : Protocol state error. sid=497,type=80,size=95,state=
err : Protocol state error. sid=498,type=80,size=95,state=
err : Protocol state error. sid=499,type=80,size=95,state=
err : Protocol state error. sid=500,type=80,size=95,state=

there's no iweb released for v130 version, old version of iweb don't work, i already test =)
 
Junior Spellweaver
Joined
Mar 1, 2012
Messages
144
Reaction score
11
you have to set zoneid = 1 in all gamesys configs and also on serverlist set zoneid 1
AID should be set = 23 because is the correct aid for swordsman

more exactly?
 
Junior Spellweaver
Joined
Mar 1, 2012
Messages
144
Reaction score
11
here mirror :
someone sayd link is off
 
Newbie Spellweaver
Joined
Apr 28, 2013
Messages
16
Reaction score
2
Erro

Comando SQL:
/* Navicat SQL Server Data Transfer Date: 2014-05-13 01:13:30 */ -- ---------------------------- -- Table structure for [dbo].[account] -- ---------------------------- DROP TABLE [dbo].[account] GO CREATE TABLE [dbo].[account] ( [id] int NOT NULL , [name] char(16) NOT NULL , [passwd] binary(16) NOT NULL , [creatime] datetime NOT NULL , [usertype] int NOT NULL , [now_sn] int NOT NULL ) GO -- ---------------------------- -- Records of account -- ---------------------------- -- ---------------------------- -- Table structure for [dbo].[activecode] -- ---------------------------- DROP TABLE [dbo].[activecode] GO CREATE TABLE [dbo].[activecode] (
Code:
 varchar(16) NOT NULL ) GO -- ---------------------------- -- Records of activecode -- ---------------------------- -- ---------------------------- -- Table structure for [dbo].[agentbill] -- ---------------------------- DROP TABLE [dbo].[agentbill] GO CREATE TABLE [dbo].[agentbill] [...][/COLOR]
[COLOR=#000000][B]Mensagens do MySQL : [/B][URL="http://192.168.1.38:8080/phpmyadmin/url.php?url=http://dev.mysql.com%2Fdoc%2Frefman%2F5.5%2Fen%2Ferror-messages-server.html&token=9f2117a54a00d1e5f6c970d8d6c2c0cc"][IMG]http://192.168.1.38:8080/phpmyadmin/themes/dot.gif[/IMG][/URL][/COLOR]
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[dbo].[account]
GO
CREATE TABLE [dbo].[account] (
[id] int NOT NULL ,
[name]' at line 10 [/QUOTE]

Help D:
 
Newbie Spellweaver
Joined
Oct 26, 2004
Messages
57
Reaction score
12
if you want v130 just change

version=127 to version=130 in glinkd/gamesys.conf and use v130 .exe [post in some thread] with english client or use v130 chinese client.
 
Newbie Spellweaver
Joined
Jul 11, 2014
Messages
22
Reaction score
0
In battlefield, i can not create new room. How to fix it?

Thank you.
 
Back
Top