Write a Quest!

Newbie Spellweaver
Joined
Dec 25, 2008
Messages
28
Reaction score
0
I created a NPC with a quest (all works), but how can i make: then i speak to the NPC,


example: following

NPC: Want accept the quests?

[Accept] Yes, i do!
[Talk End] No bye

After clicking [Accept] should i see the quest under " Q "


Sorry for my bad english, help me please.
 
Go To e.pk creat new dat file like s******.dat and here is the code:

(filechk file_ver (country_type ENG) (filename YOUR FILE NAME HERE ))
(background
(font 12)
(wrap 270)
(link system ( param ( width 270) ( height 255) ( style title edge system vscroll) ( caption "Talk") ( layout script) ))
)

( frame ( font 12)

( line "Want accept the quests?")
( line "")
( link ( text "Yes I Do.") ( param load "Quest" ))
( link close ( text "[Talk End] No Bye."))
)
 
Upvote 0
(filechk file_ver (country_type ENG) (filename WriteHereName))
(background
(font 12)
(wrap 270)
(link system ( param ( width 270) ( height 255) ( style title edge system vscroll) ( caption "Talk") ( layout script) ))
)

( frame ( font 12)

( line "[Soo-Gon]: Find 20 Silver Dagger's from Demon Plunderer.")
( line "")

( link ( text "Accept Quest.") ( param send quest 1 3 ))
( link close ( text "[Talk End] : No, thanks.."))
)
 
Upvote 0
(filechk file_ver (country_type ENG) (filename s000012))
(background
(font 12)
(wrap 270)
(link system ( param ( width 270) ( height 255) ( style title edge system vscroll) ( caption "Talk") ( layout script) ))
)

( frame ( font 12)

( line "knightage Go-Gyunok : Huh huh! The emperor has the invincible troop that never been defeated. Of course, we won the Tang-Rok War too. And I was at the head with my troop of armored horseman. I can't believe you don't know about this. Aren't you a spy from the enemy?")
( line "")

( link close ( text "Wh…What! I've been just focusing on my training so I don't know much of the world."))
)

e.pk

s0000??.dat and so one
files i think....
 
Upvote 0
sorry guys for asking in an old topic, but how can we do it now?
We just want to make Quests(Missions) they've seen on the Missionmenu on Q.

GreetZ
MonsterGnom
 
Upvote 0
Back