- 战神引擎
- 林俊杰全套14张无损音乐专辑 2021-8-25
- 微软手机用远程桌面连接软件 4月前
- 兑换元宝备份 2021-3-3
- 白猪3.0离线版(永久) 2022-11-9
- 战神引擎
- V8
- lua
- 传奇
- 脚本
- 安卓
- Linux
- 天花板
- 冰雪
- 手工端
- 手游
- 数据库
- 系统
- unity
- 666
- 游戏
- 传奇3
- 单机
- zircon
- 176
- 复古
- 野径云俱黑赶快
- 群服
- CentOS
- 特色
- 存档
- 破解版
- 问题
- 盘古
- 白猪
- 离线版
- 话题
- 图片
- 格式
- 沉默
- 光芒引擎
- 说明书
- 富士康
- iPhone
- 君临
- 阅读
- 小说
- 水晶传奇
- Controller
- 代码
- TeamViewer
- 向日葵
- 新春
- 真三国
- sql
- 攻略
- 雷神
- Gee
- 情怀
- 魔兽
- 单机传奇
- 酷狗
- 下载
- 探秘
- 3proxy
- 登录
- sxg
- 丛林肉搏
- 原神
- 第一版
- 苹果
- XO引擎
- socks5
- 硬盘
- 检测
- 翻墙
- 黑神话
- 黑神话悟空
- 热血传奇
- 客户端
853
0
0
返回
战神引擎进入游戏需要码的脚本
夜
发布于 2023-8-21
{********************************************************************
//////****************夜*************************
*******************************************************************}
program mir2;
procedure _DoExit;
begin
This_Npc.CloseDialog(This_Player);
end;
procedure _Exit;
begin
This_Npc.CloseDialog(This_Player);
end;
procedure domain;
begin
This_NPC.NpcDialog(This_Player,
'|游戏已开放,防止开挂,需要激活码。\'+
'|由于游戏点好玩性,需要拿码才能进入游戏。\'+
'|为了游戏好玩,你们赶快去拉点人吧。\'+
'|到时候找雪落也就那个七夜拿激活码\ \'+
'|牛蛙群和新天地群都能找到<雪落-七夜/fcolor=146>\ \'+
'|红狼群找<菜酷酷和红狼/fcolor=146>\ \'+
'|或加QQ:<群974343395/fcolor=red>\ \'+
'|当前时间 <'+MirDateTimeToStr('yyyy-MM-dd hh:mm:ss' , GetNow)+'/fcolor=red> \'+
+'|{cmd}<输入码进入游戏/@duihaun>\' +
+'|{cmd}<退出/@Exit> \'
);
end;
procedure _duihaun;
begin
This_NPC.InputDialog(This_Player,'请输入角色码',0,123) ;
end;
procedure p123;
begin
if This_NPC.InputOK then
begin
if This_Npc.ChkStrInFile('\推广\角色.txt', This_NPC.InputStr) = true then //检测文档是否有该推广码
begin
This_Player.CallOut(This_NPC,1,'jxyb1');
end else
This_NPC.NpcDialog(This_Player,'推广码错误,或已使用!\' +'{cmd}<返回/@main>') ;
end;
end;
procedure GiveGoods;
var mm :integer;
begin
mm :=random(2);
if mm > 1 then
begin
This_Player.Flyto('0',289 + random(5) - 1,618 + random(5) - 1);
This_Player.setV(158,10,1);
end else
This_Player.Flyto('0',650 + random(5) - 1,631 + random(5) - 1);
This_Player.setV(158,10,1);
end;
procedure jxyb1;
begin
if This_Npc.ChkStrInFile('\推广\角色.txt', This_NPC.InputStr) = true then //防刷,再次检测文档是否有该推广码
begin
This_Npc.DelStrFromFile('\推广\角色.txt', This_NPC.InputStr); //删除推广码后给予奖励
This_Npc.AddStrToFile('\推广\角色玩家.txt', This_Player.Name+' '+MirDateTimeToStr('yyyy-MM-dd hh:mm:ss' , GetNow)+ ' ' +This_NPC.InputStr );//写入该玩家名字后给予奖励
GiveGoods();
This_Npc.NpcNotice('恭喜' + This_Player.Name +'进入游戏,快邀请你朋友一起来玩吧!');
end
else
This_NPC.NpcDialog(This_Player,'推广码有误,请重新输入。');
end;
begin
domain;
end.
需要在C:\mud2.0\Mir200\Envir\推广\ 下面键2个txt文件。 注意编码选择ansi
随便看看
最新回复 (0)
版块热门