项目

一般

简介

神佑首饰盒 » 历史记录 » 修订 6

修订 5 (tejie, 2023-11-02 20:30) → 修订 6/7 (tejie, 2023-11-04 17:27)

h4. %{color:green}神佑首饰盒% 

 标签:模块示例|神佑首饰盒>神佑首饰盒 

 *模块说明* 
 神佑首饰盒是一系列的装备位,首饰盒开启后可以穿戴对应的装备 


 *相关配置* 
 一、数据表 
 ..\Mud2\DB\StdItems.CSV 
 表字段Stdmode决定该装备是否可穿戴到神佑首饰盒 
 字段值与装备格的对应关系: 
 72-神佑首饰1 
 73-神佑首饰2 
 74-神佑首饰3 
 75-神佑首饰4 
 76-神佑首饰5 
 77-神佑首饰6 


 二、[[装备位|装备位置#section-6]] 二、装备位 
 神佑首饰盒拥有六个装备位,装备位编号51-56 
 装备位编号与装备格的对应关系: 
 51-神佑首饰1 
 52-神佑首饰2 
 53-神佑首饰3 
 54-神佑首饰4 
 55-神佑首饰5 
 56-神佑首饰6 

 - 
 - 

 h4. *%{color:deepskyblue}特戒引擎脚本示例:%* 

 - 
 - 

 bq. %{color:lightGrey};..\Mir200\Envir\QuestDiary\神佑首饰盒\神佑首饰盒.txt% 
 [<notextile>@</notextile>main] 
 #say 
 <显示首饰盒按钮/<notextile>@</notextile>显示首饰盒按钮> \ \ 
 <锁住首饰盒按钮/<notextile>@</notextile>锁住首饰盒按钮> \ \ 
 <隐藏首饰盒按钮/<notextile>@</notextile>隐藏首饰盒按钮> \ \ 
 &nbsp; 
 &nbsp; 
 %{color:lightGrey};在界面上显示首饰盒按钮% 
 [<notextile>@</notextile>显示首饰盒按钮]  
 #act 
 *{color:green}[[activationCasket]]* 
 messageBox 首饰盒入口在角色装备界面,点击首饰盒按钮可解锁 
 &nbsp; 
 &nbsp; 
 %{color:lightGrey};将首饰盒按钮重新上锁,不常用% 
 [<notextile>@</notextile>锁住首饰盒按钮] 
 #say 
 <关闭首饰盒/<notextile>@</notextile>确定关闭首饰盒> \ \ 
 <取消/<notextile>@</notextile>exit>\ 
 &nbsp; 
 &nbsp; 
 [<notextile>@</notextile>确定关闭首饰盒] 
 #act 
 *{color:green}[[setSndacasket]]* 0  
 messageBox 首饰盒成功上锁 
 &nbsp; 
 &nbsp; 
 %{color:lightGrey};隐藏界面上的首饰盒按钮,不常用% 
 [<notextile>@</notextile>隐藏首饰盒按钮] 
 #say 
 必须在首饰盒显示或关闭的状态下才能使用 \ \ 
 <隐藏首饰盒/<notextile>@</notextile>确定隐藏首饰盒> \ \ 
 <取消/<notextile>@</notextile>exit>\ 
 &nbsp; 
 &nbsp; 
 [<notextile>@</notextile>确定隐藏首饰盒] 
 #act 
 *{color:green}[[closeSndacasket]]*  
 messageBox 首饰盒按钮成功隐藏 


 - 
 - 


 bq. %{color:lightGrey};..\Mir200\Envir\Market_Def\QFunction-0.txt% 
 %{color:lightGrey};神佑首饰盒按钮禁用状态时,点击触发% 
 [<notextile>@</notextile>openSndacasket] 
 #say 
 <解锁首饰盒/<notextile>@</notextile>确定解锁首饰盒> \ \ 
 <取消/<notextile>@</notextile>exit>\ 
 &nbsp; 
 &nbsp; 
 [<notextile>@</notextile>确定解锁首饰盒] 
 #if 
 #act 
 *{color:green}[[setSndacasket]]* 1  
 messageBox 首饰盒成功解锁 
 &nbsp; 
 &nbsp; 
 %{color:lightGrey};穿装备触发,神佑首饰盒装备的装备位置是51-56% 
 [<notextile>@</notextile>TakeOn51] 
 #act 
 messageBox 穿戴神佑盒装备51成功 
 &nbsp; 
 &nbsp; 
 %{color:lightGrey};脱装备触发,神佑首饰盒装备的装备位置是51-56% 
 [<notextile>@</notextile>TakeOff51] 
 #act 
 messageBox 脱掉神佑盒装备51成功