关灯
开启左侧

Trinity-Core魔兽私服单机中锁定账号,踢玩家,等世界公告

  [复制链接]
admin实名认证 发表于 2016-4-24 17:28:50 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
 
下面是适合用在T端的代码。这里介绍一下说明

代码分成3个部分。分别对应锁定账号,踢玩家下线,沉默 这几个功能。。

你把代码替换到你的内核中就可以使用了

src/server/scripts/Commands/cs_ban.cpp  |  12 ++++++------src/server/scripts/Commands/cs_misc.cpp |  26 +++++++++++++-------------
2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/server/scripts/Commands/cs_ban.cpp b/src/server/scripts/Commands/cs_ban.cpp
index 1c0ffd4..1c152dd 100644
--- a/src/server/scripts/Commands/cs_ban.cpp
+++ b/src/server/scripts/Commands/cs_ban.cpp
@@ -221,15 +221,15 @@ class ban_commandscript : public CommandScript
          else if (mode == BAN_IP)
                        announce = "The IP '";
                    else
-                    announce = "Account '";
+                    announce = "Account ";  //第一部是
                      announce += nameOrIP.c_str();
-                    announce += "' was banned for ";
+                    announce += " was banned for ";
                      announce += durationStr;
-                    announce += " by the character '";
-                    announce += m_session->GetPlayerName();
-                    announce += "'. The reason is: ";
+                    announce += " by the character ";
+                    announce +=  handler->GetSession()->GetPlayerName();
+                    announce += ". The reason is: ";
                      announce += reasonStr;
-          HandleAnnounceCommand(announce.c_str());
+                    sWorld->SendServerMessage(SERVER_MSG_STRING, announce.c_str());//这里进行世界公告
        }

        return true;
diff --git a/src/server/scripts/Commands/cs_misc.cpp b/src/server/scripts/Commands/cs_misc.cpp
index 2082db1..76f208f 100644
--- a/src/server/scripts/Commands/cs_misc.cpp
+++ b/src/server/scripts/Commands/cs_misc.cpp
@@ -932,12 +932,12 @@ class misc_commandscript : public CommandScript

        if (sWorld->getBoolConfig(CONFIG_SHOW_KICK_IN_WORLD))
        {
-          announce = "The character '";
+          announce = "The character ";   //这里是踢玩家下线进行世界公告的
            announce += playerName.c_str();
-          announce += "' was kicked by the character '";
-          announce += m_session->GetPlayerName();
-          announce += "'.";
-          HandleAnnounceCommand(announce.c_str());
+          announce += " was kicked by the character ";
+          announce += handler->GetSession()->GetPlayerName();
+          announce += ".";
+          sWorld->SendServerMessage(SERVER_MSG_STRING, announce.c_str());//这里进行世界公告
        }

        return true;
@@ -1794,8 +1794,8 @@ class misc_commandscript : public CommandScript

        if(!muteReason)
        {
-            PSendSysMessage("You must enter a reason of mute");
-            SetSentErrorMessage(true);
+            handler->PSendSysMessage("You must enter a reason of mute");
+            handler->SetSentErrorMessage(true);
            return false;
        }

@@ -1843,15 +1843,15 @@ class misc_commandscript : public CommandScript

        if (sWorld->getBoolConfig(CONFIG_SHOW_MUTE_IN_WORLD))
        {
-            announce = "The character '";
+            announce = "The character ";
            announce += nameLink.c_str();
-            announce += "' was muted for ";
+            announce += " was muted for ";
            announce += notSpeakTime;
-            announce += " minutes by the character '";
-            announce += m_session->GetPlayerName();
-            announce += "'. The reason is: ";
+            announce += " minutes by the character ";
+            announce += handler->GetSession()->GetPlayerName();
+            announce += ". The reason is: ";
            announce += muteReasonStr.c_str();
-            HandleAnnounceCommand(announce.c_str());
+            sWorld->SendServerMessage(SERVER_MSG_STRING, announce.c_str());
        }

        return true;

 
VIP介绍
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

  • 最佳新人

    注册账号后积极发帖的会员
  • 活跃会员

    经常参与各类话题的讨论,发帖内容较有主见
  • 热心会员

    经常帮助其他会员答疑
  • 推广达人

    积极宣传本站,为本站带来更多注册会员
  • 宣传达人

    积极宣传本站,为本站带来更多的用户访问量
  • 灌水之王

    经常在论坛发帖,且发帖量较大
  • 突出贡献

    长期对论坛的繁荣而不断努力,或多次提出建设性意见
  • 优秀版主

    活跃且尽责职守的版主
  • 荣誉管理

    曾经为论坛做出突出贡献目前已离职的版主
  • 论坛元老

    为论坛做出突出贡献的会员

0关注

5粉丝

3421帖子

排行榜
作者专栏

QQ交流群&&微信订阅号

QQ交流群

微信订阅号

吾爱尚玩资源基地永久域名:

Www.523Play.Com

在线管理员QQ:1589479632

邮箱:Email@523play.com

QQ交流群:558936238

Copyright   ©2015-2116  吾爱尚玩资源基地|523play.comPowered by©523Pplay.Com技术支持:吾爱尚玩资源基地