Re: How To Creat your own Quest
As i said, that code was just a copy paste after a tested file.
I've added the strings like this:
PHP Code:
PAY_ITEM_METHOD_EXACT = 1
LuaSetAchievedItem(5, 0, 0, 0, 1, "ITEM_EVENT_CH_SPEAR_01_A_RARE", 1, 1, "ITEM_EVENT_CH_TBLADE_01_A_RARE", 1, 1, "ITEM_EVENT_CH_BOW_01_A_RARE", 1, 1, "ITEM_EVENT_CH_SWORD_01_A_RARE", 1, 1, "ITEM_EVENT_CH_BLADE_01_A_RARE", 1)
But, the point is ... In this quest you need to choose 1 item from 5.
When you go to take your reward, the items are there but you can't click (select) just one, it's trying to give all of the 5 items to you and since in the database it's set to only 1 it fails here.
Got any idea how to make it able to select 1 item from 5 ( just an example ) from the .lua file of the quest ?
Thank you.
Later edit: Is there a way of making a quest one time able ?
Also, is there any other documentation related to quests ? :P
Re: How To Creat your own Quest
Re: How To Creat your own Quest
i want to make quest working with all game monsters
Re: How To Creat your own Quest
Quote:
Originally Posted by
dafuq99
i want to make quest working with all game monsters
i think u can edit the mob section to "MOB_%"
Re: How To Creat your own Quest
You can also try using "MISSION_TYPE_GATHER_ITEM_FROM_FIELD" for a specific area.
Any1 figured out how to make a quest one-time-able ?
Re: How To Creat your own Quest
anyone knows how to set drop quest items from any mob? not just mangyang.