用于战神引擎沙城捐献Npc脚本带自定义素材,之前看到的许多捐献的NPC都是传统版,今天帮主更新的这个不但有自定义,还带了额外的飞鸽特效,捐献以后可以给与玩家,但详细的脚本对接需要Gm自己完成,帮主把牵扯到的脚本和素材都提取出来了。喜欢研究脚本和自定义的GM自行添加测试。
部分脚本
end else if This_Player.MyLFnum >= 30 then begin This_Player.DecLF(0, 30, false); This_Player.SetV(123,1,1); This_Player.SetS(71,13,10); This_Player.SetS(70,14,10); This_Player.SetS(64,13,200); shuxing4; shuxing10; shuxing11; This_Player.SetV(69,9,7); givefenghao; NOTICE('捐献成功','捐献成功,属性生效'); end else OKKK('捐献失败','捐献失败,灵符不足'); end; procedure _byzx; begin if (This_Player.GetV(123,1)) <> 1 then begin OKKK('失败','你还没有捐献,没有专属特效'); Exit; end else This_Player.SetV(69,9,0); givefenghao; NOTICE('操作成功','已隐藏特效'); end; procedure _byzy; begin if (This_Player.GetV(123,1)) <> 1 then begin OKKK('失败','你还没有捐献,没有专属特效'); Exit; end else This_Player.SetV(69,9,7); givefenghao; NOTICE('操作成功','已开启特效'); end; begin domain; end.