Jump to content

How to do custom missions?


Quico

Recommended Posts

Hello RF Dev community!

I would like to know how I can add a custom quest to an NPC.
Requirement: Level X and item X in inventory.
Mission: Kill X monsters
What files and tables do I need to edit?

Link to comment
Share on other sites

long time no touch rf online files. but i can help you to give some clue..

you must edit server side and client side.

for server side.

storelist.dat ( for enable quest button)

Quest.dat (for make a new quest(

QuestNPCEvent.dat (for link new quest to npc)

 

client side.

store.edf (for enable quest button)

Quest.edf

NDQuest.edf

 

better edit using Trirozhka excel parser Old Web Version or New Version C++.

 

if you need example just pm me to get xlsx file or dat file.

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

×
×
  • Create New...