Hi,
Could some one tell me how the quest system works.
I have this.
The NPC has an option to talk to (Green Writing)
IN the code its looking for the QuestDiary ( theres two of these which one do i edit? )
Theres one in Convert_Def and one in Envir
then this is the meat NPC for example:
Where is @CALL_Npc_TodayQuest and how do i change it and so on.
Basically just run through how this system works!
Thanks!
Could some one tell me how the quest system works.
I have this.
The NPC has an option to talk to (Green Writing)
IN the code its looking for the QuestDiary ( theres two of these which one do i edit? )
Theres one in Convert_Def and one in Envir
then this is the meat NPC for example:
Code:
[Convert]
[@Convert_01Meat_Bichon-0_0]
{
<¹ØÓÚ½ñÈÕÈÎÎñ½øÐжԻ°¡£/@CALL_Npc_TodayQuest> \
}
[@Convert_01Meat_Bichon-0_1]
{
<¹ØÓÚÈÎÎñ½øÐжԻ°¡£/@CALL_Quest_5> \
}
[@Convert_01Meat_Bichon-0_2]
{
_ÎÒÃÇÕâÀïµÄÅ£Ö»ÓÐÔÚ²ÝÔ*Éϳ¤´óµÄ´¿ÖÖÅ££¬ÍõС¶þÂôµÄÅ£ËäÈ»¼ÛÇ®¹ó£¬µ«Å£ÈâÖÊÁ¿¶¼ÊÇÉϳ˵ġ£\ \
_<¹Ø ±Õ/@exit>
}
Where is @CALL_Npc_TodayQuest and how do i change it and so on.
Basically just run through how this system works!
Thanks!
