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!

Bdo awakening skills missing

Newbie Spellweaver
Joined
Apr 3, 2015
Messages
16
Reaction score
0
someone know how to fix this AWK skill is missing i cant get this skill i tryed add in add ID in data base but failed dint worked
T8MvmDF - Bdo awakening skills  missing - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
Search in sqlite db Quest_Table and find the proper quest title then translate it
then google it to make sure that it's an awakening quest.
Code:
"[다크나이트 각성] 불온한 꿈" = "Dark knight Awakening"
"[위자드 각성] 그날의 기억"  = "Wizard Awakening"

then use this command to trigger it
/quest start [groupId] [questId]

example for wizard awakening quest
Code:
/quest start 336 1
 
Upvote 0
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
the easiest way would go into the game and type "," to summon black spirit and the title for the quest awakening will be there.

that's right, actually i was explaining the point generally
some quests aren't showing their titles in black spirit whenever you don't
meet their requirements to trigger them.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 25, 2018
Messages
91
Reaction score
6
someone know how to fix this AWK skill is missing i cant get this skill i tryed add in add ID in data base but failed dint worked
T8MvmDF - Bdo awakening skills  missing - RaGEZONE Forums

Yes, I have same error.Gm command doesn't work and black spirit doesn't work too.Because quests has to bug.
 

Attachments

You must be registered for see attachments list
Upvote 0
Junior Spellweaver
Joined
Aug 8, 2014
Messages
164
Reaction score
26
Yes, I have same error.Gm command doesn't work and black spirit doesn't work too.Because quests has to bug.
Change your gameserver.jar to a fix like the DNC that has the quest repaired
 
Upvote 0
Back
Top