Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Quest help

Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
if i open a quest im having wrong screen popup is there a way to get this fixed
i added this quest at the npc
CabalMainkopie_vBbFeKtRvG - Quest help - RaGEZONE Forums

but if i hit the quest im getting this
and i cant open the quest
CabalMainkopie_u0eXDmbq5i - Quest help - RaGEZONE Forums

i dont know where this is comming from the red and green i know
<npc_case id="5232" phrase_id="9200" order="2079" />
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 29, 2009
Messages
77
Reaction score
0
script.enc

case id

case_set id

phrase id = script_msg =msg id

example

my add quest

<case id="5232" type="0" cont="3700,0" op="-1" />
<case id="5233" type="0" cont="3700,1" op="-1" />
<case id="5234" type="0" cont="3700,2" op="-1" />

<case_set id=“5026”>
<case_type id=“5232” /> = UP 大小写 id
</case_set>
<case_set id=“5027”>
<case_type id=“5233” /> = UP 大小写 id
</case_set>
<case_set id=“5028”>
<case_type id=“5234” /> = UP 大小写 id

<短语 id=“8909” cont=“20783”>
<子 cont=“20784” order=“1” link_id=“-1”>
<事件顺序=“1” id=“89” param=“” />
</孩子>
<子 cont=“20785” order=“2” link_id=“-1”>
<事件顺序=“1” id=“1” param=“” />
</孩子>
</短语>
<短语 id=“8910” cont=“20786”>
<子 cont=“20787” order=“1” link_id=“-1”>
<事件顺序=“1” id=“1” param=“” />
</孩子>
</短语>
<短语 id=“8911” cont=“20788”>
<子 cont=“20789” order=“1” link_id=“-1”>
<事件顺序=“1” id=“90” param=“” />
</孩子>
</短语>

我的添加world_id=“4” npc_id=“1”

<npc_case id=“5026” phrase_id=“8909” order=“xxxx” /> order = ?world_id=“4” npc_id=“1” = 排序
phrase_id = <短语 id=“8909” cont=“20783”>

<npc_case id=“5027” phrase_id=“8910” order=“xxxx” />
<短语 id=“8910” cont=“20786”>
<npc_case id=“5028” phrase_id=“8911” order=“xxxx” />
<短语 id=“8911” cont=“20788”>

npc_case id = case_set id
 
Upvote 0
Back
Top