Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 00:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide]Fix underbar (slots 1-4)

Discussion on [Guide]Fix underbar (slots 1-4) within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
[Guide]Fix underbar (slots 1-4)

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.
H34D_B4NG3R is offline  
Thanks
8 Users
Old 03/28/2012, 00:06   #2
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,867
Received Thanks: 1,091
Very useful guide for every server , Thank you =3
•ᵔBeGodOfWarᵔ• is offline  
Thanks
1 User
Old 03/28/2012, 00:13   #3
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
You're welcome
H34D_B4NG3R is offline  
Old 03/28/2012, 00:14   #4
 
elite*gold: 0
Join Date: Mar 2012
Posts: 245
Received Thanks: 101
Thank you Brah
™_Vindictive_™ is offline  
Thanks
1 User
Old 03/28/2012, 00:22   #5
 
elite*gold: 0
Join Date: Nov 2011
Posts: 303
Received Thanks: 43
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
Serenduk is offline  
Thanks
1 User
Old 03/28/2012, 00:23   #6
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
Sorry if i posted this thread before yours , dont be mad oke bro?
H34D_B4NG3R is offline  
Old 03/28/2012, 00:25   #7
 
elite*gold: 0
Join Date: Nov 2011
Posts: 303
Received Thanks: 43
who's mad ? i just posted my full table :P
Serenduk is offline  
Thanks
1 User
Old 03/28/2012, 00:31   #8
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
Quote:
Originally Posted by Serenduk View Post
who's mad ? i just posted my full table :P
Oke np then
H34D_B4NG3R is offline  
Old 03/28/2012, 01:28   #9
 
elite*gold: 0
Join Date: Mar 2012
Posts: 71
Received Thanks: 11
thanks.. very useful query
CriminaL_ is offline  
Thanks
1 User
Old 03/28/2012, 08:43   #10
 
™_Bassm_™'s Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 419
Received Thanks: 59
ty
™_Bassm_™ is offline  
Thanks
1 User
Old 03/28/2012, 19:42   #11
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
you're welcome
H34D_B4NG3R is offline  
Old 03/29/2012, 10:01   #12
 
StickNStick*'s Avatar
 
elite*gold: 100
Join Date: Mar 2012
Posts: 168
Received Thanks: 227
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.
StickNStick* is offline  
Old 03/29/2012, 21:11   #13
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
the skills you put in 1-4 slots are reseted when you teleport
H34D_B4NG3R is offline  
Old 03/29/2012, 21:59   #14
 
StickNStick*'s Avatar
 
elite*gold: 100
Join Date: Mar 2012
Posts: 168
Received Thanks: 227
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.
StickNStick* is offline  
Old 03/29/2012, 22:03   #15
 
elite*gold: 0
Join Date: Jun 2011
Posts: 802
Received Thanks: 393
Make sure you don't have the folder called Setting, you can find it in the game client directory
H34D_B4NG3R is offline  
Reply


Similar Threads Similar Threads
Looking for guide -edit underbar/launcher-
01/28/2014 - SRO Private Server - 6 Replies
I need a little guide that explains how to edit the underbar ingame , launcher , screens ingame between moving in teleports. thanks-
underbar alpha..
12/12/2011 - SRO Private Server - 0 Replies
how to made alpha in underbar at ps cs5? i think tryed all i want made full transparence underbar for me media xd post ss how to save.
Transparent underbar
09/02/2010 - Silkroad Online - 0 Replies
any one can tell me who can i edit Help windows from Media :( i change the Thread adress but not change in forum
[How to]das attacken auf underbar bleiben
01/27/2010 - SRO Private Server - 1 Replies
hi Leute, ich brauche hilfe in SJSRO (New) und nämlich das die attacken die ich auf underbar sind : http://img17.myimg.de/underbare16f0.jpg da bleiben auch wenn man Raus geht. ;) den wenn ich wieder rein gehe dan muss ich die wieder aufstellen :mad: wäre cool wenn einer das wissen würde und mir weiter helfen könnte.:handsdown:
underbar problem
08/20/2009 - SRO Private Server - 3 Replies
http://iv.pl/images/4f2gtzdj3lmgqw01ex9p.jpg how i can delete this white thing? thx



All times are GMT +2. The time now is 00:35.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.