F1 bug help

03/09/2019 21:30 ILowe#1
hello

f1 bug skill bug have

What is the exact solution?
03/10/2019 14:56 Ryotic#2
Quote:
Originally Posted by ILowe View Post
hello



f1 bug skill bug have



What is the exact solution?
Problem in default quest

Sent from my Redmi Note 5 using Tapatalk
03/10/2019 17:44 ILowe#3
How will he get better?
03/10/2019 17:51 Ryotic#4
Quote:
Originally Posted by ILowe View Post
How will he get better?
For new chars delete from addnewchar the default quest and delete default quest from the tab and all will be good

Sent from my Redmi Note 5 using Tapatalk
03/10/2019 19:06 ILowe#5
sample have ?
03/12/2019 01:26 nemo08#6
you should run this Query after you make the service = 0 to default quest in _RefCharDefault_Quest "QTUTORIAL_CH" I didn't remember
Quote:
INSERT INTO _CharQuest
SELECT CharID, QuestID = 1, [Status] = 1,AchievementCount = 0, StartTime = GETDATE()-4460, EndTime = GETDATE()-4460, QuestData1 = 0, QuestData2 = 0
FROM _Char
WHERE not exists (SELECT CharID, QuestID FROM _CharQuest WHERE QuestID = 1)
and add this lines to _addnewchar at the end of the procedure :
Quote:
-- Quick Slot 정보 저장용!!!
exec _AddNewClientConfig @NewCharID -- by novice...... for saving client configurations...

RETURN @NewCharID