吾爱尚玩资源基地

标题: 一个WOW私服单机设置炉石点的命令系统 [打印本页]

作者: admin    时间: 2016-5-4 22:43
标题: 一个WOW私服单机设置炉石点的命令系统
这个是TrinityCore魔兽世界私服的 一个命令脚本!里面包含两个GM命令,这些命令也可以给普通玩家使用

This script gives the user a command, .hearth. You can do .hearth go (to goto the place your hearthstone is set) and .hearth set to set your hearthstone! I haven't seen one of these before, so I decided to make one for fun. Hopefully this helps someone

你可以给普通玩家使用这两个命令,一个是.hearth go  这个是返回你的炉石点! 另一个是.hearth set 就是设置这里是你的炉石点!

。。。。。。。。。


看看代码
    ChatCommand* GetCommands() const
    {
        static ChatCommand recallCommandTable[] =
        {
                { "go",     SEC_PLAYER,     true,  &HandleRecallGoCommand,       "", NULL },
                { "set",    SEC_PLAYER,     false, &HandleRecallSetCommand      "", NULL },
                { NULL,     0,              false, NULL,                        "", NULL }
        };

        static ChatCommand commandTable[] =
        {
            { "hearth", SEC_PLAYER,     true,  NULL, "", recallCommandTable},
            { NULL,     0,              false, NULL, "", NULL }
        };

        return commandTable;
    }


全部代码在这里



作者: 精神病    时间: 2020-6-26 10:53
主要是在哪里修改~~~~
作者: 牛牛2020    时间: 2020-7-12 13:44
感谢分享!!!!!
作者: 680926    时间: 2020-9-11 09:26
gdfghfghfgh
作者: huicomic    时间: 2020-12-8 19:29
一个WOW私服单机设置炉石点的命令系统
作者: cc627430236    时间: 2020-12-10 18:28
楼主好棒,终于找到需要的了!有需求就来吾爱尚玩!
作者: test1234test    时间: 2021-1-6 10:44
谢谢大佬分享
作者: a2727839    时间: 2021-10-21 03:45
学习
作者: letver    时间: 2021-11-3 14:31
来学习的,支持523
作者: f00000    时间: 2021-11-22 04:15
感谢楼主分享,这个代码要怎么用?
作者: luokaiwa15    时间: 2021-11-22 16:12
求详细教程,感谢楼主
作者: wshjf2019    时间: 2022-1-27 10:38

楼主好棒,终于找到需要的了!有需求就来吾爱尚玩!
作者: hshuai2018    时间: 2022-7-4 06:31
66666666666666666666666666666666666
作者: dizhiaolj    时间: 2022-9-10 08:41
一个WOW私服单机设置炉石点的命令系统
作者: gicutting    时间: 2022-10-19 15:20
一个WOW私服单机设置炉石点的命令系统
作者: 无聊想念    时间: 2022-10-23 18:02
感谢大佬分享,愿523play越来越好!
作者: 双刀探花    时间: 2023-2-14 19:24
感谢分享




欢迎光临 吾爱尚玩资源基地 (http://bbs.523play.com/) Powered by Discuz! X3.4