[Guide]Fix underbar (slots 1-4)

03/28/2012 00:03 H34D_B4NG3R#1
1.Open RefCharDefult_Quest table.

Code:
1    1    3    QEV_ALL_BASIC_1    5 
1    2    3    QEV_ALL_BASIC_2    8 
1    3    3    QEV_ALL_BASIC_3    10 
1    4    3    QEV_ALL_BASIC_4    16 
1    5    3    QEV_ALL_BASIC_5    20 
1    6    3    QEV_ALL_BASIC_6    24 
1    7    3    QEV_ALL_BASIC_7    30 
1    8    3    QEV_ALL_BASIC_8    32 
1    9    3    QEV_ALL_BASIC_9    40 
1    10    3    QEV_ALL_BASIC_10    42 
1    11    3    QEV_ALL_BASIC_11    50 
1    12    3    QEV_ALL_BASIC_12    60 
1    13    3    QEV_ALL_BASIC_0    1 
0    14    0    QTUTORIAL_CH    1 
0    15    3    QEVENT_GUIDE    1 
NULL    NULL    NULL    NULL    NULL
2.Look at this line:
Code:
0    15    3    QEVENT_GUIDE    1
3.You need to enable this quest.
Code:
1    15    3    QEVENT_GUIDE    1
Now the slots 1,2,3,4 should be fixed. If the problem is not solved you can try with this query:

Code:
DELETE FROM _CharQuest WHERE QuestID = 1

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)
Make sure you dont have the folder called Setting in the game client directory.
03/28/2012 00:06 •ᵔBeGodOfWarᵔ•#2
Very useful guide for every server , Thank you =3
03/28/2012 00:13 H34D_B4NG3R#3
You're welcome :)
03/28/2012 00:14 ™_Vindictive_™#4
Thank you Brah
03/28/2012 00:22 Serenduk#5
my table

Code:
1	1	3	QEV_ALL_BASIC_1	5
1	2	3	QEV_ALL_BASIC_2	8
1	3	3	QEV_ALL_BASIC_3	10
1	4	3	QEV_ALL_BASIC_4	16
1	5	3	QEV_ALL_BASIC_5	20
1	6	3	QEV_ALL_BASIC_6	24
1	7	3	QEV_ALL_BASIC_7	30
1	8	3	QEV_ALL_BASIC_8	32
1	9	3	QEV_ALL_BASIC_9	40
1	10	3	QEV_ALL_BASIC_10	42
1	11	3	QEV_ALL_BASIC_11	50
1	12	3	QEV_ALL_BASIC_12	60
1	13	3	QEV_ALL_BASIC_0	1
1	14	0	QTUTORIAL_CH	1
1	15	3	QEVENT_GUIDE	1
NULL	NULL	NULL	NULL	NULL
03/28/2012 00:23 H34D_B4NG3R#6
Sorry if i posted this thread before yours , dont be mad oke bro?
03/28/2012 00:25 Serenduk#7
who's mad ? i just posted my full table :P
03/28/2012 00:31 H34D_B4NG3R#8
Quote:
Originally Posted by Serenduk View Post
who's mad ? i just posted my full table :P
Oke np then :D
03/28/2012 01:28 CriminaL_#9
thanks.. very useful query :awesome:
03/28/2012 08:43 ™_Bassm_™#10
ty
03/28/2012 19:42 H34D_B4NG3R#11
you're welcome :)
03/29/2012 10:01 StickNStick*#12
Thanks for the release Headbanger but...I've never noticed anything wrong with the quickbar 1 - 4. May u englighten me with the problem with quickbar 1 - 4.
03/29/2012 21:11 H34D_B4NG3R#13
the skills you put in 1-4 slots are reseted when you teleport
03/29/2012 21:59 StickNStick*#14
Quote:
Originally Posted by H34D_B4NG3R View Post
the skills you put in 1-4 slots are reseted when you teleport
Alright Thanks. I will use this.
03/29/2012 22:03 H34D_B4NG3R#15
Make sure you don't have the folder called Setting, you can find it in the game client directory