hello vro
bro
i hope you be fine ♥
i was looking to make quest and i see your thread in epvp and it was very useful to me and i was do it step by step
and its working in game but not 100%
when i kill mobs don't count to my quest
PHP Code:
function QNO_QUEST_ODYSSEY() -- you should match this with your filename!
QUESTID = LuaGetQuestID("QNO_QUEST_ODYSSEY") -- IMPORTANT: must match with the name in your database
LuaSetStartCodition(2, QSC_QUEST, QSC_LEVEL, 1, 130)
QM_CONVERSATION = 1
LuaSetStartMethod(QM_CONVERSATION, 1, "NPC_QCH13")
LuaInsertMissionOrCompleteNpc("NPC_QCH13")
LuaQuestInsertNpc(1, "NPC_QCH13")
LuaSetMissionDataSize(QUESTID, 1)
LuaSetMissionData_EX(QUESTID, 0, MISSION_TYPE_KILL_MONSTER, "SN_CON_QNO_QUEST_ODYSSEY", 1, "MOB_AR_MANGYANG_PLUNDER1_CLONE", 0, 1000, 0, 1)
InsertQuestMenuStringList("NPC_QCH13", 8, "BASIC_MENUSTRING_GREETING", "SN_NPC_QCH13_QS", "BASIC_MENUSTRING_REQUEST_ACCEPT_QUEST", "SN_TALK_QNO_QUEST_ODYSSEY_01", "BASIC_MENUSTRING_AT_ACCEPT", "SN_TALK_QNO_QUEST_ODYSSEY_02", "BASIC_MENUSTRING_AT_DENY", "SN_TALK_QNO_QUEST_ODYSSEY_03", "BASIC_MENUSTRING_NOT_ACHIEVED", "SN_TALK_QNO_QUEST_ODYSSEY_04", "BASIC_MENUSTRING_INVENTORY_FULL", "SN_TALK_QNO_QUEST_ODYSSEY_05", "BASIC_MENUSTRING_ACHIEVED", "SN_TALK_QNO_QUEST_ODYSSEY_06", "BASIC_MENUSTRING_ACHIEVED_NOW", "SN_TALK_QNO_QUEST_ODYSSEY_07")
LuaSetMissionCompleteNum(0)
PAY_ITEM_METHOD_EXACT = 1
LuaSetAchievedItem(1, 7200, 0, 0, 1, "ITEM_SILK_SCROLL_50", 1)
LuaSetAchievedSkillPont(0)
end
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]