- 战神引擎
- 怪物Monster数据库设置详解 2021-6-24
- 初心复古赤月终极版 3月前
- 原神全套 2022-4-27
- 剑舞三职业 2022-12-21
- 战神引擎
- V8
- 安卓
- 脚本
- 传奇
- lua
- Linux
- 天花板
- 冰雪
- 手工端
- 手游
- 数据库
- 系统
- unity
- 666
- 原神
- 游戏
- 传奇3
- 单机
- 热个人人格
- 176
- 复古
- 野径云俱黑赶快
- 群服
- CentOS
- 特色
- 存档
- 破解版
- 问题
- 盘古
- 离线版
- 话题
- 图片
- 格式
- 沉默
- 光芒引擎
- 说明书
- 白猪
- iPhone
- 君临
- 阅读
- 小说
- Controller
- 代码
- TeamViewer
- 向日葵
- 富士康
- 真三国
- sql
- 攻略
- 雷神
- 新春
- 情怀
- 魔兽
- 单机传奇
- 酷狗
- 下载
- 探秘
- 3proxy
- 登录
- sxg
- Gee
- 丛林肉搏
- 第一版
- 苹果
- XO引擎
- socks5
- 硬盘
- 检测
- 翻墙
- 黑神话
- 黑神话悟空
- 热血传奇
- 客户端
825
0
0
返回
关于制作破复活装备
游客
发布于 2023-8-2
1 ,打开了盘古穿戴触发 ,破复活的功能
2 在D:\mud2.0\Mir200\Envir\CommonScripts \runquest.pas脚本里面直接写进你得穿戴部位,破复活方法
例子如下
procedure TZdemo();
var yaodai , xuezi, xianl , toukui , zshou , yshou , zjie , yjie , xunzhang , douli , wuqi , yifu: string;
//chiyue: integer;
begin
//0衣服 1武器 2勋章 3项链 4头盔 5左手镯 6右手镯 7左戒指 8右戒指 9毒符 10腰带 11靴子 13斗笠 29宝石
yaodai := This_Player.GetItemNameOnBody(10);
xuezi := This_Player.GetItemNameOnBody(11);
xianl := This_Player.GetItemNameOnBody(3);
toukui := This_Player.GetItemNameOnBody(4);
zshou := This_Player.GetItemNameOnBody(5);
yshou := This_Player.GetItemNameOnBody(6);
zjie := This_Player.GetItemNameOnBody(7);
yjie := This_Player.GetItemNameOnBody(8);
xunzhang := This_Player.GetItemNameOnBody(2);
douli := This_Player.GetItemNameOnBody(13);
wuqi := This_Player.GetItemNameOnBody(1);
yifu := This_Player.GetItemNameOnBody(0);
if( (wuqi = '屠龙')or(wuqi='嗜魂法杖')or(wuqi='逍遥扇')) then
begin
This_Player.LingXiValue := 1;
This_Player.PlayerNotice('破复活状态已生效',0);
//This_Player.PlayerNotice('灵犀值:'+inttostr(This_Player.LingXiValue),0);
end;
end;
3 在runquest.pas得盘古穿戴触发方法里面直接调用你做第2步破复活方法
//盘古穿戴触发
procedure ChangeEquip();
begin
TZdemo();//破复活
end;
随便看看
最新回复 (0)
版块热门