itoothbrush 发表于 2018-8-2 16:41:45

系统必须得是ulinx的才可以么?
客户端的花能不能在虚拟机下运行的啊?

song-iopq 发表于 2018-8-19 22:26:33

是哪个版本的技能端呢

xiaohuei 发表于 2018-8-21 02:18:17

可以的~谢谢分享。

wl3282161702 发表于 2018-9-19 00:09:39

djxiao 发表于 2017-11-28 09:22
虚拟机服务器端:链接:http://pan.baidu.com/s/1i5RCAk1 密码:vxo9
客户端:链接:http://pan.baidu.com ...

请问为什么解压输入密码会出错

wl3282161702 发表于 2018-9-19 08:17:56

请问输入密码解压到一半会出现错误

神秘海域 发表于 2018-10-31 21:42:37

收藏了给楼主顶贴~感谢分享

dugubird 发表于 2018-12-20 12:03:11

小白,看到这些都很懵逼,慢慢学......谢谢楼主的分享

yh521hy 发表于 2018-12-24 21:38:59

能不能发个其他网盘啊,

断指轩辕 发表于 2019-4-6 14:29:42

完全看不懂弄哪里?和楼主的编译器版本一样,内容不一样啊,有好心人说说改哪里吗?
package gui
{
   import morn.core.components.Dialog;
   import morn.core.components.List;
   
   public class ServerListUI extends Dialog
   {
      
      protected static var uiView:XML = <Dialog width="640" height="480">
                          <Image url="png.xy2uiimg.server_bg" visible="true" x="0" y="0" width="641" height="480"/>
                          <Image x="43" y="21" url="png.xy2uiimg.b_1" name="b0" mouseEnabled="false" visible="true"/>
                          <Image x="43" y="21" url="png.xy2uiimg.b_2" name="b1" mouseEnabled="false" visible="false"/>
                          <Image x="43" y="21" url="png.xy2uiimg.b_3" name="b2" mouseEnabled="false" visible="false"/>
                          <Image x="43" y="21" url="png.xy2uiimg.b_4" name="b3" mouseEnabled="false" visible="false"/>
                          <Image x="43" y="21" url="png.xy2uiimg.b_5" name="b4" mouseEnabled="false" visible="false"/>
                          <List x="59" y="84" repeatX="5" repeatY="8" spaceX="4" spaceY="10" var="list">
                          <Box name="render" buttonMode="true">
                              <Image x="3" y="24" width="95" height="4" mouseEnabled="false" url="png.xy2uiimg.l_bg"/>
                              <Image sizeGrid="4,4,4,16" width="100" height="30" url="png.xy2uiimg.server_name"/>
                              <Label text="缘定三生(1区)" x="3" y="3" width="92" height="20" align="center" mouseEnabled="false" name="name"/>
                          </Box>
                          </List>
                          <Button skin="png.button.btn_tj" x="83" y="19" name="0"/>
                          <Button skin="png.button.btn_tg" x="180" y="20" name="1" disabled="true"/>
                          <Button skin="png.button.btn_rg" x="278" y="20" name="2" disabled="true"/>
                          <Button skin="png.button.btn_dg" x="376" y="19" name="3" disabled="true"/>
                          <Button skin="png.button.btn_mg" x="473" y="19" name="4" disabled="true"/>
                          <Button skin="png.button.btn_back" x="438" y="433" name="返回"/>
                        </Dialog>;
      
      public var list:List = null;
      
      public function ServerListUI()
      {
         super();
      }
      
      override protected function createChildren() : void
      {
         super.createChildren();
         createView(uiView);
      }
   }
}

断指轩辕 发表于 2019-4-6 15:02:39

楼主漏呢一步,gui,uilogic,SelectUser,中间少呢一步,多找呢半小时,然后找到以后还是不会改。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。这玩意也太难呢吧
package gui.uilogic
{
   import gui.SelectUI;
   import morn.core.components.Component;
   import morn.core.components.Label;
   import flash.events.MouseEvent;
   import core.net.NetManager;
   import morn.core.handlers.Handler;
   
   public class SelectUser extends SelectUI
   {
      
      public static var instance:gui.uilogic.SelectUser = new gui.uilogic.SelectUser();
      
      private var Color:Array;
      
      private var DB:Object = null;
      
      public function SelectUser()
      {
         Color = ;
         super();
         list.array = [];
         list.renderHandler = new Handler(initdata);
         list.changeHandler = new Handler(listClick);
         addEventListener("click",OnClick);
      }
      
      override public function show(param1:Boolean = false) : void
      {
      }
      
      public function Show(param1:Object) : void
      {
         super.show(true);
         DB = param1;
         list.array = param1.list;
         lvl.text = "";
         sex.text = "";
         race.text = "";
         head.url = "png.comp.blank";
      }
      
      private function initdata(param1:Component, param2:int) : void
      {
         var _loc3_:* = null;
         var _loc4_:Label = param1.getChildByName("name") as Label;
         if(_loc4_ != null)
         {
            _loc4_.text = list.array.name;
            _loc3_ = list.array.lvl.split("转");
            _loc4_.color = Color)];
         }
      }
      
      private function listClick(param1:String, param2:int) : void
      {
         lvl.text = list.array.lvl;
         var _loc3_:Array = list.array.lvl.split("转");
         lvl.color = Color)];
         var _loc4_:int = int(list.array.id % 10000 / 1000) * 1000;
         if(1000 !== _loc4_)
         {
            if(2000 === _loc4_)
            {
               sex.text = "女";
            }
         }
         else
         {
            sex.text = "男";
         }
         sex.color = Color)];
         switch(int(list.array.id / 10000) - 1)
         {
            case 0:
               race.text = "人";
               break;
            case 1:
               race.text = "魔";
               break;
            case 2:
               race.text = "仙";
               break;
            case 3:
               race.text = "鬼";
         }
         race.color = Color)];
         head.url = "ui/img/head/b" + list.array.id + ".png";
      }
      
      private function OnClick(param1:MouseEvent) : void
      {
         var _loc2_:* = param1.target.name;
         if("进入" !== _loc2_)
         {
            if("创建" === _loc2_)
            {
               CreateUser.instance.Show(DB);
            }
         }
         else if(list.selectedItem != null)
         {
            NetManager.getinstance().SendEnterGame(list.selectedItem.name);
         }
      }
   }
}

jiwuligege01 发表于 2019-7-19 16:05:47

# chmod -R 777/root
chmod: "777/root" 后缺少操作数
请尝试执行"chmod --help"来获取更多信息。

jiwuligege01 发表于 2019-7-19 16:50:28


# cd /root
#
# ./xy.sh
0. 启动mongodb
1. 启动GM GS GW Web
2. 重启GS GW
3. 在线人数
4. 关闭mongodb
5. 关闭GM GS GW Web
0
开始启动数据库
# 2019-07-19T16:40:47.507+0800 I CONTROL MongoDB starting : pid=2715 port=2007 dbpath=./data 64-bit host=localhost.localdomain
2019-07-19T16:40:47.507+0800 I CONTROL db version v3.4.4
2019-07-19T16:40:47.507+0800 I CONTROL git version: 888390515874a9debd1b6c5d36559ca86b44babd
2019-07-19T16:40:47.507+0800 I CONTROL allocator: tcmalloc
2019-07-19T16:40:47.507+0800 I CONTROL modules: none
2019-07-19T16:40:47.507+0800 I CONTROL build environment:
2019-07-19T16:40:47.507+0800 I CONTROL   distarch: x86_64
2019-07-19T16:40:47.507+0800 I CONTROL   target_arch: x86_64
2019-07-19T16:40:47.507+0800 I CONTROL options: { net: { port: 2007 }, security: { authorization: "enabled" }, storage: { dbPath: "./data" } }
2019-07-19T16:40:47.512+0800 I STORAGE exception in initAndListen: 98 Unable to lock file: ./data/mongod.lock Resource temporarily unavailable. Is a mongod instance already running?, terminating
2019-07-19T16:40:47.512+0800 I NETWORK shutdown: going to close listening sockets...
2019-07-19T16:40:47.512+0800 I NETWORK shutdown: going to flush diaglog...
2019-07-19T16:40:47.512+0800 I CONTROL now exiting
2019-07-19T16:40:47.512+0800 I CONTROL shutting down with code:100

# cd /root
#
# ./xy.sh
0. 启动mongodb
1. 启动GM GS GW Web
2. 重启GS GW
3. 在线人数
4. 关闭mongodb
5. 关闭GM GS GW Web
1
开始启动GM GS GW Web
2017年 05月 16日 星期二 13:33:10 EDT
GM服务器 启动.
GS服务器 启动.
panic: listen tcp 127.0.0.1:9101: bind: address already in use

goroutine 17 :
net/rpc/rpcserver.(*RPCServer).Init(0xc4201004f0, 0xc4201004a0, 0xe, 0x782f04, 0x2, 0x7575c0, 0x945da0)
      C:/MyWork/PkGameServer/server/src/net/rpc/rpcserver/rpcserver.go:16 +0x114
created by main.main
      C:/MyWork/PkGameServer/server/src/GW/main.go:52 +0x59a
./xy.sh: line 15:2739 已杀死               ./Path
19 Jul 16:42:12 ntpdate: step time server 120.25.108.11 offset 68569686.481358 sec
#

# chmod -R 777 /root
#


这样算架设成功了吗。。点进入游戏还是没反应。。

28614761 发表于 2020-2-15 22:05:23


楼主端口设置多少啊?还有就是点进入没反应

yxflzxc 发表于 2020-2-16 15:25:29

谁有公益服召唤兽技能打造3分2追或者3追2分的方法,求[email protected] 谢谢了

yaska0a 发表于 2020-2-19 22:02:08

谢谢分享。

renyuepotter 发表于 2020-5-2 09:04:05

这游戏试玩会员不能转生是什么意思?需要改东西还是要花钱

8343923 发表于 2020-5-2 09:57:36

每天萌萌哒~~
页: 1 2 3 4 5 6 7 8 [9]
查看完整版本: 大话技能端

本站内容如若侵犯到您的权益,请来电来函告知,我们会尽快处理!
联系QQ:1953150286,2251387361,123784736,免责申明