|
You last visited: Today at 01:55
Advertisement
[Problem] F1 Skill bar
Discussion on [Problem] F1 Skill bar within the SRO PServer Questions & Answers forum part of the SRO Private Server category.
07/15/2021, 17:41
|
#1
|
elite*gold: 20
Join Date: Jun 2017
Posts: 275
Received Thanks: 78
|
[Problem] F1 Skill bar
how can i delete the first 4 slots in the F1 Skill bar ?
|
|
|
07/15/2021, 18:31
|
#2
|
elite*gold: 0
Join Date: Aug 2013
Posts: 1,533
Received Thanks: 835
|
Quote:
Originally Posted by [GM]Toni
how can i delete the first 4 slots in the F1 Skill bar ?
|
Hi.
Make a backup of your SRO_VT_SHARD database because I am not quite sure on how to do it.
Go to _AddNewChar in the Stored Procedures, find this :
Replace it with this :
PHP Code:
INSERT INTO _CharQuest (CharID, QuestID, Status, AchievementCount, StartTime, EndTime, QuestData1, QuestData2)
SELECT [MENTION=993253]newchar[/MENTION]ID, ID, 1, 0, getdate(), getdate(), 0, 0
FROM _RefQuest
WHERE CodeName in (SELECT CodeName FROM _RefCharDefault_Quest with(nolock) WHERE (Race = [MENTION=1575172]Country[/MENTION] or Race = 3) and RequiredLevel = 1 and Service = 1)
UPDATE _CharQuest set Status = 5 , QuestData1 = 77594711 where CharID = [MENTION=993253]newchar[/MENTION]ID and QuestID = 1
UPDATE _CharQuest set Status = 5 where CharID = [MENTION=993253]newchar[/MENTION]ID and QuestID = 2
IF (@@error <> 0)
BEGIN
ROLLBACK TRANSACTION
RETURN -17
END
The result :
Now, I am not sure if it will work. Restart your GameServer and create a new character.
Also, if it doesn't work, try this:
PHP Code:
UPDATE _RefCharDefault_Quest SET Service = 1
delete from _CHARQUEST where QuestID = 1
INSERT INTO _CharQuest (CharID, QuestID, Status,AchievementCount,StartTime,EndTime,QuestData1,QuestData2) SELECT CharID, 1,5,0, '2012-04-13 20:44:00','2012-04-13 20:44:00',31458135,0 FROM _CHAR where CharID > 0
|
|
|
07/15/2021, 22:49
|
#3
|
elite*gold: 20
Join Date: Jun 2017
Posts: 275
Received Thanks: 78
|
really really very thanks <3
i will try now
|
|
|
07/15/2021, 22:55
|
#4
|
elite*gold: 20
Join Date: Jun 2017
Posts: 275
Received Thanks: 78
|
Quote:
Originally Posted by Judgelemental
Hi.
Make a backup of your SRO_VT_SHARD database because I am not quite sure on how to do it.
Go to _AddNewChar in the Stored Procedures, find this :
Replace it with this :
PHP Code:
INSERT INTO _CharQuest (CharID, QuestID, Status, AchievementCount, StartTime, EndTime, QuestData1, QuestData2)
SELECT [MENTION=993253]newchar[/MENTION]ID, ID, 1, 0, getdate(), getdate(), 0, 0
FROM _RefQuest
WHERE CodeName in (SELECT CodeName FROM _RefCharDefault_Quest with(nolock) WHERE (Race = [MENTION=1575172]Country[/MENTION] or Race = 3) and RequiredLevel = 1 and Service = 1)
UPDATE _CharQuest set Status = 5 , QuestData1 = 77594711 where CharID = [MENTION=993253]newchar[/MENTION]ID and QuestID = 1
UPDATE _CharQuest set Status = 5 where CharID = [MENTION=993253]newchar[/MENTION]ID and QuestID = 2
IF (@@error <> 0)
BEGIN
ROLLBACK TRANSACTION
RETURN -17
END
The result :
Now, I am not sure if it will work. Restart your GameServer and create a new character.
Also, if it doesn't work, try this:
PHP Code:
UPDATE _RefCharDefault_Quest SET Service = 1
delete from _CHARQUEST where QuestID = 1
INSERT INTO _CharQuest (CharID, QuestID, Status,AchievementCount,StartTime,EndTime,QuestData1,QuestData2) SELECT CharID, 1,5,0, '2012-04-13 20:44:00','2012-04-13 20:44:00',31458135,0 FROM _CHAR where CharID > 0
|
i got this error ? ! what can i do now ?
|
|
|
07/16/2021, 09:57
|
#5
|
elite*gold: 0
Join Date: Aug 2013
Posts: 1,533
Received Thanks: 835
|
Quote:
Originally Posted by [GM]Toni
i got this error ? ! what can i do now ?
|
My bad, sorry. EPVP automatically mentions an user if the code has @ in it.
Simply delete @  from your code.
Before : @
after @ newchar (without the space between @ and newchar)
Also, I pasted it into a text document, here:
|
|
|
07/16/2021, 10:07
|
#6
|
dotCom
elite*gold: 9842
Join Date: Mar 2009
Posts: 16,840
Received Thanks: 4,672
|
SRO Private Server -> SRO PServer Quest…
#moved
|
|
|
07/16/2021, 19:35
|
#7
|
elite*gold: 20
Join Date: Jun 2017
Posts: 275
Received Thanks: 78
|
Quote:
Originally Posted by Judgelemental
My bad, sorry. EPVP automatically mentions an user if the code has @ in it.
Simply delete @  from your code.
Before : @
after @ newchar (without the space between @ and newchar)
Also, I pasted it into a text document, here:

|
Thanks so much bro <3 done fixed
|
|
|
 |
Similar Threads
|
Skill added but not visible in skill tab, and cant add to skill bar.
02/16/2024 - SRO PServer Questions & Answers - 4 Replies
Hi guys, i'm trying to modify cleric skill but i end up with a visual bug.
As you can see in the picture, skill not display level, as long as i add skill points reduced, but i cant pick skill and put it to skill bar.
I kinda sure server side is good, just the media side, it will be nice if someone can have solution for this bug. Thank in advance !
|
How i'll delete this skill tab at skill bar. Anybody help?
11/02/2018 - SRO Private Server - 2 Replies
Hey guys first sorry for my bad eng.
There is a one problem to my s. files:
https://resmim.net/f/WHgVVc.png
The developers of this files, added to new tab at skill bar. There is my problem how i can remove this tab at skill bar. :wat:
|
Best time to activate premium ? Grey bar , yellow bar or red bar ?
06/14/2013 - Silkroad Online - 1 Replies
Im playing silkroad r . Im currectly level 86. What would be the best time to activate a premium plus ? During the yellow , red or grey bar ?
|
metin2 items nicht handel bar oder fall bar machen...
08/26/2011 - Metin2 Private Server - 4 Replies
hey liebe com...
wie im titel schon steht hab ich ein prob , das ich net weiß was ich einstellen muss damit man die items nimmer fallen lassen kann und man die auch nimmer handeln kann....
hoffe mir kann einer helfen und er klären wie ich dies umsetzen kann
schon mal danke an due leute die mir helfen... :)
|
Trade SF account double bar to double bar
11/05/2009 - Soldier Front Philippines - 5 Replies
Add me to ym [email protected]
The Guns are:
Engraving PSG
Gold-Ak
KD: 1.2+
Acc:3%
SP:11000
|
All times are GMT +1. The time now is 01:55.
|
|