| 今天咱们共享的是传奇一条龙火龙兑换使者清新脚本,该简本写法简略清新给玩家可能带来不一样的感受! [@main]<$USERNAME>您好!
 我是火龙兑换使者。这里可能抽到火龙装备,当然不是白抽的。
 只需你有火龙兑换卷,我就会随机给你一件火龙装备。
 好了,不说了!感兴味就去找资料吧!~~~
 
 『<我要兑换/@1122>』
 
 [@1122]
 #if
 
 checkitem 火龙兑换卷 1
 random 10
 #act
 take 火龙兑换卷 1
 give 火龙神剑  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #if
 
 checkitem 火龙兑换卷 1
 random 9
 #act
 take 火龙兑换卷 1
 give 火龙战甲  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #if
 
 checkitem 火龙兑换卷 1
 random 8
 #act
 take 火龙兑换卷 1
 give 火龙战袍  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #if
 
 checkitem 火龙兑换卷 1
 random 7
 #act
 take 火龙兑换卷 1
 give 火龙戒指  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #if
 
 checkitem 火龙兑换卷 1
 random 6
 #act
 take 火龙兑换卷 1
 give 火龙手镯  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #if
 
 checkitem 火龙兑换卷 1
 random 5
 #act
 take 火龙兑换卷 1
 give 火龙项链  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #if
 checkitem 火龙兑换卷 1
 random 4
 #act
 take 火龙兑换卷 1
 give 火龙腰带  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #if
 
 checkitem 火龙兑换卷 1
 random 3
 #act
 take 火龙兑换卷 1
 give 火龙鞋子  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!!
 break
 #if
 checkitem 火龙兑换卷 1
 random 2
 #act
 take 火龙兑换卷 1
 give 火龙鲜花  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #if
 checkitem 火龙兑换卷 1
 random 1
 #act
 take 火龙兑换卷 1
 give 火龙宝石  1
 messagebox 您以后的火龙兑换卷为:<$GAMEGOLD>个
 SENDMSG 1 祝贺[%s]用火龙兑换卷兑换到(火龙装备一件) 持续致力,好货色等着你!
 break
 #ELSESAY滚!你连火龙兑换卷都没凑齐还换什么?
 等你有足够资料,再来找我吧
 <分开/@exit>
 |