- 精华
- 阅读权限
- 60
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2021-2-28
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2024-10-3 10:37:57
|
显示全部楼层
;SQuest74_npc00032
CmpQuestNumStep(74,0)
if( yes==1 ){
DualCheck(1)
if(yes == 1){
D("二转进行中…")
SetQuestNumStep(74,5)
goto End_Questnpc00032
}
else
{
D("你很想转职么…")
SetQuestNumStep(74,15)
goto End_Questnpc00032
}
}
CmpQuestNumStep( 74, 5 )
if( yes==1 ){
CallSmallMenu(200, 1190)
SetQuestNumStep( 74, 10 )
goto End_Questnpc00032
}
CmpQuestNumStep(74,10)
if( yes==1 ){
SendSound(0, 1311)
Qcount = 0
GhostLv = GhostLv + 1
D("转职成功,恭喜你!") ;Stay220
SetQuestNumStep(74,15)
goto End_Questnpc00032
}
CmpQuestNumStep(74,15)
if( yes==1 ){
DualCheck(2)
if(yes == 1){
D("三转进行中…")
SetQuestNumStep(74,20)
goto End_Questnpc00032
}
else
{
D("我是负责转职的NPC…")
SetQuestNumStep(74,30)
goto End_Questnpc00032
}
}
CmpQuestNumStep( 74, 20 )
if( yes==1 ){
CallSmallMenu(200, 1190)
SetQuestNumStep( 74, 25 )
goto End_Questnpc00032
}
CmpQuestNumStep(74,25)
if( yes==1 ){
SendSound(0, 1311)
Qcount = 0
GhostLv = GhostLv + 1
D("转职成功,恭喜你!") ;Stay220
SetQuestNumStep(74,30)
goto End_Questnpc00032
}
CmpQuestNumStep(74,30)
if( yes==1 ){
DualCheck(3)
if(yes == 1){
D("四转进行中…")
SetQuestNumStep(74,35)
goto End_Questnpc00032
}
else
{
D("转了你可别后悔哦")
SetQuestNumStep(74,45)
goto End_Questnpc00032
}
}
CmpQuestNumStep( 74, 35 )
if( yes==1 ){
CallSmallMenu(200, 1190)
SetQuestNumStep( 74, 40 )
goto End_Questnpc00032
}
CmpQuestNumStep(74,40)
if( yes==1 ){
SendSound(0, 1311)
Qcount = 0
GhostLv = GhostLv + 1
D("转职成功,恭喜你!") ;Stay220
SetQuestNumStep(74,45)
goto End_Questnpc00032
}
CmpQuestNumStep(74,45)
if( yes==1 ){
DualCheck(4)
if(yes == 1){
D("五转进行中…")
SetQuestNumStep(74,50)
goto End_Questnpc00032
}
else
{
D("你还没有到五转的条件...")
SetQuestNumStep(74,0)
goto End_Questnpc00032
}
}
CmpQuestNumStep( 74, 50 )
if( yes==1 ){
CallSmallMenu(200, 1190)
SetQuestNumStep( 74, 55 )
goto End_Questnpc00032
}
CmpQuestNumStep(74,55)
if( yes==1 ){
DualCheck(5)
if(yes == 1){
SendSound(0, 1311)
Qcount = 0
GhostLv = GhostLv + 1
D("五转成功.恭喜你!") ;Stay220
SetQuestNumStep(74,240)
goto End_Questnpc00032
}
else
{
SetQuestNumStep(74,0)
goto End_Questnpc00032
}
}
CmpQuestNumStep(74,240)
if( yes==1 ){
DualCheck(5)
if(yes == 1){
D("五转成功.恭喜你!")
goto End_Questnpc00032
}
else
{
SetQuestNumStep(74,0)
goto End_Questnpc00032
}
}
;EQuest74_npc00032
:End_Questnpc00032
end |
|