Emistry Posted July 29, 2012 Posted July 29, 2012 File Name: Chain Quest File Submitter: Emistry File Submitted: 29 Jul 2012 File Category: Games, Events, Quests Content Author: Emistry This Script allow users to setup a Chained Quest in a simplest way. The NPC will reward the player 1 item that specified in the script for every part of the Quests he/she finished. Limit Of Quest Required Items can add to max of 60+ . Configuration : Case <Number>: ChainedQuest( <RewardID>,<Amount>, <Zeny>, <RequiredItem>,<Amount>,......,<RequiredItem>,<Amount> ); Case <X> where X refer to part of the Quest. https://rathena.org/board/index.php?/files/file/2495-%7B?%7D/ Visit Emistry Topic for more Scripts... Quote
NakedWolf Posted November 17, 2019 Posted November 17, 2019 @Emistry sir how to add 24 hours delay for each chained quest1,(u have completed today quest please come back tomorrow) so they can continue quest 2 Quote
vulcan1991 Posted November 18, 2019 Posted November 18, 2019 Put this at the top of script if(#Quest_CD> gettimetick(2)) { msg "Come Back Later"; end; } put this after player get item set #Quest_CD,gettimetick(2) + 3600; // set your cooldown Quote
NakedWolf Posted November 19, 2019 Posted November 19, 2019 22 hours ago, vulcan1991 said: Put this at the top of script if(#Quest_CD> gettimetick(2)) { msg "Come Back Later"; end; } put this after player get item set #Quest_CD,gettimetick(2) + 3600; // set your cooldown This sir this quest will be character based rite not account based rite ? Thank you Quote
JaranSwitch0101 Posted December 27, 2019 Posted December 27, 2019 It will automatically notify the number of monsters we kill, right? Quote
NakedWolf Posted May 2, 2020 Posted May 2, 2020 by default its character based how to make it account based Quote
Emistry Posted June 6, 2020 Author Posted June 6, 2020 On 5/2/2020 at 6:03 PM, NakedWolf said: by default its character based how to make it account based getd( "Quest"+strnpcinfo(2) find all of it, and change to getd( "#Quest"+strnpcinfo(2) On 6/2/2020 at 4:54 AM, Sill said: my quests keeping on part 2, what should i do? Work just fine using the default script in my test server. https://i.imgur.com/NKVDfuZ.png Quote
DR4LUC0N Posted April 27, 2021 Posted April 27, 2021 (edited) Hi @Emistry Sorry to be a bother to you. I just came back from a long hiatus of scripting(8 years) and don't remember much. Would you mind assisting me in adding Gepard UniqueID to this and have it reset OnClock0000? I've been messing around but to no avail. Edited April 27, 2021 by DR4LUC0N Quote
jnssn Posted October 30, 2022 Posted October 30, 2022 Hi @Emistry is it possible to add a list of items? For example: valk armor >requirements1>req2>req3... Valk shield >req1>req2>req3.... 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.