编号:T-2308 2025-05-06 有效期:9999天 13人次
procedure MagicAttack(VictimName:string;IsPlayer:Boolean;SkillID:Integer);
begin
if This_Player.GetActivePoint > 0 then
begin
//魔法触发的所有代码复制至该处
end;
end;
procedure Attack(VictimName:string;IsPlayer:Boolean);
begin
if This_Player.GetActivePoint > 0 then
begin
//攻击触发的所有代码复制至该处
end;
end;
procedure OnKill(KillerName ,MapDesc:string);
begin
if This_Player.GetActivePoint > 0 then
begin
//击杀触发的所有代码复制至该处
end;
end;
procedure OnDie();
begin
if This_Player.GetActivePoint > 0 then
begin
//死亡触发的所有代码复制至该处
end;
end;
使用信息须知(必读)
①本主题所有言论和图片纯属会员个人意见,与本站立场无关
②本站所有主题由该帖子作者发表,该帖子作者与本站享有帖子相关版权
③樱桃游戏开服网仅提供信息交流平台,不介入任何交易过程,不承担安全风险和法律责任
④本帖部分内容转载自其它媒体,但并不代表本站赞同其观点和对其真实性负责
⑤该页面资源下载仅保存于网盘,本站不涉及储存,用户下载仅供学习参考,不得用户商业用途
⑥如有侵权内容困扰请联系youxi@111.com,我们将针对版权信息及时予以删除