Jump to content
  • 0

Requesting NPC Script


aeious

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   1
  • Joined:  02/03/16
  • Last Seen:  

Can I have an NPC which give random quest everyday and give reward after completing its quest.

 

example of quest are as follows:

  • kill  X number of monster
  • collect X number of item

 

and sample rewards are as follows:

  • day 1 - 1TCG
  • day 2 - Bubble + exp
  • day 3 - cash point + zeny

 

hope someone can help me.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   31
  • Joined:  07/08/14
  • Last Seen:  

I think this might correspond to what you're looking for : https://github.com/rathena/rathena/blob/master/npc/custom/quests/hunting_missions.txt

 

It's only about hunting monsters, there's no item collection quests but if you want us to add it you'd need to make a list of items because asking for random items is likely to make the quest impossible (if the item can't be found).

 

There are quite a few scripts of the genre but to me this one is the best (only my opinion though).

 

I think you should try it out and think about whether you want to add an item function but if you want to and you also want to use this script you'll definitely have to make a list of items with their value (since this script gives you points after completing a mission you can use in a shop).

 

Hope you find it useful, don't hesitate to ask anything if needed.

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

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

×
×
  • Create New...