Jump to content

Recommended Posts

Posted

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...

  • 4 years later...
  • 2 years later...
Posted

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


 

Posted
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

  • 1 month later...
  • 4 months later...
  • 5 weeks later...
Posted
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

  • 10 months later...
Posted (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 by DR4LUC0N
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...