断了铉 发表于 2019-4-16 20:50:56

装备增强提升属性随即变量脚本

请把你手上的圣战、天尊、法神等首饰带来,
我可以将它强化,成功的机率视运气而定。


<圣战项链/@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万

漫步彩虹a 发表于 2019-4-17 01:51:52

呵呵,低调,低调!

husan 发表于 2019-4-17 08:34:01

支持你哈...................................

昨天的8号 发表于 2019-4-18 18:33:40

是爷们的娘们的都帮顶!大力支持

zzwlkjx1 发表于 2019-4-20 20:30:47

这么强,支持楼主,佩服

xxj4201 发表于 2019-4-22 06:56:36

发发呆,回回帖,工作结束~

rebecca0479 发表于 2019-4-23 02:14:42

顶顶更健康

xiaoyu2520 发表于 2019-4-23 11:22:52

没人回帖。。。我来个吧

夜·月痕 发表于 2019-4-23 23:26:17

路过 帮顶 嘿嘿

wangfanluck 发表于 2019-4-27 20:43:56

楼下的接上。。。。
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 装备增强提升属性随即变量脚本