神佑首饰盒 » 历史记录 » 版本 3
chenjun, 2022-06-10 18:58
| 1 | 1 | chenjun | h4. %{color:green}神佑首饰盒% |
|---|---|---|---|
| 2 | |||
| 3 | 标签:模块示例|神佑首饰盒 |
||
| 4 | |||
| 5 | *模块说明* |
||
| 6 | |||
| 7 | |||
| 8 | |||
| 9 | *相关配置* |
||
| 10 | 2 | chenjun | |
| 11 | |||
| 12 | |||
| 13 | |||
| 14 | |||
| 15 | |||
| 16 | - |
||
| 17 | - |
||
| 18 | |||
| 19 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
| 20 | |||
| 21 | - |
||
| 22 | - |
||
| 23 | 3 | chenjun | |
| 24 | bq. %{color:lightGrey};..\Mir200\Envir\QuestDiary\神佑首饰盒\神佑首饰盒.txt% |
||
| 25 | [<notextile>@</notextile>main] |
||
| 26 | #say |
||
| 27 | <显示首饰盒按钮/<notextile>@</notextile>显示首饰盒按钮> \ \ |
||
| 28 | <锁住首饰盒按钮/<notextile>@</notextile>锁住首饰盒按钮> \ \ |
||
| 29 | <隐藏首饰盒按钮/<notextile>@</notextile>隐藏首饰盒按钮> \ \ |
||
| 30 | |
||
| 31 | |
||
| 32 | %{color:lightGrey};在界面上显示首饰盒按钮% |
||
| 33 | [<notextile>@</notextile>显示首饰盒按钮] |
||
| 34 | #act |
||
| 35 | *{color:green}[[activationCasket]]* |
||
| 36 | messageBox 首饰盒入口在角色装备界面,点击首饰盒按钮可解锁 |
||
| 37 | |
||
| 38 | |
||
| 39 | %{color:lightGrey};将首饰盒按钮重新上锁,不常用% |
||
| 40 | [<notextile>@</notextile>锁住首饰盒按钮] |
||
| 41 | #say |
||
| 42 | <关闭首饰盒/<notextile>@</notextile>确定关闭首饰盒> \ \ |
||
| 43 | <取消/<notextile>@</notextile>exit>\ |
||
| 44 | |
||
| 45 | |
||
| 46 | [<notextile>@</notextile>确定关闭首饰盒] |
||
| 47 | #act |
||
| 48 | *{color:green}[[setSndacasket]]* 0 |
||
| 49 | messageBox 首饰盒成功上锁 |
||
| 50 | |
||
| 51 | |
||
| 52 | %{color:lightGrey};隐藏界面上的首饰盒按钮,不常用% |
||
| 53 | [<notextile>@</notextile>隐藏首饰盒按钮] |
||
| 54 | #say |
||
| 55 | 必须在首饰盒显示或关闭的状态下才能使用 \ \ |
||
| 56 | <隐藏首饰盒/<notextile>@</notextile>确定隐藏首饰盒> \ \ |
||
| 57 | <取消/<notextile>@</notextile>exit>\ |
||
| 58 | |
||
| 59 | |
||
| 60 | [<notextile>@</notextile>确定隐藏首饰盒] |
||
| 61 | #act |
||
| 62 | *{color:green}[[closeSndacasket]]* |
||
| 63 | messageBox 首饰盒按钮成功隐藏 |
||
| 64 | |||
| 65 | |||
| 66 | - |
||
| 67 | - |
||
| 68 | |||
| 69 | |||
| 70 | bq. %{color:lightGrey};..\Mir200\Envir\Market_Def\QFunction-0.txt% |
||
| 71 | %{color:lightGrey};解锁神佑首饰盒按钮% |
||
| 72 | [<notextile>@</notextile>openSndacasket] |
||
| 73 | #say |
||
| 74 | <解锁首饰盒/<notextile>@</notextile>确定解锁首饰盒> \ \ |
||
| 75 | <取消/<notextile>@</notextile>exit>\ |
||
| 76 | |
||
| 77 | |
||
| 78 | [<notextile>@</notextile>确定解锁首饰盒] |
||
| 79 | #if |
||
| 80 | #act |
||
| 81 | *{color:green}[[setSndacasket]]* 1 |
||
| 82 | messageBox 首饰盒成功解锁 |
||
| 83 | |
||
| 84 | |
||
| 85 | %{color:lightGrey};穿装备触发,神佑首饰盒装备的装备位置是51-56% |
||
| 86 | [<notextile>@</notextile>TakeOn51] |
||
| 87 | #act |
||
| 88 | messageBox 穿戴神佑盒装备51成功 |
||
| 89 | |
||
| 90 | |
||
| 91 | %{color:lightGrey};脱装备触发,神佑首饰盒装备的装备位置是51-56% |
||
| 92 | [<notextile>@</notextile>TakeOff51] |
||
| 93 | #act |
||
| 94 | messageBox 脱掉神佑盒装备51成功 |