夜游神 发表于 2023-1-18 20:45:22

战神引擎初级打宝脚本

{
*******************************************************************}

Program Mir2;



Procedure _doexit;
begin
   This_NPC.CloseDialog(This_Player);
end;

//==============================================================新手任务



procedure _chuji;

begin
   if This_Player.YBNum >= 50 then
begin
   if This_Player.Level >= 40 then
begin
This_Player.Flyto('D717~1',50,50);
This_Player.ScriptRequestSubYBNum(50);
ServerSay('玩家<' + This_Player.Name + '>进入了初级打宝!', 2);
end else
   begin
      This_NPC.NpcDialog(This_Player,
      '对不起,你还不够40级。');
end;
end
else
begin
   This_Npc.NpcDialog(This_Player,
   '对不起,你元宝不足50。'
   );
    end;
    end;

   begin
      This_NPC.NpcDialog(This_Player,
      +'初级地图.可爆祖玛,赤月,雷霆,40级衣服装备,BOSS爆终极\'
      +'地图需求:40级+50元宝!小怪10分钟,boss120分钟'
    +'|{cmd}<初级打宝/@chuji>\'
      );
   end.

Chinese.Doll 发表于 2023-12-25 07:39:31

积分任务
页: [1]
查看完整版本: 战神引擎初级打宝脚本