仅适用老版GOM引擎-其他引擎自行测试

功能:

开启180分钟后自动关闭无法购买,每个物品有数量限制

图片演示:

7}K6F0L6`ZWUUJV7DX6Q99A.png

完整:

[@main]
#if
equal g480 0
#act
mov g480 1
mov g481 99
mov g482 99
mov g483 10
mov g484 10
mov g485 10
mov g486 10
#if
small g496 10800
#say
\ \ \ \
<立即购买/@01> <祝福油/FCOLOR=249> {剩余数量:<$str(g481)>/FCOLOR=250} <每个 50RMB/FCOLOR=253>\
<立即购买/@02> <金条/FCOLOR=254> {剩余数量:<$str(g482)>/FCOLOR=250} <每个 10RMB/FCOLOR=253>\
<立即购买/@03> <金箱/FCOLOR=254> {剩余数量:<$str(g483)>/FCOLOR=250} <每个 666RMB/FCOLOR=253>\
<立即购买/@04> <金砖/FCOLOR=254> {剩余数量:<$str(g484)>/FCOLOR=250} <每个 100RMB/FCOLOR=253>\
<立即购买/@05> <回城石/FCOLOR=254> {剩余数量:<$str(g485)>/FCOLOR=250} <每个 100RMB/FCOLOR=253>\
<立即购买/@06> <号角/FCOLOR=254> {剩余数量:<$str(g486)>/FCOLOR=250} <每个1000RMB/FCOLOR=253>\ \
<PS:开区180分钟后自动关闭无法购买>
#elseact
MessAgeBoX 提示:开去180分钟之内可以使用
[@06]
#if
large g486 0
#elseact
MessAgeBoX 提示:没有剩余数量
break
#if
checkgamepoint < 1000
#act
MessAgeBoX 提示:RMB不足
break
#elseact
gamepoint – 1000
dec g486 1
give 项链幸运保护卷 1
[@05]
#if
large g485 0
#elseact
MessAgeBoX 提示:没有剩余数量
break
#if
checkgamepoint < 100
#act
MessAgeBoX 提示:RMB不足
break
#elseact
gamepoint – 100
dec g485 1
give 玄冥碎片 99
[@04]
#if
large g484 0
#elseact
MessAgeBoX 提示:没有剩余数量
break
#if
checkgamepoint < 100
#act
MessAgeBoX 提示:RMB不足
break
#elseact
gamepoint – 100
dec g484 1
give 凌霄碎片 99
[@03]
#if
large g483 0
#elseact
MessAgeBoX 提示:没有剩余数量
break
#if
checkgamepoint < 666
#act
MessAgeBoX 提示:RMB不足
break
#elseact
gamepoint – 666
dec g483 1
give 金箱 1
[@02]
#if
large g482 0
#elseact
MessAgeBoX 提示:没有剩余数量
break
#if
checkgamepoint < 10
#act
MessAgeBoX 提示:RMB不足
break
#elseact
gamepoint – 10
dec g482 1
give 金条 1
[@01]
#if
large g481 0
#elseact
MessAgeBoX 提示:没有剩余数量
break
#if
checkgamepoint < 50
#act
MessAgeBoX 提示:RMB不足
break
#elseact
gamepoint – 50
dec g481 1
give 宝石碎片(五级) 1

2.机器人Robot_def目录下

AutoRunRobot.txt  添加如下,//按秒运行
#AutoRun NPC SEC 1 @开区计时
RobotManage.txt  添加如下
[@开区计时]
#act
inc g496 1

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。