[@main]
欢迎进入血色城堡,一小时会出现一批血色侍卫。\
如果你打到“礼包”和“礼盒”可以找我兑换礼物哦!\
祝福包袱别满了,满了就要掉地上了。\ \
<兑换礼物
/@duihuan> <离开
/@exit>
[@duihuan]
#if
checkitem 礼包 1
#act
take 礼包 1
goto @duihuan1
#elseact
goto @duihuan2
[@duihuan1]
#if
random 8
#act
give 英雄召唤石 1
SENDMSG 6 恭喜阁下获得“英雄召唤石”。
goto @main
break
#if
random 7
#act
give 经验丹 1
SENDMSG 6 恭喜阁下获得“经验丹”。
goto @main
break
#if
random 6
#act
give 小恶魔(50%) 1
SENDMSG 6 恭喜阁下获得“小恶魔(50%)”。
goto @main
break
#if
random 5
#act
give 天使守护(50%) 1
SENDMSG 6 恭喜阁下获得“天使守护(50%)”。
goto @main
break
#if
random 4
#act
give 传送神符 1
SENDMSG 6 恭喜阁下获得“传送神符”。
goto @main
break
#if
random 3
#act
give 小恶魔(100%) 1
SENDMSG 6 恭喜阁下获得“小恶魔(100%)”。
goto @main
break
#if
random 2
#act
give 转生证明书 1
SENDMSG 6 恭喜阁下获得“转生证明书”。
goto @main
break
#if
#act
give 经验丹 1
SENDMSG 6 恭喜阁下获得“经验丹”。
goto @main
break
[@duihuan2]
#if
checkitem 礼盒 1
#act
take 礼盒 1
goto @duihuan3
#elseact
SENDMSG 6 未发现“礼包”和“礼盒”。
goto @main
[@duihuan3]
#if
random 7
#act
give 记忆石 1
SENDMSG 6 恭喜阁下获得“记忆石”。
goto @main
break
#if
random 6
#act
give 经验提升卷 1
SENDMSG 6 恭喜阁下获得“经验提升卷”。
goto @main
break
#if
random 5
#act
give 天使守护(75%) 1
SENDMSG 6 恭喜阁下获得“天使守护(75%)”。
goto @main
break
#if
random 4
#act
give 小恶魔(75%) 1
SENDMSG 6 恭喜阁下获得“小恶魔(75%)”。
goto @main
break
#if
random 3
#act
give 还魂石 1
SENDMSG 6 恭喜阁下获得“还魂石”。
goto @main
break
#if
random 2
#act
give 魔血石 1
SENDMSG 6 恭喜阁下获得“魔血石”。
goto @main
break
#if
#act
give 气血石 1
SENDMSG 6 恭喜阁下获得“气血石”。
goto @main
break