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!

RPG Unity3d - Black Wing Blade 2 - Source Code

Initiate Mage
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

I made a utility for reading .ydat files. Enjoy!
Я сделал утилиту, для чтения .ydat файлов. Пользуйтесь!


djbadboys38 - RPG Unity3d - Black Wing Blade 2 - Source Code - RaGEZONE Forums
 
Skilled Illusionist
Joined
Sep 24, 2012
Messages
370
Reaction score
49
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Problem modifity the ydat.
You utility s.... ??????.
 
Initiate Mage
Joined
Oct 22, 2013
Messages
75
Reaction score
2
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

ho wo fix map 281
 
Initiate Mage
Joined
Oct 22, 2013
Messages
75
Reaction score
2
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Servers seem to be the source (and collected)
 
Initiate Mage
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Made a new version of my utilities!
You can now:
- to open .ydat files in tables
- edit individual cells
- write back in .ydat file.

added: English interface language, and the message about the process.

=========

Сделал новую версию моей утилиты!
Теперь вы можете:
- открывать .ydat файлы, в виде таблиц
- редактировать отдельные ячейки
- записывать обратно в .ydat файл.

добавлен английский язык интерфейса, и мессаджи о процессе.

 
Initiate Mage
Joined
Jan 16, 2017
Messages
22
Reaction score
1
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

guys anyone elaborate this


2, when the server starts the game in a property you want to add to startup items gameserver, the main function is Server: Server 3, please pay attention to modify the database connection configuration, and hibernate.cfg.xml, hibernateDarkSword2.cfg.xml, playerbehavior.cfg.xml this three files into the database password you want to change the settings of 4, but if you start successfully telnet nowhere port, found the code "String ip = addr.getHostAddress (). toString () or search for" // get the machine IP "look under IP, because the server is connected to the internal configuration will not read too BT, so use 127.0.0.1 is not enough. If you are using the IP 127.0.0.1, please change your code at.



//////////////////////////////////////////////////////////////////////////////////////////
i got error in eclipse

2017-01-18 17:54:51-[ZM] [INFO] [Thread:main Class:server.Server] - Wed Jan 18 17:54:51 PST 20172017-01-18 17:54:52-[ZM] [WARN] [Thread:main Class:net.sf.ehcache.config.ConfigurationFactory] - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:ct/GameServer/lib/ehcache-1.5.0.jar!/ehcache-failsafe.xml



how to import database guys?
 
Initiate Mage
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

how to import database guys?

- You need to install Navicat.
- connect to the server ( where MySQL DB is located).
- Using Navicat to import .sgl files in the database.
 
Initiate Mage
Joined
Mar 29, 2012
Messages
73
Reaction score
6
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

- You need to install Navicat.
- connect to the server ( where MySQL DB is located).
- Using Navicat to import .sgl files in the database.
i just import the database and same error

 
Initiate Mage
Joined
Mar 29, 2012
Messages
73
Reaction score
6
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

What is the error? Where are the screenshots?


here's my error.

below the attached screenshot

PHP:
2017-01-19 01:51:17-[ZM] [INFO] [Thread:main Class:server.Server] - Thu Jan 19 01:51:17 PST 2017
2017-01-19 01:51:26-[ZM] [WARN] [Thread:main Class:net.sf.ehcache.config.ConfigurationFactory] - No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath: jar:file:/C:/Users/VAPERS/Desktop/UnityProject/GameServer/lib/ehcache-1.5.0.jar!/ehcache-failsafe.xml
2017-01-19 01:53:54-[ZM] [ERROR] [Thread:main Class:org.hibernate.util.JDBCExceptionReporter] - Connections could not be acquired from the underlying database!
Exception in thread "main" org.hibernate.exception.GenericJDBCException: Cannot open connection
	at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
	at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
	at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
	at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
	at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426)
	at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
	at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:119)
	at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57)
	at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1326)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.hibernate.context.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:301)
	at com.sun.proxy.$Proxy2.beginTransaction(Unknown Source)
	at db.GenericHibernateDAO.list(GenericHibernateDAO.java:239)
	at db.GenericHibernateDAO.GetList(GenericHibernateDAO.java:393)
	at hibernateUtil.MaplevelDao.GetMaplevelIDList(MaplevelDao.java:20)
	at game.World.initMaps(World.java:49)
	at game.World.start(World.java:28)
	at server.Server.init(Server.java:137)
	at server.Server.main(Server.java:213)
Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
	at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
	at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
	at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:56)
	at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423)
	... 17 more
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
	at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
	at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
	at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
	... 20 more
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

here's my error.

below the attached screenshot
Strange... some error JAVA server... I only have Unity3d and C# work. But I have not run a server of this game, because I have no external IP. But in the beginning of this topic, the person wrote how to start, and the game works!
 
Initiate Mage
Joined
Oct 22, 2013
Messages
75
Reaction score
2
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

ho wo fix map 281 ?
 
Skilled Illusionist
Joined
Sep 24, 2012
Messages
370
Reaction score
49
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Mimi Neko NICE!
add plizz new function! new line in table !

emo02 ->
GameServer\config ->

Please pay attention to modify the database connection configuration, and hibernate.cfg.xml, hibernateDarkSword2.cfg.xml, playerbehavior.cfg.xml


Troxex

my server log(START NORMAL) - >
2017-01-20 09:48:29-[ZM] [INFO] [Thread:main Class:server.Server] - Fri Jan 20 09:48:29 EET 2017
2017-01-20 09:48:30-[ZM] [WARN] [Thread:main Class:net.sf.ehcache.config.ConfigurationFactory] - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Users/Zvilna/Desktop/Jauna%20mape%20(4)/GameServer/lib/ehcache-1.5.0.jar!/ehcache-failsafe.xml
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:platform.AppConfig] - Init LogicServer Connector:192.168.1.100:9988
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:platform.AppConfigLogic] - ------------size:32
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:platform.AppConfigLogic] - ¶ĮČ?ĖłÓŠGMŠÅĻ¢³É¹¦-----------------
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:platform.AppConfig] - ¹«¹²Źż¾ŻÅäÖĆxml¶ĮČ?Ķź³É---
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<·žĪńĘ÷µŚŅ»ŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - <·žĪńĘ÷µŚŅ»ŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<0>ĢõŹż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<¹«»įŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - <¹«»įŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<15>ĢõŹż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<ČŁÓžŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - <ČŁÓžŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<64>ĢõŹż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<³ĘŗÅŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - <³ĘŗÅŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<22>ĢõŹż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<µŲĶ¼ŠÅĻ¢ŅŌmapidĪŖ¼üÖµ>Źż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - <µŲĶ¼ŠÅĻ¢ŅŌmapidĪŖ¼üÖµ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<86>ĢõŹż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<µŲĶ¼ŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - <µŲĶ¼ŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<86>ĢõŹż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<Ąń°üŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - <Ąń°üŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<84>ĢõŹż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<Ö§ø¶ŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:34-[ZM] [INFO] [Thread:main Class:public.PublicData] - <Ö§ø¶ŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<0>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<¹«¹²ČĪĪń>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <¹«¹²ČĪĪń>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<441>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?ĪļĘ·ĮŠ±ķ(itemIDĪŖĖ÷Ņż)>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?ĪļĘ·ĮŠ±ķ(itemIDĪŖĖ÷Ņż)>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<221>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?ĪļĘ·ĮŠ±ķ(IDĪŖĖ÷Ņż)>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?ĪļĘ·ĮŠ±ķ(IDĪŖĖ÷Ņż)>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<221>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<¹«¹²Åä·½ŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <¹«¹²Åä·½ŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<134>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<¹«¹²Åä·½ŠÅĻ¢ŅŌBlueprintIDĪŖ¼üÖµ>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <¹«¹²Åä·½ŠÅĻ¢ŅŌBlueprintIDĪŖ¼üÖµ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<134>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?ÉĢĘ·ĮŠ±ķ>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?ÉĢĘ·ĮŠ±ķ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<22>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?×°±øŠÅĻ¢ĮŠ±ķ>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?×°±øŠÅĻ¢ĮŠ±ķ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<3>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?Ą§Ä§ĖžŠÅĻ¢ĮŠ±ķ>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?Ą§Ä§ĖžŠÅĻ¢ĮŠ±ķ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<30>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?Õ½³?ŠÅĻ¢ĮŠ±ķ>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?Õ½³?ŠÅĻ¢ĮŠ±ķ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<3>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?»ī¶ÆŠÅĻ¢ĮŠ±ķ>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?»ī¶ÆŠÅĻ¢ĮŠ±ķ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<31>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?ÅÄĀōŠŠĮŠ±ķ>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?ÅÄĀōŠŠĮŠ±ķ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<8>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<¹«¹²VIPŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - <¹«¹²VIPŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<10>ĢõŹż¾Ż
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - 10------------------------------
2017-01-20 09:48:35-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<»ńČ?¶Ņ»»ĀėĮŠ±ķ>Źż¾Ż
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:public.PublicData] - <»ńČ?¶Ņ»»ĀėĮŠ±ķ>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<17919>ĢõŹż¾Ż
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:public.PublicData] - 17919------------------------------
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<×°±ø²š·ÖŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:public.PublicData] - <×°±ø²š·ÖŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<80>ĢõŹż¾Ż
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:public.PublicData] - æŖŹ¼ŹÕ¼Æ<×°±øĒæ»ÆŠÅĻ¢>Źż¾Ż
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:public.PublicData] - <×°±øĒæ»ÆŠÅĻ¢>Źż¾ŻČ«²æ¶ĮČ?Ķź³É£¬¹²<250>ĢõŹż¾Ż
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:public.PlayerPublicFun] - ČÕ³£ČżČĪĪńĖ¢ŠĀĶź±Ļ£?£?£?3
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:public.PublicData] - ·žĪńĘ÷ÖŲĘō×ØÓĆ¼ĒĀ¼½ńČÕ³äÖµČĖŹż£ŗ----0
2017-01-20 09:48:36-[ZM] [INFO] [Thread:main Class:playerInfo.PlayerInfoCache] - ------------------------æŖŹ¼¶ĮČ?ĖłÓŠĶę¼ŅŠÅĻ¢
2017-01-20 09:49:06-[ZM] [INFO] [Thread:main Class:playerInfo.PlayerInfoCache] - ------------------------¶ĮČ?ĖłÓŠĶę¼ŅŠÅĻ¢Ķź³É£¬¹²8217ĢõŹż¾Ż
2017-01-20 09:51:31-[ZM] [INFO] [Thread:main Class:platform.LogicServerConnect] - Current Config LogicServer Num :1
2017-01-20 09:51:31-[ZM] [INFO] [Thread:main Class:platform.LogicServerConnect] - Attempt Connect LogicServer--192.168.1.100:9988
2017-01-20 09:51:31-[ZM] [INFO] [Thread:AutoSave Class:game.ObjectAccessor] - [AUTOSAVE]ROUND[0]
Server now listening on port 31216
2017-01-20 09:51:31-[ZM] [INFO] [Thread:main Class:server.Server] - Login Thread Pool Size 100 Prepared Ok!
2017-01-20 09:51:31-[ZM] [INFO] [Thread:Thread-6 Class:auction.BlackMarket] - ŗŚŹŠÅÄĀō³öŅ»¼žĪļĘ·£ŗ2146422221212000000000000,01
2017-01-20 09:51:31-[ZM] [INFO] [Thread:main Class:io.DirectClientSessionService] - Mina Server is Listing on:= 192.168.1.100:9998
2017-01-20 09:51:31-[ZM] [INFO] [Thread:main Class:io.SrvClientSessionService] - Mina SrvServer is Listing on:= 192.168.1.100:9988
2017-01-20 09:51:31-[ZM] [INFO] [Thread:main Class:server.Server] - Started Ok
2017-01-20 09:51:31-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================181747
2017-01-20 09:51:31-[ZM] [INFO] [Thread:NioProcessor-2 Class:platform.ConnectListener] - IoFutureListener<ConnectFuture> isConnected 192.168.1.100:9988
2017-01-20 09:51:32-[ZM] [INFO] [Thread:NioProcessor-18 Class:io.SrvClientSessionService] - SrvĮ¬½Ó½ØĮ¢£ŗClientIP:192.168.1.100
2017-01-20 09:51:32-[ZM] [INFO] [Thread:Thread-26 Class:packethandler.LoginPlayerHandler] - ·¢ĖĶGameVersion:ClientIP192.168.1.100
2017-01-20 09:51:32-[ZM] [INFO] [Thread:Thread-26 Class:io.ClientSessionUpdater] - Ōö¼ÓIP:192.168.1.100,++++++++++++++++++++++++++Į¬½ÓŹżĮæ++++++++++++++++++++++++++++1

2017-01-20 09:51:33-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================148
2017-01-20 09:51:33-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================107
2017-01-20 09:51:33-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================147
2017-01-20 09:51:33-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================125
2017-01-20 09:51:33-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================128
2017-01-20 09:51:34-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================130
2017-01-20 09:51:34-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================101
2017-01-20 09:51:34-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================116
2017-01-20 09:51:34-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================106
2017-01-20 09:51:34-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================104
2017-01-20 09:51:34-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================213
2017-01-20 09:51:35-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================107
2017-01-20 09:51:35-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================104
2017-01-20 09:51:35-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================236
2017-01-20 09:51:35-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================155
2017-01-20 09:51:35-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================108
2017-01-20 09:51:35-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================118
2017-01-20 09:51:36-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================118
2017-01-20 09:51:36-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================170
2017-01-20 09:51:36-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================112
2017-01-20 09:51:36-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================130
2017-01-20 09:51:37-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================134
2017-01-20 09:51:37-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================138
2017-01-20 09:51:38-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================117
2017-01-20 09:51:41-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================114
2017-01-20 09:51:41-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================153
2017-01-20 09:51:41-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================148
2017-01-20 09:51:42-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================263
2017-01-20 09:51:42-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================249
2017-01-20 09:51:42-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================254
2017-01-20 09:51:42-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================137
2017-01-20 09:51:43-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================114
2017-01-20 09:51:43-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================120
2017-01-20 09:51:44-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================136
2017-01-20 09:51:44-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================113
2017-01-20 09:51:44-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================146
2017-01-20 09:51:44-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================148
2017-01-20 09:51:45-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================137
2017-01-20 09:51:45-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================101
2017-01-20 09:51:46-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================178
2017-01-20 09:51:46-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================171
2017-01-20 09:51:46-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================106
2017-01-20 09:51:46-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================168
2017-01-20 09:51:47-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================113
2017-01-20 09:51:47-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================184
2017-01-20 09:51:47-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================108
2017-01-20 09:51:47-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================110
2017-01-20 09:51:52-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================121
2017-01-20 09:51:53-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================111
2017-01-20 09:51:53-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================102
2017-01-20 09:51:54-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================117
2017-01-20 09:51:54-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================106
2017-01-20 09:51:54-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================263
2017-01-20 09:51:55-[ZM] [INFO] [Thread:Thread-26 Class:server.Server] - ================Cycle too long:=========================173
 
Last edited:
Initiate Mage
Joined
Nov 10, 2013
Messages
81
Reaction score
1
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

got error still loading

PHP:
System.NullReferenceException: Object reference not set to an instance of an object  at YuanUnityPhoton.ThreadReadTable (System.Object sender, System.EventArgs e) [0x00010] in C:\Users\Desktop\UnityProject\CreationWar_NewClient\Assets\Plugins\Code\C#\Server\YuanUnityPhoton.cs:557

PHP:
2017-01-20 01:11:42-[ZM] [INFO] [Thread:NioSocketConnector-1 Class:platform.ConnectListener] - IoFutureListener<ConnectFuture> reConnecting 127.0.0.1:99882017-01-20 01:11:43-[ZM] [INFO] [Thread:NioSocketConnector-1 Class:platform.ConnectListener] - IoFutureListener<ConnectFuture> notConnected 127.0.0.1:99882017-01-20 01:11:46-[ZM] [INFO] [Thread:NioSocketConnector-1 Class:platform.ConnectListener] - IoFutureListener<ConnectFuture> reConnecting 127.0.0.1:99882017-01-20 01:11:47-[ZM] [INFO] [Thread:NioSocketConnector-1 Class:platform.ConnectListener] - IoFutureListener<ConnectFuture> notConnected 127.0.0.1:99882017-01-20 01:11:50-[ZM] [INFO] [Thread:NioSocketConnector-1 Class:platform.ConnectListener] - IoFutureListener<ConnectFuture> reConnecting 127.0.0.1:9988
 
Skilled Illusionist
Joined
Sep 24, 2012
Messages
370
Reaction score
49
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

you program work good! Mimi Neko you program ydat not open full ?

mysql db darksword2 -> task -> tables 441
you progaram task(Records of table 448 ) - > your program will display as 92 tables. i need all tables.

281 map fix need 485 table.
 
Last edited:
Initiate Mage
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

you program work good! @Mimi Neko you program ydat not open full ?

mysql db darksword2 -> task -> tables 581
you progaram task(Records of table 448 ) - > your program will display as 92 tables. i need all tables.

281 map fix need 485 table.

- Probably that is the file .ydat is not complete or does not comply with MySQL database. By the way, files .ydat several. need to try others.
When I was doing my program, I also noticed that deserializes not everything that is loaded from a file.
I also noticed that in table "task", it seems some kind of mistake or failure, at which it is interrupted, and this place fails the output table in the program. for this failure, the table konchaetsya.
I'll be hearing from it later.

281 card - most likely it is the card named Map271!
In the folder "Scenes", missing file Map271.unity, but there is a folder Map271 to this file with the map files and LightMap NawMesh.
- Then the scene Map271.unity was, but someone removed...
It's missing a few scenes!
Project game NOT full! Someone has removed part of the card that nobody will be able to make the full game.



mysql db darksword2 -> task -> tables 581
you progaram task(Records of table 448 ) - > your program will display as 92 tables. i need all tables.

281 map fix need 485 table.

 
Back
Top