
Originally Posted by
xAnasx
thanks alot brother
but 1 problem how can i change the quest requeat
i dont want them to attack 20 mngyang i want to create my own
any ideas ? :D
and another thing like thebigbody
i have everything writes in 0
no words or anything thanks
i think in th tab i must edit textusystem or iam wrong ?
Code:
function QNO_TEST_QUEST() -- you should match this with your filename!
QUESTID = LuaGetQuestID("QNO_TEST_QUEST") -- IMPORTANT: must match with the name in your database
LuaSetStartCodition(2, QSC_QUEST, QSC_LEVEL, 1, 1)
QM_CONVERSATION = 1
LuaSetStartMethod(QM_CONVERSATION, 1, "NPC_CH_SMITH")
LuaInsertMissionOrCompleteNpc("NPC_CH_SMITH")
LuaQuestInsertNpc(1, "NPC_CH_SMITH")
LuaSetAchievementLimit(1)
LuaSetMissionDataSize(QUESTID, 1)
LuaSetMissionData_EX(QUESTID, 0, MISSION_TYPE_KILL_MONSTER, "SN_CON_QNO_TEST_QUEST", 1, "MOB_CH_MANGNYANG", 0, 20, 0, 1)
InsertQuestMenuStringList("NPC_CH_SMITH", 8, "BASIC_MENUSTRING_GREETING", "SN_NPC_CH_POTION_QS", "BASIC_MENUSTRING_REQUEST_ACCEPT_QUEST", "SN_TALK_QNO_TEST_QUEST_01", "BASIC_MENUSTRING_AT_ACCEPT", "SN_TALK_QNO_TEST_QUEST_02", "BASIC_MENUSTRING_AT_DENY", "SN_TALK_QNO_TEST_QUEST_03", "BASIC_MENUSTRING_NOT_ACHIEVED", "SN_TALK_QNO_TEST_QUEST_04", "BASIC_MENUSTRING_INVENTORY_FULL", "SN_TALK_QNO_TEST_QUEST_05", "BASIC_MENUSTRING_ACHIEVED", "SN_TALK_QNO_TEST_QUEST_06", "BASIC_MENUSTRING_ACHIEVED_NOW", "SN_TALK_QNO_TEST_QUEST_07")
LuaSetMissionCompleteNum(0)
PAY_ITEM_METHOD_EXACT = 1
LuaSetAchievedItem(1, 7200, 0, 0, 1, "ITEM_MALL_GLOBAL_CHATTING", 10)
LuaSetAchievedSkillPont(0)
end
You See The
1- MOB_CH_MANGNYANG this is Mob code you can change to mob code you want to make it on Quest
2- The Red Number [ 20 ] is the How much mob need to complete the quest
3- about everything appear ( 0 )
Check Media lines you added and try to change to letter then import and keep test :)

Originally Posted by
thebigbody
thxxxxxx
i did all right from the first time ^_^
but i have 2 problems
1 - everything ( words ) = 0 no any letters but this is not important i will fix it
2 - nothing appear to me when i choose reward although when i click it i got the 10 globals but nothing appear
screen :

You added RefQuestRewardItem
Code:
1 [ID] QNO_TEST_QUEST 0 ITEM_MALL_GLOBAL_CHATTING xxx 0 10 xxx 0 xxx 0 xxx
On your Media on Server_deb--> Silkroad --> Textdata --> RefQuestRewardItem.txt