icedream 210 Report post Posted August 10, 2014 本文转自《脚本特效 :一剑飞出地球表面》,原作者为Bee9999。 这几天研究武器的脚本,无聊弄出了这么个搞笑的东西 这个脚本在碰触到目标时触发,目标会被扔到空中然后摔落,我杀了几个后发现还摔不死人,又加了个范围50伤害2000的火球术自动跟踪目标摔落,然后尸体在落地时又被炸飞起来几百码 以下是脚本,虽然该脚本原作用不是这个 =,=,有兴趣者可以尝试下[em25] Script Type :magic effect ============================== scn 01SpellScriptThing2henc ref WeaponEnchGun short chance ref target begin ScriptEffectStart set chance to 1 + GetRandomPercent PreloadMagicEffect FIDG if chance <= 1 set target to GetSelf elseif (player.getequipped 【aifrit】 || player.getequipped 【aifrit2h】) player.setghost 1 set target to GetSelf WeaponEnchGun.moveto target 1000 0 3000 WeaponEnchGun.cast 【01summonaIfritenc】 target endif end begin ScriptEffectFinish player.setghost 0 end 把 【 】 内的东西替换为自己的edit id即可 Share this post Link to post Share on other sites
timonlee 27 Report post Posted August 27, 2014 看着解说,停不住的笑 Share this post Link to post Share on other sites