- 战神引擎
- 钓鱼脚本+素材 2023-7-24
- CentOS 21款游戏一建搭建命令 2022-9-30
- 悠悠仙侠传lua 5月前
- 仿传奇单机版3051版电子地图带攻略暴率武器说明 2023-3-25
- 战神引擎
- V8
- 安卓
- 脚本
- 传奇
- lua
- Linux
- 天花板
- 冰雪
- 手工端
- 手游
- 数据库
- 系统
- unity
- 666
- 原神
- 游戏
- 传奇3
- 单机
- 热个人人格
- 176
- 复古
- 野径云俱黑赶快
- 群服
- CentOS
- 特色
- 存档
- 破解版
- 问题
- 盘古
- 离线版
- 话题
- 图片
- 格式
- 沉默
- 光芒引擎
- 说明书
- 白猪
- iPhone
- 君临
- 阅读
- 小说
- Controller
- 代码
- TeamViewer
- 向日葵
- 富士康
- 真三国
- sql
- 攻略
- 雷神
- 新春
- 情怀
- 魔兽
- 单机传奇
- 酷狗
- 下载
- 探秘
- 3proxy
- 登录
- sxg
- Gee
- 丛林肉搏
- 第一版
- 苹果
- XO引擎
- socks5
- 硬盘
- 检测
- 翻墙
- 黑神话
- 黑神话悟空
- 热血传奇
- 客户端
967
0
0
返回
战神引擎,刀刀货币
夜
发布于 2023-8-2
需要盘古物理攻击触发开启
//物理攻击触发
procedure Attack(VictimName:string;IsPlayer:Boolean);
//默认传递 攻击玩家对象(This_Player),参数一传被攻击名字(VictimName),参数二传递是否为玩家(IsPlayer)
//通过This_Player.FindPlayerByName('VictimName');获取被攻击玩家对象.
var Victim:TPlayer;//声明被攻击玩家对象
RMBsl:string;
RMB,YB,panduan,geishu:integer;
begin
RMB:=random(11);
case RMB of
1:RMBsl:= '1元人民币';
2:RMBsl:= '2元人民币';
3:RMBsl:= '5元人民币';
4:RMBsl:= '10元人民币';
5:RMBsl:= '20元人民币';
6:RMBsl:= '50元人民币';
7:RMBsl:= '100元人民币';
8:RMBsl:= '1分人民币';
9:RMBsl:= '1毛人民币';
10:RMBsl:= '20元人民币';
end;
YB:= RANDOM(110000);
panduan:=RANDOM(100);
geishu:=random(20);
if panduan > 80then
begin
if not IsPlayer then
begin
This_Player.Give(RMBsl, geishu);
This_Player.PlayerNotice('刀刀货币触发,获取'+ RMBsl+ '共'+inttostr(geishu)+'个' ,0);
end;
end else
begin
if not IsPlayer then
begin
This_Player.ScriptRequestAddYBNum(YB);
This_Player.PlayerNotice('刀刀货币触发,获取'+inttostr(YB)+'元宝' ,0);
end;
end;
end;
最后于 2023-8-2
被夜编辑
,原因:
随便看看
最新回复 (0)
版块热门