找回密码
 立即注册
查看: 142|回复: 0

[脚本资源] 装备增强提升属性随即变量脚本

[复制链接]

0

威望

8500

元宝

1万

金币

VIP会员

积分
12647
逍遥MIR 发表于 2024-6-1 18:03:49 | 显示全部楼层 |阅读模式
请把你手上的圣战、天尊、法神等首饰带来,
我可以将它强化,成功的机率视运气而定。


<圣战项链/@11> <圣战手镯/@12> <圣战戒指/@14>
<法神项链/@21> <法神手镯/@22> <法神戒指/@24>
<天尊项链/@71> <天尊手镯/@72> <天尊戒指/@74>

[@11]
#ACT
MOV S69 圣战项链
goto @next1

[@21]
#ACT
MOV S69 法神项链
goto @next1

[@71]
#ACT
MOV S69 天尊项链
goto @next1

[@12]
#ACT
MOV S69 圣战手镯
goto @next2

[@22]
#ACT
MOV S69 法神手镯
goto @next2

[@72]
#ACT
MOV S69 天尊手镯
goto @next2

[@14]
#ACT
MOV S69 圣战戒指
goto @next4

[@24]
#ACT
MOV S69 法神戒指
goto @next4

[@74]
#ACT
MOV S69 天尊戒指
goto @next4

[@next1]
#IF
checkitem <$str(S69)> 1
checkgold 50000
#ACT
take <$str(S69)> 1
take 金币 50000
GetRandomName ..QuestDiary功能设置属性位置1.txt S1
GetRandomName ..QuestDiary功能设置成功机率.txt S2
GetRandomName ..QuestDiary功能设置点数机率.txt S4
GIVEITEM <$str(S69)> <$str(S1)> <$str(S2)> <$str(S4)> 1
;GIVEITEM <$str(S69)> <$str(S1)> 100 <$str(S4)> 1
MESSAGEBOX 对<$str(S69)>进行了升级
break
#ELSEACT
MESSAGEBOX ①你没有此件物品②强化首饰每次手续费5万

[@next2]
#IF
checkitem <$str(S69)> 1
checkgold 50000
#ACT
take <$str(S69)> 1
take 金币 50000
GetRandomName ..QuestDiary功能设置属性位置2.txt S1
GetRandomName ..QuestDiary功能设置成功机率.txt S2
GetRandomName ..QuestDiary功能设置点数机率.txt S4
GIVEITEM <$str(S69)> <$str(S1)> <$str(S2)> <$str(S4)> 1
;GIVEITEM <$str(S69)> <$str(S1)> 100 <$str(S4)> 1
MESSAGEBOX 对<$str(S69)>进行了升级
break
#ELSEACT
MESSAGEBOX ①你没有此件物品②强化首饰每次手续费5万

[@next4]
#IF
checkitem <$str(S69)> 1
checkgold 50000
#ACT
take <$str(S69)> 1
take 金币 50000
GetRandomName ..QuestDiary功能设置属性位置4.txt S1
GetRandomName ..QuestDiary功能设置成功机率.txt S2
GetRandomName ..QuestDiary功能设置点数机率.txt S4
GIVEITEM <$str(S69)> <$str(S1)> <$str(S2)> <$str(S4)> 1
;GIVEITEM <$str(S69)> <$str(S1)> 100 <$str(S4)> 1
MESSAGEBOX 对<$str(S69)>进行了升级
break
#ELSEACT
MESSAGEBOX ①你没有此件物品②强化首饰每次手续费5万
本楼点评(0) 收起
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|小黑屋|逍遥版本库

GMT+8, 2024-9-20 22:57 , Processed in 0.052963 second(s), 29 queries .

Powered by XyBbk! X3.5

Copyright © 2001-2023, XyBbk Cloud.

快速回复 返回顶部 返回列表