WoWo Release Client/Server WebGame

Page 8 of 10 FirstFirst 12345678910 LastLast
Results 106 to 120 of 147
  1. #106
    Valued Member abproa is offline
    MemberRank
    Mar 2012 Join Date
    121Posts

    Re: WoWo Release Client/Server WebGame

    Because don't have picture for level 61

  2. #107
    Member hai07dv is offline
    MemberRank
    Feb 2012 Join Date
    91Posts

    Re: WoWo Release Client/Server WebGame

    level are limited in the server config. I think so

  3. #108
    Novice Stricker is offline
    MemberRank
    Apr 2012 Join Date
    3Posts

    Re: WoWo Release Client/Server WebGame

    How to edit login page, and Interface game?

  4. #109
    Member hai07dv is offline
    MemberRank
    Feb 2012 Join Date
    91Posts

    Re: WoWo Release Client/Server WebGame

    WOGameLoader.xap
    WOGameClient.xap

    and folder htdocs\wowo\ClientBin

    i think so !!

  5. #110
    Apprentice Traxxer is offline
    MemberRank
    Jan 2012 Join Date
    LondonLocation
    8Posts

    Re: WoWo Release Client/Server WebGame

    Can someone share ENG patch?
    Thank you

  6. #111
    Member msgdim is offline
    MemberRank
    Jul 2009 Join Date
    52Posts

    Re: WoWo Release Client/Server WebGame

    All interface-related strings are in xaml in WOGameUI.dll in xap files.
    You can edit this using hex editor, or edit freely if you have this game's Silverlight application source,
    because WOGameUI.dll was automatically generated when export Silverlight application, so can't edit outside.

    Quote Originally Posted by abproa View Post

    What TXT file is the "[he thong]"(Chat Channel Type) string in the chat box in above picture stored in?
    What TXT file is the "[Caceer]"(Task Type) string in the task window in above picture stored in?
    and last question...
    What TXT file is the "Di den noi chuyen voi <NPC Name>" (Task Description) string in the task window in above picture stored in?


    I can't find them.

  7. #112
    Valued Member abproa is offline
    MemberRank
    Mar 2012 Join Date
    121Posts

    Re: WoWo Release Client/Server WebGame

    Like you say it store in .xap file I just rebuild the WoGameLoader.dll with vietnamese language
    I use reflection to get source code and fix some small bug to rebuild.

  8. #113
    Is this game is the latest version of official wowo?

  9. #114
    Valued Member abproa is offline
    MemberRank
    Mar 2012 Join Date
    121Posts

    Re: WoWo Release Client/Server WebGame

    no it isn't

  10. #115
    Novice nxrighthere is offline
    MemberRank
    Oct 2009 Join Date
    1Posts

    Re: WoWo Release Client/Server WebGame

    Quote Originally Posted by abproa View Post
    I use reflection to get source code and fix some small bug to rebuild.
    .NET Reflector?

  11. #116
    Enthusiast darkanon is offline
    MemberRank
    Apr 2009 Join Date
    38Posts

    Re: WoWo Release Client/Server WebGame

    1.png
    Thats what my server looks like.


    Here is my logs.

    WOWOLoginServer
    Code:
    2012-05-12 06:54:12 com.zhongyou.wowo.loginserver.configs.Config.load(Config.java:107) 
    INFO: Loading: ./config/network.properties
    2012-05-12 06:54:12 com.zhongyou.wowo.loginserver.configs.Config.load(Config.java:108) 
    INFO: Loading: ./config/database.properties
    2012-05-12 06:54:13 com.zhongyou.wowo.loginserver.GameServerTable.load(GameServerTable.java:49) 
    INFO: GameServerTable loaded 3 registered GameServers.
    2012-05-12 06:54:13 com.zhongyou.core.network.NioServer.startServer(NioServer.java:56) 
    INFO: Server listening on all available IPs on Port 8888 for [LoginGateServer NetServer]
    2012-05-12 06:54:13 com.zhongyou.core.network.NioServer.startServer(NioServer.java:61) 
    INFO: Server listening on IP: 127.0.0.1 Port 9014 for [GameServer NetServer]
    2012-05-12 06:54:13 com.zhongyou.core.network.NioServer.startServer(NioServer.java:56) 
    INFO: Server listening on all available IPs on Port 4503 for [Gm NetServer]
    2012-05-12 06:54:13 com.zhongyou.wowo.loginserver.LoginServer.main(LoginServer.java:125) 
    INFO: Startup LoginServer Complete!
    2012-05-12 06:54:14 org.mortbay.log.Slf4jLog.info(Slf4jLog.java:67) 
    INFO: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
    2012-05-12 06:54:14 org.mortbay.log.Slf4jLog.info(Slf4jLog.java:67) 
    INFO: jetty-6.1.22
    2012-05-12 06:54:15 org.mortbay.log.Slf4jLog.info(Slf4jLog.java:67) 
    INFO: Opened C:\wowo\WOWOLoginServer\log\http\2012_05_12.request.log
    2012-05-12 06:54:15 org.mortbay.log.Slf4jLog.info(Slf4jLog.java:67) 
    INFO: Started SelectChannelConnector@0.0.0.0:8080
    2012-05-12 06:54:15 com.zhongyou.wowo.httpserver.HttpServer.start(HttpServer.java:78) 
    INFO: Http Server started.
    2012-05-12 06:54:15 com.zhongyou.wowo.loginserver.LoginServer.main(LoginServer.java:167) 
    INFO: Startup HttpServer Complete!
    2012-05-12 06:55:34 com.zhongyou.wowo.loginserver.handler.GateProtocolHandler.sessionCreated(GateProtocolHandler.java:26) 
    INFO: Login Gate :/127.0.0.1:52224 connected.
    2012-05-12 06:55:59 com.zhongyou.wowo.loginserver.network.gameserver.GsConnection.<init>(GsConnection.java:54) 
    INFO: GS connection from: 127.0.0.1
    WOWOLoginGateServer
    Code:
    2012-05-12 06:55:33 com.zhongyou.wowo.logingateserver.configs.Config.load(Config.java:58) 
    INFO: Loading: ./config/network.properties
    2012-05-12 06:55:33 com.zhongyou.core.network.NioServer.startServer(NioServer.java:56) 
    INFO: Server listening on all available IPs on Port 4502 for [Client NetServer]
    2012-05-12 06:55:33 com.zhongyou.wowo.logingateserver.LoginGateServer.main(LoginGateServer.java:177) 
    INFO: Login Gate Server Startup complete.
    2012-05-12 06:55:33 com.zhongyou.wowo.logingateserver.task.LoginServerConnectTask.go(LoginServerConnectTask.java:27) 
    INFO: LoginGateServer offline, connect...
    2012-05-12 06:55:34 com.zhongyou.wowo.logingateserver.task.LoginServerConnectTask.go(LoginServerConnectTask.java:31) 
    INFO: Connected LoginGateServer.
    WOWOGameServer
    Code:
    2012-05-12 06:55:38 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:178) 
    INFO: Start up WOWO Game Server...
    2012-05-12 06:55:38 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:179) 
    INFO: Load Config...
    2012-05-12 06:55:38 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:181) 
    INFO: Load Message Resources...
    2012-05-12 06:55:38 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:184) 
    INFO: init World...
    2012-05-12 06:55:38 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:192) 
    INFO: Load Shop...
    2012-05-12 06:55:39 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:195) 
    INFO: Load Mall...
    2012-05-12 06:55:40 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:198) 
    INFO: Load Gang...
    2012-05-12 06:55:40 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:202) 
    INFO: Load Auction...
    2012-05-12 06:55:40 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:205) 
    INFO: Load Mail...
    2012-05-12 06:55:40 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:209) 
    INFO: Load Model Data...
    2012-05-12 06:55:44 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:231) 
    INFO: Load Map...
    2012-05-12 06:55:44 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:238) 
    INFO: Load Mission...
    2012-05-12 06:55:44 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:244) 
    INFO: Load Arena Top...
    2012-05-12 06:55:44 com.zhongyou.wowo.gameserver.ArenaConfig.load(ArenaConfig.java:87) 
    INFO: Loading: config/arenaconfig.properties
    2012-05-12 06:55:44 com.zhongyou.core.script.SkyScriptEngineManager.<init>(SkyScriptEngineManager.java:112) 
    INFO: Initializing Script Engine Manager
    2012-05-12 06:55:44 com.zhongyou.core.script.SkyScriptEngineManager.<init>(SkyScriptEngineManager.java:152) 
    INFO: Script Engine: java 1.6 - Language: java - Language Version: 1.6
    2012-05-12 06:55:44 com.zhongyou.core.script.SkyScriptEngineManager.<init>(SkyScriptEngineManager.java:152) 
    INFO: Script Engine: Mozilla Rhino 1.6 release 2 - Language: ECMAScript - Language Version: 1.6
    2012-05-12 06:55:44 com.zhongyou.core.script.SkyScriptEngineManager.loadAllPyScript(SkyScriptEngineManager.java:254) 
    INFO: Executing All Scripts In Directory: C:\wowo\WOWOGameServer\data\scripts...
    2012-05-12 06:55:57 com.zhongyou.core.script.SkyScriptEngineManager.loadAllPyScript(SkyScriptEngineManager.java:256) 
    INFO: Execute Scripts(C:\wowo\WOWOGameServer\data\scripts) Done.
    2012-05-12 06:55:58 org.apache.commons.vfs.VfsLog.info(VfsLog.java:122) 
    INFO: Using "C:\Users\ADMINI~1\AppData\Local\Temp\2\vfs_cache" as temporary files store.
    2012-05-12 06:55:59 com.zhongyou.core.network.NioServer.startServer(NioServer.java:56) 
    INFO: Server listening on all available IPs on Port 4506 for [GameServer NetServer]
    2012-05-12 06:55:59 com.zhongyou.wowo.gameserver.task.LoginServerConnectTask.go(LoginServerConnectTask.java:35) 
    INFO: GameServer offline, connect...
    2012-05-12 06:55:59 com.zhongyou.wowo.status.Status.<init>(Status.java:85) 
    INFO: Telnet StatusServer started successfully, listening on Port: 1985
    2012-05-12 06:55:59 com.zhongyou.wowo.gameserver.GameServer.main(GameServer.java:320) 
    INFO: Game Server started in 21 seconds. free memory 845Mb of 910Mb. used memory: 64MB.
    2012-05-12 06:55:59 com.zhongyou.wowo.gameserver.task.LoginServerConnectTask.go(LoginServerConnectTask.java:39) 
    INFO: Connected GameServer.
    2012-05-12 06:56:28 com.zhongyou.wowo.gameserver.task.MaintenanceTask.go(MaintenanceTask.java:25) 
    INFO: player and gang data save and mailList refresh ...
    2012-05-12 06:56:29 com.zhongyou.wowo.gameserver.task.MaintenanceTask.go(MaintenanceTask.java:38) 
    INFO: save game data and mailList refresh done!
    I've changed my server.xml

    Website looks like this:
    2.jpg
    Attached Thumbnails Attached Thumbnails 2.jpg  

  12. #117
    Member msgdim is offline
    MemberRank
    Jul 2009 Join Date
    52Posts

    Re: WoWo Release Client/Server WebGame

    Quote Originally Posted by darkanon View Post
    ...
    It shown because it can't find login server with its default server name (登陆服务器). So you should edit only IP, don't touch server name in CilentBin\Resources\Conf\server.xml (or something like this, I am not sure).

    Quote Originally Posted by xDragonZer View Post
    Is this game is the latest version of official wowo?
    It's 2011-05-16 version.

    Quote Originally Posted by nxrighthere View Post
    .NET Reflector?
    Great reply! Thanks for information.

  13. #118
    Valued Member abproa is offline
    MemberRank
    Mar 2012 Join Date
    121Posts

    Re: WoWo Release Client/Server WebGame

    But you can't translate some message
    Last edited by abproa; 13-05-12 at 12:22 PM.

  14. #119
    Apprentice sunbingames is offline
    MemberRank
    Apr 2012 Join Date
    8Posts

    Re: WoWo Release Client/Server WebGame

    hello abproa !

    you Research the wowo webgames~ WoGameLoader.dll can Change language?

    my name is sunbin~! i come from china~

  15. #120
    Valued Member abproa is offline
    MemberRank
    Mar 2012 Join Date
    121Posts

    Re: WoWo Release Client/Server WebGame

    Quote Originally Posted by sunbingames View Post
    hello abproa !

    you Research the wowo webgames~ WoGameLoader.dll can Change language?

    my name is sunbin~! i come from china~
    Yes you can change language but you need to rebuild this



Advertisement