Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Client crashs after finishing Daily Quest.

Newbie Spellweaver
Joined
Jun 1, 2014
Messages
43
Reaction score
13
Hey Kal-Community,

After i finish a Daily Quest (As example kill 20 Demon Water Dragons)

My Client instantly crashes.

After restarting, i can see, i got the Rewards/EXP


->Config/Quest.txt
;DAILY QUESTS
(quest (index 1000 1) (case (then (html))))



->Configs/Dailyquest.txt

(dailyquest (quest 1000)(level 1)(party 2)(monster 21)(amount 20)(maxrepeat 2)(timelimit 86400)(item 0)(amount 0)(exp 15140)(honor 100)(reward 1000))


I used the DailyQuest.sql qeuery & i also tryied to use other Indexes like (1500/500/200/100/50/550 and so on)

Greez KsService and thanks for help already! :laugh:

PS: I'm using 2019 Files
 
Joined
Oct 10, 2012
Messages
798
Reaction score
292
Hey Kal-Community,

After i finish a Daily Quest (As example kill 20 Demon Water Dragons)

My Client instantly crashes.

After restarting, i can see, i got the Rewards/EXP


->Config/Quest.txt
;DAILY QUESTS
(quest (index 1000 1) (case (then (html))))



->Configs/Dailyquest.txt

(dailyquest (quest 1000)(level 1)(party 2)(monster 21)(amount 20)(maxrepeat 2)(timelimit 86400)(item 0)(amount 0)(exp 15140)(honor 100)(reward 1000))


I used the DailyQuest.sql qeuery & i also tryied to use other Indexes like (1500/500/200/100/50/550 and so on)

Greez KsService and thanks for help already! :laugh:

PS: I'm using 2019 Files

does the ui counts the killed monsters? , iv faced same issue on 2017 engine , and it was the structure of task.dat dailyquest
 
Upvote 0
Newbie Spellweaver
Joined
Jun 1, 2014
Messages
43
Reaction score
13
does the ui counts the killed monsters? , iv faced same issue on 2017 engine , and it was the structure of task.dat dailyquest


Yea I had also the same problem on 2017 files ..

I thought about that , but I already tried to use it with Task.dat , but somehow it didn’t worked up ..

Can you maybe send me a example for that?

And thanks for your answer :)
 
Upvote 0
Joined
Oct 10, 2012
Messages
798
Reaction score
292
( task ( key 7 ) ( name "[lvl 59 Daily] Doggebi with a Gong")( desc "Kill 25x the Doggebi with a Gong")
( level 59)( npcindex 1500 ) ( flag ( key 1)( desc "Go to wipe the Doggebi with a Gongs out.")
( npcdesc "Daily Quest [ Dungeon 1 ]" ) ( target 1 199 25 )))


( task
( key 101 )
( name "[Event] odd omen")
( desc "Report to Royal Inspecter at the Village of Narootuh after killing the Demon Carcass Scavenger.")
( type 4 )
( flag
( key 1)
( desc "The messengers are sustaining great damage because of the Demon Carcass Scavenger. Report to Royal Inspecter at the Village of Narootuh after killing the Demon Carcass Scavenger.")
( param 258024 259614 )
( npcdesc "Royal Inspecter in the Village of Narootuh" )
( target 1 10 20)
(targetrect 1
(index 10 (monster) (color 0 255 0)
(rect (8294 8319 8392 8406) )
(rect (8328 8378 8406 8504) )
(rect (8354 8491 8379 8523) )
(rect (8282 8537 8295 8620) )
(rect (8391 8482 8413 8534) )
)
)
( gotarget QUEST_NPC 1205 1 1000)
)
( flag
( key 2)
( desc "You have accomplished the mission. Please pick up your reward.")
( param 258024 259614 )
( npcdesc "Royal Inspecter in the Village of Narootuh" )
( gotarget QUEST_NPC 1205 1 1000)
)
)

try to use different mob id as example
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jun 1, 2014
Messages
43
Reaction score
13
I‘ve tried that multiple times , but somehow it is invisible, under Q in the right corner ,,Task‘‘ comes up a number from 1->2 when I accept the Quest , but the Title/Description or anything else isn’t there ??????
 
Upvote 0
Newbie Spellweaver
Joined
Jan 7, 2018
Messages
53
Reaction score
13
I‘ve tried that multiple times , but somehow it is invisible, under Q in the right corner ,,Task‘‘ comes up a number from 1->2 when I accept the Quest , but the Title/Description or anything else isn’t there ������
because the name of quest is repeated for 2 times or more, must be 1 only
 
Upvote 0
Back
Top