用于战神引擎的玩家自由刷装备+灵符+元宝+等级等Npc脚本,脚本无任何门槛和要求,玩家自由随便刷,脚本主要是用于方便玩家测试游戏的,特别是一些新的版本做出来,邀请一些玩家进入游戏测试版本的可玩性,漏洞等方面。真正上线运营,记得隐藏一下。脚本是明文版,可以随便修改里面的所有物品。祖装备刷出测试员-3
部分脚本
program mir2; procedure _zb1; begin if This_Player.FreeBagNum >= 10 then begin This_Player.GIVE('修罗', 1); This_Player.GIVE('骷髅头盔', 1); This_Player.GIVE('蓝翡翠项链', 1); This_Player.GIVE('死神手套', 2); This_Player.GIVE('珊瑚戒指', 2); This_Player.Give('重盔甲(男)',1) This_Player.Give('重盔甲(女)',1); This_Player.PlayerNotice('[商店战套]已经刷出,请查看!',254); end else This_NPC.NpcDialog(This_Player,'你的包裹不足10格') end; procedure _zb11; begin if This_Player.FreeBagNum >= 10 then begin This_Player.Give('偃月',1); This_Player.Give('道士头盔',1); This_Player.Give('放大镜',1); This_Player.Give('黑檀手镯',2); This_Player.Give('降妖除魔戒指',2); This_Player.Give('魔法长袍(男)',1) This_Player.Give('魔法长袍(女)',1); This_Player.PlayerNotice('[商店法套]已经刷出,请查看!',254); end else This_NPC.NpcDialog(This_Player,'你的包裹不足10格') end; procedure _zb111; begin if This_Player.FreeBagNum >= 10 then begin This_Player.Give('道士头盔',1); This_Player.Give('竹笛',1); This_Player.Give('道士手镯',2); This_Player.Give('降妖除魔戒指',2); This_Player.Give('灵魂战衣(男)',1) This_Player.Give('灵魂战衣(女)',1); This_Player.PlayerNotice('[商店道套]已经刷出,请查看!',254); end else This_NPC.NpcDialog(This_Player,'你的包裹不足10格') end; procedure _zb2; begin if This_Player.FreeBagNum >= 10 then begin This_Player.GIVE('炼狱', 1); This_Player.GIVE('骷髅头盔', 1); This_Player.GIVE('幽灵项链', 1); This_Player.GIVE('幽灵手套', 2); This_Player.GIVE('龙之戒指', 2); This_Player.Give('重盔甲(男)',1) This_Player.Give('重盔甲(女)',1); This_Player.PlayerNotice('[沃玛战套]已经刷出,请查看!',254); end else This_NPC.NpcDialog(This_Player,'你的包裹不足10格') end; procedure _zb22; begin if This_Player.FreeBagNum >= 10 then begin This_Player.Give('魔杖',1); This_Player.Give('道士头盔',1); This_Player.Give('生命项链',1); This_Player.Give('思贝儿手镯',2); This_Player.Give('红宝石戒指',2); This_Player.Give('魔法长袍(男)',1) This_Player.Give('魔法长袍(女)',1); This_Player.PlayerNotice('[沃玛法套]已经刷出,请查看!',254); end else This_NPC.NpcDialog(This_Player,'你的包裹不足10格') end;