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!

trying to fix broken quests

Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
im trying to fix quest 969
<msg id="quest00969" cont="The Core Alchemic Transmuter" />
i can see the quest in my quest list but if i go to the npc he got no quests left to show

i cant find annything in script enc only thin i can find is this related to 969
<case id="969" type="0" cont="1164,2" op="-1" />
<case_set id="969">
<case_type id="969" />

no <npc_script id= to be found

quest enc is

<quest quest_id="969" name="quest00969" type="1" party="0" mission_order="0" mission_set="0" delete_type="0" desc="quest_desc00969" dailycount="0" >
<condition level="50" class="63:6" item="0:0:0" maxlv="190" rank="0" rank_type="0" skill="0:0" cond_fail="0" min_reputation_class="-21" max_reputation_class="21" nation_type="255" exclusive_craft="0:0" common_craft="0" />
<param penalty_value="0" reward="194584,0,0,0,0,232,0,0,0,0,0,0" />
<npcs npcset_id="969" >
<quest_npc unique_order="0" npc_id="4,6" npc_name="npc04-0006" npc_action_order="0" action_type="5" value="" notify="1:0" display_next_npc="1" desc="q_npc00969-00" />
<quest_npc unique_order="1" npc_id="3,6" npc_name="npc03-0006" npc_action_order="1" action_type="0" value="441,1237,0" notify="1:0" display_next_npc="1" desc="q_npc00969-01" />
<quest_npc unique_order="2" npc_id="2,6" npc_name="npc02-0006" npc_action_order="2" action_type="0" value="438,1238,0" notify="1:0" display_next_npc="1" desc="q_npc00969-02" />
<quest_npc unique_order="3" npc_id="1,6" npc_name="npc01-0006" npc_action_order="3" action_type="0" value="465,1239,0" notify="1:0" display_next_npc="1" desc="q_npc00969-03" />
<quest_npc unique_order="4" npc_id="4,6" npc_name="npc04-0006" npc_action_order="4" action_type="1" value="441,1237,0" notify="1:0" display_next_npc="1" desc="q_npc00969-04" />
<quest_npc unique_order="5" npc_id="4,6" npc_name="npc04-0006" npc_action_order="4" action_type="1" value="438,1238,0" notify="1:0" display_next_npc="1" desc="q_npc00969-05" />
<quest_npc unique_order="6" npc_id="4,6" npc_name="npc04-0006" npc_action_order="4" action_type="1" value="465,1239,0" notify="1:0" display_next_npc="1" desc="q_npc00969-06" />
<quest_npc unique_order="7" npc_id="4,6" npc_name="npc04-0006" npc_action_order="5" action_type="6" value="" notify="1:0" display_next_npc="1" desc="q_npc00969-07" />
</npcs>
</quest>

bump up-up-up
 
Last edited:
Elite Diviner
Joined
Jun 18, 2023
Messages
438
Reaction score
247
<condition level="50" class="63:6" item="0:0:0" maxlv="190" rank="0" rank_type="0" skill="0:0" cond_fail="0" min_reputation_class="-21" max_reputation_class="21" nation_type="255" exclusive_craft="0:0" common_craft="0" />
 
Upvote 0
Junior Spellweaver
Joined
Oct 9, 2011
Messages
176
Reaction score
6
<condition level="50" class="63:6" item="0:0:0" maxlv="190" rank="0" rank_type="0" skill="0:0" cond_fail="0" min_reputation_class="-21" max_reputation_class="21" nation_type="255" exclusive_craft="0:0" common_craft="0" />
my cabal is setup for max 190

<condition level="50" class="63:6" item="0:0:0" maxlv="190" rank="0" rank_type="0" skill="0:0" cond_fail="0" min_reputation_class="-21" max_reputation_class="21" nation_type="255" exclusive_craft="0:0" common_craft="0" />
i can see the quest but the npc isnt showing it

im getting somewhere with the quest dous annyone know where to set the quest if you open npc and klick quest it opens the core alchemist function
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Back
Top