- Хроники
- Shadow of the Kamael
- Исходники
- Присутствуют
- Сборка
- L2jMobius Master class ch3
Hey guys... i try find how to start a quest via item.
It tis oppening the window but, the similar itens have a bypess to quests, but it fails.
So far i understand is cause in the quest i have to set a NPC, who will be the npc the player talk to start the quest. But here is a item, there is no NPC.
Ty for any tip.
Код:
<item id="35702" name="Zahak's Petra" type="EtcItem">
<!-- Petra obtained after defeating Zahak in the Seed of Hellfire. You can find out about the quest by clicking on it. Quest start item. -->
<set name="icon" val="icon.etc_torch_on_i00" />
<set name="is_depositable" val="false" />
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<set name="is_oly_restricted" val="true" />
<set name="default_action" val="START_QUEST" />
<set name="immediate_effect" val="true" />
<set name="material" val="CRYSTAL" />
</item>
It tis oppening the window but, the similar itens have a bypess to quests, but it fails.
So far i understand is cause in the quest i have to set a NPC, who will be the npc the player talk to start the quest. But here is a item, there is no NPC.
Ty for any tip.