骑马与砍杀中文站论坛

 找回密码
 注册(Register!)

QQ登录

只需一步,快速开始

搜索
购买CDKEY 小黑盒加速器
查看: 1203|回复: 4

[求助] 战团 丨 领主从俘虏中募兵的功能是如何实现的?

[复制链接]

9

主题

34

回帖

48

积分

扈从

Rank: 2Rank: 2

UID
2857382
第纳尔
328
精华
0
互助
7
荣誉
0
贡献
0
魅力
0
注册时间
2017-7-20
鲜花(6) 鸡蛋(0)
发表于 2023-10-7 19:51:06 | 显示全部楼层 |阅读模式
如题


我猜想的是新建一个触发器,触发器定时触发,条件是大地图上存在该领主的部队并且有可以被该领主招募的俘虏,然后触发结果是从该领主部队中删掉一定数量的俘虏,之后再往领主部队里面添加相同数目的某个兵种。



想法很美好,就是不知道该怎么操作

29

主题

738

回帖

565

积分

骑士

Rank: 4Rank: 4

UID
3322408
第纳尔
1748
精华
0
互助
67
荣誉
0
贡献
0
魅力
6
注册时间
2022-2-3
鲜花(57) 鸡蛋(0)
发表于 2023-10-8 00:15:01 来自手机 | 显示全部楼层
是这个流程没错。来自: Android客户端

16

主题

107

回帖

197

积分

见习骑士

Rank: 3

UID
3304622
第纳尔
690
精华
0
互助
26
荣誉
3
贡献
0
魅力
158
注册时间
2021-12-28
鲜花(31) 鸡蛋(0)
发表于 2023-10-10 12:00:22 | 显示全部楼层
打开header_operations
# [ Z00 ] Introduction and Credits.
# [ Z01 ] Operation Modifiers.
# [ Z02 ] Flow Control.
# [ Z03 ] Mathematical Operations.
# [ Z04 ] Script/Trigger Parameters and Results.
# [ Z05 ] Keyboard and Mouse Input.
# [ Z06 ] World Map.
# [ Z07 ] Game Settings.
# [ Z08 ] Factions.
# [ Z09 ] Parties and Party Templates.
# [ Z10 ] Troops.
# [ Z11 ] Quests.
# [ Z12 ] Items.
# [ Z13 ] Sounds and Music Tracks.
# [ Z14 ] Positions.
# [ Z15 ] Game Notes.
# [ Z16 ] Tableaus and Heraldics.
# [ Z17 ] String Operations.
# [ Z18 ] Output And Messages.
# [ Z19 ] Game Control: Screens, Menus, Dialogs and Encounters.
# [ Z20 ] Scenes and Missions.
# [ Z21 ] Scene Props and Prop Instances.
# [ Z22 ] Agents and Teams.
# [ Z23 ] Presentations.
# [ Z24 ] Multiplayer And Networking.
# [ Z25 ] Remaining Esoteric Stuff.
# [ Z26 ] Hardcoded Compiler-Related Code.

通过注解,明白Z09部分针对部队与部队模板使用的OP操作。使用查找Z09快速定位,如下几个OP应该是你需要的
party_add_members                     = 1610  # (party_add_members, <party_id>, <troop_id>, <number>),
party_remove_prisoners                = 1616  # (party_remove_prisoners, <party_id>, <troop_id>, <number>),
remove_troops_from_prisoners          = 1216  # (remove_troops_from_prisoners, <troop_id>, <value>),


评分

参与人数 1第纳尔 +10 互助 +1 收起 理由
agjib + 10 + 1 乐于助人!

查看全部评分

9

主题

34

回帖

48

积分

扈从

Rank: 2Rank: 2

UID
2857382
第纳尔
328
精华
0
互助
7
荣誉
0
贡献
0
魅力
0
注册时间
2017-7-20
鲜花(6) 鸡蛋(0)
 楼主| 发表于 2023-10-13 12:09:17 | 显示全部楼层
杰喵喵 发表于 2023-10-10 12:00
打开header_operations
# [ Z00 ] Introduction and Credits.
# [ Z01 ] Operation Modifiers.

好好好,多谢大佬

16

主题

152

回帖

160

积分

见习骑士

Rank: 3

UID
3048044
第纳尔
2061
精华
0
互助
18
荣誉
2
贡献
20
魅力
289
注册时间
2018-12-15
鲜花(34) 鸡蛋(0)
发表于 2023-10-13 17:38:06 | 显示全部楼层
我依稀记得我好像发过转化俘虏osp
您需要登录后才可以回帖 登录 | 注册(Register!)

本版积分规则

Archiver|手机版|小黑屋|骑马与砍杀中文站

GMT+8, 2024-11-19 08:45 , Processed in 0.137067 second(s), 25 queries , Gzip On, MemCached On.

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表