战神引擎Pk夺宝活动Npc脚本,这个脚本比较有意思。触发活动以后,在地面上会出现大陆的装备或者物品,脚本是明文版,可以任意设置装备刷出来的地方和物品内容。
部分脚本
begin if (GetHour = 21) and (GetMin = 43) then //刷物品时间 begin This_NPC.NPCDropItem('1元宝',349,1); This_NPC.NPCDropItem('10元宝',150,1); This_NPC.NPCDropItem('5元宝',100,1); end; end;