- 游戏资料
- 战神引擎常用GM命令 2020-7-5
- 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装) 2023-8-28
- 哪有什么独断万古的荒天帝,不过是个被挖走至尊骨的少年临死所梦罢了 2024-2-28
- iReader 7.4.0- 无敌极简-自用本地版(木有广告) 2020-7-5
-
Comprar Cialis Y Pagar Con Paypal NaibeBap https://bansocialism.com/>buy cialis and viagra online Soombubbal What Is Keflex Meds For
- lsp传奇正传
- 多文明策略手游【万国觉醒】Linux手工端+镜像虚拟端+运营后台+全套源码
- GOM引擎传奇端游【火影忍者羁绊】最新整理WIN系服务端+配套补丁网站+详细搭建教程+视频教程
- 幽冥传奇手游【神龙复古天玺996三职业完整版】2024最新整理WIN一键即玩服务端+宠物+坐骑+车标+运营后台+GM后台
- 2024 全新天龙荣耀竖版,客户端,服务端全套,带合区工具,带内置玩家后台,特效全开
- xo引擎-速战
- 【月灵永恒传奇六职业侍女版V1.72】3D传奇端游WIN服务端
- 【白日门无限刀僵尸鬼服传奇】win手工外网端+架设视频教程+开服清档+授权GM后台+运营后台+客户端
- RED三端引擎传奇手游【1.76初始版】
- 传奇世界1.708天龙合成版
- 战神引擎
- V8
- lua
- 脚本
- 安卓
- Linux
- 传奇
- 天花板
- 冰雪
- 手工端
- 手游
- 系统
- unity
- 666
- 原神
- 游戏
- 传奇3
- 单机
- zircon
- 176
- 复古
- 野径云俱黑赶快
- 群服
- CentOS
- 特色
- 存档
- 破解版
- 问题
- 盘古
- 白猪
- 离线版
- 话题
- 图片
- 格式
- 沉默
- 光芒引擎
- 说明书
- 富士康
- iPhone
- 君临
- 阅读
- 小说
- 水晶传奇
- Controller
- 代码
- TeamViewer
- 向日葵
- 真三国
- sql
- 攻略
- 雷神
- 新春
- 情怀
- 魔兽
- 单机传奇
- 酷狗
- 探秘
- 3proxy
- 登录
- sxg
- Gee
- 丛林肉搏
- 第一版
- 苹果
- XO引擎
- socks5
- 硬盘
- 检测
- 翻墙
- 黑神话
- 黑神话悟空
- 热血传奇
- 客户端
{
let 战神引擎全系列课程, QQ群:***********
beiZhu:
}
program mir2;
function printStr(Pstr:string;Pid:integer):string;
var len, arrlen, index, temp_len, temp_index, i : integer;
str, temp_str : string;
strArr : array[1..100] of string;
begin
str := Pstr;
len := length(str);
index:=1;
for i:=1 to 100 do
begin
temp_str:= copy(str,index,len);
temp_len := length(temp_str);
temp_index := pos(',',temp_str);
if temp_index = 0 then
begin
strArr[i] := copy(temp_str,0,temp_len);
arrlen:=i; break;
end
else
strArr[i] := copy(temp_str,0,temp_index-1);
index := index + temp_index;
end
result:=strArr[Pid];
end;
procedure huishouDia;
var i, temp_px, temp_py, px, py, scolor : integer; temp_str, show_str:string; code : Boolean;
begin
if This_Player.GetV(17,26) >= 10 then
begin
This_Npc.NpcDialog(This_Player,'对不起,你错误次数达到10次,无法使用此功能');exit;
end
px:=This_Player.My_x;
py:=This_Player.My_y;
code:=false;
for i:=1 to 4 do
begin
scolor:=255;
if i = 1 then
temp_str:='A';
if i = 2 then
temp_str:='B';
if i = 3 then
temp_str:='C';
if i = 4 then
temp_str:='D';
temp_px:=random(500)+100;
temp_py:=random(500)+100;
if random(3) = 0 then
begin
if not(code) then
begin
temp_px:=px;
temp_py:=py;
scolor:=222;
code:=true;
end
end
if i = 4 then
begin
if not(code) then
begin
temp_px:=px;
temp_py:=py;
scolor:=222;
code:=true;
end
end
show_str:=show_str+'|<'+temp_str+'/fcolor='+inttostr(scolor)+'>: <'+inttostr(temp_px)+' , '+inttostr(temp_py)+' /fcolor='+inttostr(scolor)+'> <选择答案 '+temp_str+'/@huishouYz~'+inttostr(px)+','+inttostr(py)+','+inttostr(temp_px)+','+inttostr(temp_py)+'>';
show_str:=show_str+'|';
end
This_Npc.NpcDialog(This_Player,
'当前是啥 次数 qing shibai cishu '+inttostr(This_Player.GetV(17,26))+' chao guo 10 ci zuolao'+
'|你当前所在的坐标 '+inttostr(px)+' ,'+inttostr(py)+' 请选择<绿色答案/fcolor=222>|'+
show_str
);
end;
procedure _huishouYz(pstr:string);
var px , py , temp_px, temp_py : integer;
begin
px:=strtoint(printStr(pstr,1));
py:=strtoint(printStr(pstr,2));
temp_px:=strtoint(printStr(pstr,3));
temp_py:=strtoint(printStr(pstr,4));
if (px = temp_px) and (py = temp_py) then
begin
This_Npc.NpcDialog(This_Player,'验证成功,这里开始调用NPC功能');
//domain;
end
else
begin
This_Player.SetV(17,26,This_Player.GetV(17,26)+1);
if This_Player.GetV(17,26) >= 10 then
begin
This_Npc.NpcDialog(This_Player,'你已经累计失败10次~在这里要把你关进小黑屋了咯~');
//This_Player.RandomFlyTo('SD001');
//This_Player.PlayerNotice('shibaichaoguo10ci',2);
end
else
begin
This_Npc.NpcDialog(This_Player,'验证失败 shibai ci shu + 1');
end
end
end;
Begin
if This_Player.GetV(17,26) = -1 then
This_Player.SetV(17,26,0);
huishouDia;
end.