sm

立即登录 | 账号注册

积分: 0 |用户组: 游客

搜索
服务器租用 传奇3一条龙 支付平台源码 无法下载点击此处反馈
查看: 655|回复: 1

[战神引擎] 战神引擎超级擂台比武Pk脚本完整版下载

[复制链接]

826

主题

36

回帖

23万

积分

霸王教主

积分
235297
发表于 2023-4-9 15:39:14 | 显示全部楼层 |阅读模式
战神引擎超级擂台比武Pk脚本,完整版!

  1. mapinfo里添加
  2. [lts1011 超级擂台 0] FIGHT DARK NOPOSITIONMOVE NORANDOMMOVE NORECALL NOGUILDRECALL NODEARRECALL NOMasterRECALL NORECONNECT(3)

  3. pcnpc添加NPC
  4. 红队 lts1011 62 25 红方领队 0 8 0 0
  5. 蓝队 lts1011 31 57 蓝方领队 0 8 0 0
  6. 裁判 lts1011 38 47 裁判 0 0 0 10
  7. 超级擂台 3 328 330 超级擂台 0 8 0 0
复制代码
观众循环脚本
  1. procedure AutoWatch;
  2. begin

  3. if This_Player.Getv(73,3) = 1 then //观众循环检测
  4. begin
  5.         if This_Player.MyAttackMode <> 1 then         //如果切换攻击模式则
  6.         begin
  7. //                SetG(73,3,GetG(73,3)-1);                        //观众人数减一
  8.                 This_Player.RandomFlyTo('3');                //自动传出
  9.                 This_Player.SetV(73,3,10);                        //违规观众标记
  10.                 This_Player.PlayerDialog('请不要以身试法!');
  11.                 This_Npc.NpcMapNotice('场下观众'+This_Player.Name+'违反比赛规则,被保安请出了赛场!',5);
  12.                 exit;                                                                //退出循环
  13.         end else
  14.                 if compareText(This_Player.MapName,'lts1011') <> 0 then //如果不在本地图则
  15.                 begin
  16. //                        SetG(73,3,GetG(73,3)-1);                //观众人数减一
  17.                         This_Player.SetV(73,1,0);                //蓝队员退出标记
  18.                         This_Player.SetV(73,2,0);                //红队员退出标记                               
  19.                         This_Player.SetV(73,3,0);                //观众退出标记
  20.                         exit;                                                        //退出循环
  21.                 end
  22. end

  23.         This_Player.callout(This_NPC,1,'AutoWatch');

  24. end;
复制代码
比赛开始蓝队自动上台
  1. if (GetG(73,6) = 2) and (GetG(73,11) = 1) then
  2. begin
  3. if This_Player.GetV(73,1)=1 then
  4. begin
  5. This_Player.FlyTo('lts1011',40,34);//蓝队落点
  6. This_Player.SetV(73,1,2);//蓝队上台标记
  7. end
  8. end
复制代码
红队员台下循环检测
  1. if (This_Player.Getv(73,2) = 1) and (GetG(73,11) = 0) then
  2. begin
  3.         if compareText(This_Player.MapName, 'lts1011') <> 0 then //如果不在本地图则
  4.         begin
  5.                 SetG(73,2,GetG(73,2)-1);        //红队员数减一
  6.                 This_Player.SetV(73,2,0);        //红队员退出标记
  7.                 This_Player.SetS(1,2,255);        //名字变白
  8.                 ServerSay('红队成员'+This_Player.Name+'临阵脱逃!大家鄙视他!',5);
  9.                 exit;                                                //退出循环
  10.         end
  11.         This_Player.SetS(1,2,191);//红色名字
  12. end else
  13. if (This_Player.GetV(73,2) = 2) and (GetG(73,11) = 1) then //红队员擂台循环
  14. begin
  15.         if compareText(This_Player.MapName, 'lts1011') <> 0 then //如果不在本地图则
  16.         begin
  17.                 SetG(73,2,GetG(73,2)-1);        //红队员数减一
  18.                 This_Player.SetV(73,2,0);        //红队员退出标记
  19.                 This_Player.SetS(1,2,255);        //名字变白
  20.                 ServerSay('红队成员'+This_Player.Name+'临阵脱逃,即使队伍获胜也不能获得奖金了!',5);
  21.                 exit;
  22.         end
  23. end
复制代码
脚本下载
文件名称:战神引擎超级擂台比武Pk脚本完整版.7z 
下载次数:18  文件大小:8.46 KB 
下载权限: 不限 VIP   [购买VIP]   [充值积分]   [每日签到领积分]
安全检测,请放心下载






上一篇:战神引擎二级密码设置脚本
下一篇:GOM引擎假人脚本,传奇假人攻沙,自动PK脚本系统
回复

使用道具 举报

1

主题

252

回帖

1070

积分

旋风流星刀

积分
1070
QQ
发表于 2023-12-23 15:59:18 | 显示全部楼层
积分任务
回复

使用道具 举报

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

本版积分规则

手机版|美林GM论坛 ( 蜀ICP备2020030293号-2 )|网站地图

禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.如遇版权问题,请及时QQ联系

GMT+8, 2024-4-27 23:25 , Processed in 0.304758 second(s), 56 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024, Tencent Cloud.

快速回复 返回顶部 返回列表