Quest "Missing Poppy" Correction
=== QUEST "MISSING POPPY" CORRECTION ===
Emulator:
Aion Lightning V.303
Quest Name:
Missing Poppy
References:
Error:
Poppy doesn't follow the player back to Tolbas Village (If the player clicks on the pig the Quest dialog doesn't appear, instead of it the player attacks the pig).
File:
Aion-Lightning\gameserver\data\static_data\npcs\ npc_templates.xml
Original Data:
Code:
<npc_template npc_id="203191" level="5" name="poppy" name_id="351086" npc_type="ATTACKABLE" height="1.3" rank="NORMAL" race="ELYOS" tribe="GENERAL" srange="10" arange="2" arank="1000" hpgauge="3">
Corrected Data:
Code:
<npc_template npc_id="203191" level="5" name="poppy" name_id="351086" npc_type="NON_ATTACKABLE" height="1.3" rank="NORMAL" race="ELYOS" tribe="GENERAL" srange="10" arange="2" arank="1000" hpgauge="3">
In short, change ATTACKABLE to NON_ATTACKABLE. :ott1:
:tea: