立即注册 找回密码

搜索

传奇灵魂大师脚本

 火.. [复制链接]
发表于 2023-1-30 05:49:38 | 显示全部楼层 |阅读模式
传奇灵魂大师脚本


[@main]
本功能<完全免费/SCOLOR=250>提供大家使用\
<击杀任何一个BOSS都有几率可以掉落【班长宝石】/SCOLOR=250>\ \

把【班长宝石】给我后我就可以帮你<重新生成装备的班长属性/SCOLOR=249>\ \

<我有班长宝石/@我有班长宝石>\ \
班长宝石<具体那些怪物掉落/@具体那些怪物掉落>\

[@具体那些怪物掉落]
#IF
#ACT
messagebox 只要是某个地图的老大,或者看起来比较老卵的怪物\上32000血的BOSS有几率掉落班长宝石\ \商铺内也可以直接购买到班长宝石
[@我有班长宝石]
<班长属性总共有8种:/SCOLOR=242><致命一击 攻击伤害增加 物理伤害减少 魔法伤害减少 忽视目标防御 攻击伤害反弹 体质 附加经验/SCOLOR=254>\
说明:<重新随机生成最高可达到5点/SCOLOR=250>\
   <考虑到攻击过高而HP相对过少,甲1点体质增加100点血/SCOLOR=250>\
   <属性非百分百成功但是几率很高,得到其中一直全5属性后不要在升级。很有可能清零/SCOLOR=250>\
   <然后找元素使者提升剩余的几种属性,可以省去不少的元宝!!!!!强烈推荐此功能/SCOLOR=250>\\
<武器/@武器>   <链/@链>   <头/@头>   <左手/@左手>   <衣服/@衣服>\
<左戒/@左戒>   <勋/@勋>   <带/@带>   <靴/@靴>   <宝石/@宝石>\ \ \
                                           【<返回/@main>】【<封锁/@eXIT>】
;========================================================================
[@衣服]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 0 7 - 10
SetNewItemValue 0 6 - 10
SetNewItemValue 0 5 - 10
SetNewItemValue 0 4 - 10
SetNewItemValue 0 3 - 10
SetNewItemValue 0 2 - 10
SetNewItemValue 0 1 - 10
SetNewItemValue 0 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 0 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了衣服的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@宝石]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 12 7 - 10
SetNewItemValue 12 6 - 10
SetNewItemValue 12 5 - 10
SetNewItemValue 12 4 - 10
SetNewItemValue 12 3 - 10
SetNewItemValue 12 2 - 10
SetNewItemValue 12 1 - 10
SetNewItemValue 12 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 12 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了宝石的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@靴]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 11 7 - 10
SetNewItemValue 11 6 - 10
SetNewItemValue 11 5 - 10
SetNewItemValue 11 4 - 10
SetNewItemValue 11 3 - 10
SetNewItemValue 11 2 - 10
SetNewItemValue 11 1 - 10
SetNewItemValue 11 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 11 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了靴的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@带]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 10 7 - 10
SetNewItemValue 10 6 - 10
SetNewItemValue 10 5 - 10
SetNewItemValue 10 4 - 10
SetNewItemValue 10 3 - 10
SetNewItemValue 10 2 - 10
SetNewItemValue 10 1 - 10
SetNewItemValue 10 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 10 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了带的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@勋]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 2 7 - 10
SetNewItemValue 2 6 - 10
SetNewItemValue 2 5 - 10
SetNewItemValue 2 4 - 10
SetNewItemValue 2 3 - 10
SetNewItemValue 2 2 - 10
SetNewItemValue 2 1 - 10
SetNewItemValue 2 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 2 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了勋的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@左戒]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 7 7 - 10
SetNewItemValue 7 6 - 10
SetNewItemValue 7 5 - 10
SetNewItemValue 7 4 - 10
SetNewItemValue 7 3 - 10
SetNewItemValue 7 2 - 10
SetNewItemValue 7 1 - 10
SetNewItemValue 7 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 7 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了左戒的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@左手]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 5 7 - 10
SetNewItemValue 5 6 - 10
SetNewItemValue 5 5 - 10
SetNewItemValue 5 4 - 10
SetNewItemValue 5 3 - 10
SetNewItemValue 5 2 - 10
SetNewItemValue 5 1 - 10
SetNewItemValue 5 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 5 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了左手的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@头]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 4 7 - 10
SetNewItemValue 4 6 - 10
SetNewItemValue 4 5 - 10
SetNewItemValue 4 4 - 10
SetNewItemValue 4 3 - 10
SetNewItemValue 4 2 - 10
SetNewItemValue 4 1 - 10
SetNewItemValue 4 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 4 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了头的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@链]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 3 7 - 10
SetNewItemValue 3 6 - 10
SetNewItemValue 3 5 - 10
SetNewItemValue 3 4 - 10
SetNewItemValue 3 3 - 10
SetNewItemValue 3 2 - 10
SetNewItemValue 3 1 - 10
SetNewItemValue 3 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 3 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了链的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main
;========================================================================
[@武器]
#IF
checkitem 【班长宝石】 1
#act
take 【班长宝石】 1
SetNewItemValue 1 7 - 10
SetNewItemValue 1 6 - 10
SetNewItemValue 1 5 - 10
SetNewItemValue 1 4 - 10
SetNewItemValue 1 3 - 10
SetNewItemValue 1 2 - 10
SetNewItemValue 1 1 - 10
SetNewItemValue 1 0 - 10
movr N61 0 8
movr N62 0 6
SetNewItemValue 1 <$STR(N61)> + <$STR(N62)>
GuildNoticeMsg 249 251 系统:恭喜你成功随机生成了武器的班长属性 SELF
GOTO @我有班长宝石
#ELSEACT
messagebox 操作失败:你没有【班长宝石】,无法重新生成班长属性!
goto @main




上一篇:GOM引擎衣服通灵脚本教程,冰雪传奇服务端已经破碎.灵符扣除500示例
下一篇:[LEG引擎]增加倚天剑功能
回复

使用道具 举报

发表于 2023-6-16 15:00:05 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

发表于 2023-6-16 15:00:15 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

发表于 2023-11-20 18:32:39 | 显示全部楼层
感谢楼主提供这么好的论坛!
回复

使用道具 举报

发表于 2023-11-20 22:25:24 | 显示全部楼层
楼主发贴辛苦了,谢谢楼主分享!
回复

使用道具 举报

发表于 2023-11-20 22:25:24 | 显示全部楼层
感谢楼主提供这么好的论坛!
回复

使用道具 举报

发表于 2023-11-21 03:13:41 | 显示全部楼层
很多架设问题在这里可以找到,真是太好啦。
回复

使用道具 举报

发表于 2023-11-21 08:40:46 | 显示全部楼层
楼主发贴辛苦了,谢谢楼主分享!
回复

使用道具 举报

发表于 2023-11-21 12:58:55 | 显示全部楼层
楼主发贴辛苦了,谢谢楼主分享!
回复

使用道具 举报

发表于 2023-11-21 17:33:05 | 显示全部楼层
新手上路不用愁,碰到传奇架设问题可以来这搜索。
回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【64gm论坛,传奇版本库】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

客服QQ:909928377

顶部

QQ|传奇开区一条龙|私服服务端|传奇单机架设教程|手机版|64gm论坛 ( 鄂ICP备2021011479号-2 )|网站地图

GMT+8, 2024-3-29 17:43 , Processed in 0.229598 second(s), 58 queries .

Powered by 64gm X3.5 © 2009-2023 64gm论坛 Inc &

免责声明:本站所有资源均来至网络,仅供学习交流,严禁用于商业用途,请于24小时内删除!开区请获得授权.