20230224修改事項 - 聖殿英雄傳說 MUD
By Anonymous
at 2023-02-25T16:51
at 2023-02-25T16:51
Table of Contents
quest那邊的問題總覺得是同一種
=====================================================================
quest leadit about MERC_QUEST_j001
你道:停!你們怎麼都一個模樣,給我好好的回答,不然....
【提示】你應找的對話目標:山寨-寨主住宅
執行時段錯誤: *Illegal to move or destruct an object
(/d/ppl/justinj/bandit/mob/robber#1044152) defining actions from a verb
function(quest) in object(/std/user#308605) which returns zero.
程式: 0:0
物件: 0
依我接下來遇到的情況,非常可能是有add_action然後就會出問題
3.
quest kenshin about MERC_QUEST_j003
上杉謙信道:這是給你的報酬
【你得到100000影特幣】
【你的道德下降100000點】
執行時段錯誤: *Illegal to move or destruct an object
(/d/ppl/justinj/dark/obj/AD#1045102) defining actions from a verb
function(quest) in object(/std/user#308605) which returns zero.
程式: 0:0
物件: 0
=====================================================================
> findcode 你應找的對話目標 /open/cmds/quest/quest_d.c
搜尋 你應找的對話目標
檔案:/open/cmds/quest/quest_d.c
行號 398: msg+=CYN"【提示】你應找的對話目標:
"+next_npc->query("short")+"\n"NOR;
這個用到的函數為quest_check
findcode quest_check /cmds/std/_quest.c
搜尋 quest_check
檔案:/cmds/std/_quest.c
行號 759: j=(int)quest_ob->quest_check(s1,fstr,exp,quest_temp,mob);
> more2 /cmds/std/_quest.c 759
你從第 759 行開始看檔案 /cmds/std/_quest.c 。
------------------------------------------------------------
j=(int)quest_ob->quest_check(s1,fstr,exp,quest_temp,mob);
// write("s1="+s1+", j="+j+"\n");
if(j>0) return notify_fail("");
========================================================================
另外下面一點的地方就看到
if(!catch(ob=clone_object(quest_ob->query_quest_npc(j))))
{
write(mob->query("short")+HIC"一臉茫然地看著你!\n"+
CYN"【提示】你應找的下一個對話目標:"NOR+ob->query("short")+"\n");
ob->remove();
return notify_fail("");
}
可能是全部的return notify_fail都有問題吧
--
=====================================================================
quest leadit about MERC_QUEST_j001
你道:停!你們怎麼都一個模樣,給我好好的回答,不然....
【提示】你應找的對話目標:山寨-寨主住宅
執行時段錯誤: *Illegal to move or destruct an object
(/d/ppl/justinj/bandit/mob/robber#1044152) defining actions from a verb
function(quest) in object(/std/user#308605) which returns zero.
程式: 0:0
物件: 0
依我接下來遇到的情況,非常可能是有add_action然後就會出問題
3.
quest kenshin about MERC_QUEST_j003
上杉謙信道:這是給你的報酬
【你得到100000影特幣】
【你的道德下降100000點】
執行時段錯誤: *Illegal to move or destruct an object
(/d/ppl/justinj/dark/obj/AD#1045102) defining actions from a verb
function(quest) in object(/std/user#308605) which returns zero.
程式: 0:0
物件: 0
=====================================================================
> findcode 你應找的對話目標 /open/cmds/quest/quest_d.c
搜尋 你應找的對話目標
檔案:/open/cmds/quest/quest_d.c
行號 398: msg+=CYN"【提示】你應找的對話目標:
"+next_npc->query("short")+"\n"NOR;
這個用到的函數為quest_check
findcode quest_check /cmds/std/_quest.c
搜尋 quest_check
檔案:/cmds/std/_quest.c
行號 759: j=(int)quest_ob->quest_check(s1,fstr,exp,quest_temp,mob);
> more2 /cmds/std/_quest.c 759
你從第 759 行開始看檔案 /cmds/std/_quest.c 。
------------------------------------------------------------
j=(int)quest_ob->quest_check(s1,fstr,exp,quest_temp,mob);
// write("s1="+s1+", j="+j+"\n");
if(j>0) return notify_fail("");
========================================================================
另外下面一點的地方就看到
if(!catch(ob=clone_object(quest_ob->query_quest_npc(j))))
{
write(mob->query("short")+HIC"一臉茫然地看著你!\n"+
CYN"【提示】你應找的下一個對話目標:"NOR+ob->query("short")+"\n");
ob->remove();
return notify_fail("");
}
可能是全部的return notify_fail都有問題吧
--
Tags:
線上
All Comments
By Skylar DavisLinda
at 2023-03-02T06:44
at 2023-03-02T06:44
By Joseph
at 2023-03-06T20:37
at 2023-03-06T20:37
By George
at 2023-03-11T10:30
at 2023-03-11T10:30
By Sarah
at 2023-03-11T07:25
at 2023-03-11T07:25
By Rebecca
at 2023-03-15T21:18
at 2023-03-15T21:18
By Iris
at 2023-03-11T07:25
at 2023-03-11T07:25
By Charlotte
at 2023-03-15T21:18
at 2023-03-15T21:18
By Audriana
at 2023-03-11T07:25
at 2023-03-11T07:25
By Liam
at 2023-03-15T21:18
at 2023-03-15T21:18
By Hamiltion
at 2023-03-11T07:25
at 2023-03-11T07:25
By Vanessa
at 2023-03-15T21:18
at 2023-03-15T21:18
By Kelly
at 2023-03-11T07:25
at 2023-03-11T07:25
By Vanessa
at 2023-03-15T21:18
at 2023-03-15T21:18
Related Posts
無限制的自殘狂亂蘿莉吸還是滿能打的
By Donna
at 2023-02-25T12:14
at 2023-02-25T12:14
關於 reform 的數值公式
By Robert
at 2023-02-24T09:22
at 2023-02-24T09:22
20230224修改事項
By Ivy
at 2023-02-24T08:49
at 2023-02-24T08:49
BATTLEPASS 增送免費金幣問題
By Bennie
at 2023-02-24T07:40
at 2023-02-24T07:40
20230223修改事項
By Joe
at 2023-02-23T15:54
at 2023-02-23T15:54