Kariton Revolution Posted August 29, 2013 Posted August 29, 2013 map: Questshop1 ,Questshop2 example 1st npc [Level 1 Quest] requirements 607,100; pag katpos nya matapos ung level 1 quest makakawarp na sya sa sa Questshop 1 tapos bago nya din makausap ung quest shop 2 dpat matapos nyo muna ung quest shop 1 qng hindi hindi sya makakapag quest sa quest shop 2 2nd npc [level 2 quest] requirements 607,200; pag katapos nito makakawarp na sya sa mapa ng QuestShop2 Quote
Patskie Posted August 29, 2013 Posted August 29, 2013 Typical quest can be done using getitem, delitem and countitem. prontera,150,150,0 script Quest1 100,{ // when done set #done, 1; // Remove # if you want it to be character based end; } prontera,100,100,0 script Quest2 100,{ if ( #done ) { // You complete Quest1 do anything... } else { // You don't complete Quest1 yet. Either terminate or do anything } } Quote
Kariton Revolution Posted August 31, 2013 Author Posted August 31, 2013 sir can you help me more can you add the name of the player who complete the quest? and also the format ? Quote
Patskie Posted September 9, 2013 Posted September 9, 2013 sir can you help me more can you add the name of the player who complete the quest? and also the format ? // when done set #done, 1; // Remove # if you want it to be character based announce strcharinfo(0)+ " has completed the quest!",0; // <- add Quote
Kariton Revolution Posted September 10, 2013 Author Posted September 10, 2013 Thankyou so much ! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.