专注于游戏服务端源码资源分享,游戏修改,架设教程
欢迎您访问本网站,请 注 册了解更多!
当前位置:网站首页 > 教程专区 > 游戏修改 > 正文

【战神引擎】自助刷怪脚本

作者:嗨嗨玩日期:2020-06-15 09:37:14浏览:4864分类:游戏修改

PROGRAM Mir2;{$I common.pas}Procedure _doexit;begin
   This_Npc.CloseDialog(This_Player);end;procedure domain;begin
    This_NPC.NpcDialog(This_Player,
       '☆☆欢迎光临【游戏多博客】刷怪中心☆☆\'         +' 每刷怪一次需要<1元宝/c=red>!\'            +'{cmd}<我要刷怪/@sg>\');end;procedure _sg;begin     if This_Player.YBNum >= 1 then
       begin
        This_Player.PsYBConsum(This_NPC,'YB_NewComeBag',20001,1,1);
        This_NPC.CreateMon('3', 333, 333, 5, '魔龙教主', 1); 
          This_NPC.NpcDialog(This_Player,
           '您刷出了一只魔龙教主,赶快打死它爆终极!');
         end else
         This_NPC.NpcDialog(This_Player,
        '没有足够的元宝,不能刷怪\|'
        +'{cmd}<返回/@main>');end;Begin
  domain;end.


本站的内容仅供参考学习使用。本站发布的内容若侵犯到您的权益,请联系站长删除,我们将及时处理

暂无评论,来添加一个吧。

取消回复欢迎 发表评论:

请填写验证码
咨询