- 好友
- 3
- 在线时间
- 0 小时
- 最后登录
- 2024-5-8
见习骑士
- UID
- 3103735
- 第纳尔
- 1596
- 精华
- 0
- 互助
- 10
- 荣誉
- 1
- 贡献
- 0
- 魅力
- 34
- 注册时间
- 2019-9-10
鲜花( 32) 鸡蛋( 0)
|
发表于 2021-4-15 20:14:46
|
显示全部楼层
本帖最后由 在那悠远的苍穹 于 2021-4-15 20:19 编辑
(store_random_in_range, ":rand", 1, 8), # 数量
(try_for_range, ":unused", 0, ":rand"),
(store_random_in_range, ":item_no", item_begin, item_end), # 范围
(item_get_type, ":type", ":item_no"),
(eq, ":type", itp_type_horse), # 条件
(troop_add_item, "trp_player", ":item_no", 0), # 获得
(try_end),
或者
(try_for_range, ":item_no", item_begin, item_end), # 范围
(item_get_type, ":type", ":item_no"),
(eq, ":type", itp_type_horse), # 条件
(store_random_in_range, ":rand", 1, 8), # 数量
(troop_add_item, "trp_player", ":item_no", ":rand"), # 获得
(try_end),
|
鲜花鸡蛋小果汁儿 在2021-4-15 21:21 送朵鲜花 并说:我非常同意你的观点,送朵鲜花鼓励一下 快乐风猫 在2021-4-15 21:14 送朵鲜花 并说:我非常同意你的观点,送朵鲜花鼓励一下
|