Files
chuanqi-server/server/s1/LogicServer/data/config/store/RefreshStore.txt
2024-12-15 14:54:42 +08:00

206 lines
8.5 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--热销商品0元1元商品的刷新的配置表
--配置定期刷新商品的ID和数目
--商品的刷出是优先开服时间来算的比如开服第1天卖什么第2天卖什么...
--星期的限制只要用来后期的,如果开服时间比较久了,按星期来,每天不同
--筛选物品的优先级以配置的顺序来判断,如果在配置前面的命中数量足够则不会选择后面的
--id表示商品的销售ID,对应商城配置的ID
--count表示刷出来的数目,如果没有限制就放一个很大的数字比如100000000
--percent表示命中的概率每个物品概率独立随机 以10000为模即1/10000 不配置则不会进行随机100%选中物品,但是否命中还要看优先级问题
--weekDay表示星期几, -1表示不限制星期几0表示周日1表示周1 ,...6表示周6不配置则不会选中
--openServerDay 开服的第几天 ,1表示开服第1天2第2天-1表示不做开服的限制不配置则不会选中
--mergeServerDay 合服第几天1表示合服的第1天-1表示不做合服限制不配置则不会选中
--beforeMergeDay 合服前第几天1表示合服前的第1天-1表示不做合服前限制不配置则不会选中这个时间需要后台开启
--month表示特殊的月如果没有限制就配置为-1,否则比如1月有效就是month=1不配置则不会选中
--day表示特殊的天如果没有限制就配置为-11号就是day=1不配置则不会选中
--筛选物品的优先级以配置的顺序来判断,如果在配置前面的命中数量足够则不会选择后面的
RefreshStore=
{
--分类ID=1 限时抢购(暂不使用)
{
count=3, --每次刷新刷出来的商品的数目,从下面的列表选择这个数目的个数
items=
{
--[[开服5天的限时抢购
{ id = 1038, count = 150, openServerDay = 1 },
{ id = 1017, count = 300, openServerDay = 1 },
{ id = 1027, count = 200, openServerDay = 1 },
{ id = 1041, count = 144, openServerDay = 2 },
{ id = 1017, count = 288, openServerDay = 2 },
{ id = 1039, count = 19, openServerDay = 2 },
{ id = 1040, count = 138, openServerDay = 3 },
{ id = 1041, count = 138, openServerDay = 3 },
{ id = 1039, count = 46, openServerDay = 3 },
{ id = 1042, count = 132, openServerDay = 4 },
{ id = 1040, count = 132, openServerDay = 4 },
{ id = 1037, count = 170, openServerDay = 4 },
{ id = 1043, count = 126, openServerDay = 5 },
{ id = 1042, count = 126, openServerDay = 5 },
{ id = 1010, count = 320, openServerDay = 5 },
{ id = 1044, count = 120, openServerDay = 6 },
{ id = 1043, count = 120, openServerDay = 6 },
{ id = 1037, count = 150, openServerDay = 6 },
{ id = 1017, count = 228, openServerDay = 7 },
{ id = 1044, count = 114, openServerDay = 7 },
{ id = 1037, count = 140, openServerDay = 7 },
{ id = 1011, count = 720, openServerDay = 8 },
{ id = 1009, count = 18000, openServerDay = 8 },
{ id = 1021, count = 2600, openServerDay = 8 },
{ id = 1012, count = 680, openServerDay = 9 },
{ id = 1014, count = 6800, openServerDay = 9 },
{ id = 1021, count = 2400, openServerDay = 9 },
{ id = 1013, count = 320, openServerDay = 10 },
{ id = 1010, count = 640, openServerDay = 10 },
{ id = 1021, count = 2200, openServerDay = 10 },
]]
--合服7天的限时抢购
--[[
{ id= 90001, count = 10, mergeServerDay = 1, },
{ id= 90002, count = 20, mergeServerDay = 1, },
{ id= 90003, count = 30, mergeServerDay = 1, },
{ id= 90004, count = 40, mergeServerDay = 1, },
{ id= 90005, count = 50, mergeServerDay = 1, },
{ id= 90006, count = 60, mergeServerDay = 1, },
{ id= 90007, count = 70, mergeServerDay = 1, },
{ id= 90008, count = 80, mergeServerDay = 1, },
{ id= 90009, count = 90, mergeServerDay = 1, },
{ id= 90001, count = 10, mergeServerDay = 2, },
{ id= 90002, count = 20, mergeServerDay = 2, },
{ id= 90003, count = 30, mergeServerDay = 2, },
{ id= 90004, count = 40, mergeServerDay = 2, },
{ id= 90005, count = 50, mergeServerDay = 2, },
{ id= 90006, count = 60, mergeServerDay = 2, },
{ id= 90007, count = 70, mergeServerDay = 2, },
{ id= 90008, count = 80, mergeServerDay = 2, },
{ id= 90009, count = 90, mergeServerDay = 2, },
{ id= 90001, count = 10, mergeServerDay = 3, },
{ id= 90002, count = 20, mergeServerDay = 3, },
{ id= 90003, count = 30, mergeServerDay = 3, },
{ id= 90004, count = 40, mergeServerDay = 3, },
{ id= 90005, count = 50, mergeServerDay = 3, },
{ id= 90006, count = 60, mergeServerDay = 3, },
{ id= 90007, count = 70, mergeServerDay = 3, },
{ id= 90008, count = 80, mergeServerDay = 3, },
{ id= 90009, count = 90, mergeServerDay = 3, },
{ id= 90001, count = 10, mergeServerDay = 4, },
{ id= 90002, count = 20, mergeServerDay = 4, },
{ id= 90003, count = 30, mergeServerDay = 4, },
{ id= 90004, count = 40, mergeServerDay = 4, },
{ id= 90005, count = 50, mergeServerDay = 4, },
{ id= 90006, count = 60, mergeServerDay = 4, },
{ id= 90007, count = 70, mergeServerDay = 4, },
{ id= 90008, count = 80, mergeServerDay = 4, },
{ id= 90009, count = 90, mergeServerDay = 4, },
{ id= 90001, count = 10, mergeServerDay = 5, },
{ id= 90002, count = 20, mergeServerDay = 5, },
{ id= 90003, count = 30, mergeServerDay = 5, },
{ id= 90004, count = 40, mergeServerDay = 5, },
{ id= 90005, count = 50, mergeServerDay = 5, },
{ id= 90006, count = 60, mergeServerDay = 5, },
{ id= 90007, count = 70, mergeServerDay = 5, },
{ id= 90008, count = 80, mergeServerDay = 5, },
{ id= 90009, count = 90, mergeServerDay = 5, },
{ id= 90001, count = 10, mergeServerDay = 6, },
{ id= 90002, count = 20, mergeServerDay = 6, },
{ id= 90003, count = 30, mergeServerDay = 6, },
{ id= 90004, count = 40, mergeServerDay = 6, },
{ id= 90005, count = 50, mergeServerDay = 6, },
{ id= 90006, count = 60, mergeServerDay = 6, },
{ id= 90007, count = 70, mergeServerDay = 6, },
{ id= 90008, count = 80, mergeServerDay = 6, },
{ id= 90009, count = 90, mergeServerDay = 6, },
{ id= 90001, count = 10, mergeServerDay = 7, },
{ id= 90002, count = 20, mergeServerDay = 7, },
{ id= 90003, count = 30, mergeServerDay = 7, },
{ id= 90004, count = 40, mergeServerDay = 7, },
{ id= 90005, count = 50, mergeServerDay = 7, },
{ id= 90006, count = 60, mergeServerDay = 7, },
{ id= 90007, count = 70, mergeServerDay = 7, },
{ id= 90008, count = 80, mergeServerDay = 7, },
{ id= 90009, count = 90, mergeServerDay = 7, },
]]
--平常时间周一到周日的抢购
--weekDay表示星期几 -1表示不限制星期几 0表示周日 1表示周1 6表示周6 不配置则不会选中
--[[
{ id = 1031, count = 50, weekDay = 1 },
{ id = 1016, count = 60, weekDay = 1 },
{ id = 1005, count = 50, weekDay = 1 },
{ id = 1035, count = 50, weekDay = 2 },
{ id = 1011, count = 200, weekDay = 2 },
{ id = 1038, count = 30, weekDay = 2 },
{ id = 1031, count = 50, weekDay = 3 },
{ id = 1009, count = 5000, weekDay = 3 },
{ id = 1005, count = 50, weekDay = 3 },
{ id = 1035, count = 50, weekDay = 4 },
{ id = 1014, count = 2000, weekDay = 4 },
{ id = 1038, count = 30, weekDay = 4 },
{ id = 1031, count = 50, weekDay = 5 },
{ id = 1012, count = 200, weekDay = 5 },
{ id = 1005, count = 50, weekDay = 5 },
{ id = 1035, count = 50, weekDay = 6 },
{ id = 1027, count = 100, weekDay = 6 },
{ id = 1038, count = 30, weekDay = 6 },
{ id = 1031, count = 50, weekDay = 0 },
{ id = 1013, count = 100, weekDay = 0 },
{ id = 1005, count = 50, weekDay = 0 },
]]
}
},
--boss积分商城暂不使用
{
count=1, --每次刷新刷出来的商品的数目,从下面的列表选择这个数目的个数
items=
{ --[[
{ id = 7001, count = 1000000, weekDay = -1 },--全服卖几个可填多些默认1000000
{ id = 7002, count = 1000000, weekDay = -1 },
{ id = 7003, count = 1000000, weekDay = -1 },
{ id = 7004, count = 1000000, weekDay = -1 },
{ id = 7005, count = 1000000, weekDay = -1 },
{ id = 7006, count = 1000000, weekDay = -1 },
{ id = 7007, count = 1000000, weekDay = -1 },
]]
},
},
--配置为了防报错
{
count=2, --每次刷新刷出来的商品的数目,从下面的列表选择这个数目的个数
items=
{ --[[
{ id = 7001, count = 1000000, weekDay = -1 },--全服卖几个可填多些默认1000000
{ id = 7002, count = 1000000, weekDay = -1 },
{ id = 7003, count = 1000000, weekDay = -1 },
{ id = 7004, count = 1000000, weekDay = -1 },
{ id = 7005, count = 1000000, weekDay = -1 },
{ id = 7006, count = 1000000, weekDay = -1 },
{ id = 7007, count = 1000000, weekDay = -1 },
]]
},
},
--配置为了防报错
{
count=3, --每次刷新刷出来的商品的数目,从下面的列表选择这个数目的个数
items=
{ --[[
{ id = 7001, count = 1000000, weekDay = -1 },--全服卖几个可填多些默认1000000
{ id = 7002, count = 1000000, weekDay = -1 },
{ id = 7003, count = 1000000, weekDay = -1 },
{ id = 7004, count = 1000000, weekDay = -1 },
{ id = 7005, count = 1000000, weekDay = -1 },
{ id = 7006, count = 1000000, weekDay = -1 },
{ id = 7007, count = 1000000, weekDay = -1 },
]]
},
},
}