[Discussion] F1 slots

07/07/2014 14:03 Eslam Galull#1
most of vsro 188 files have a bug in F1 frist 4 slots

i try alot of things to fix it ..

that was the last one

Quote:
USE SRO_VT_SHARD
UPDATE _RefCharDefault_Quest SET Service = 1
delete from _CHARQUEST where QuestID = 1
INSERT INTO _CharQuest (CharID, QuestID, Status,AchievementCount,StartTime,EndTime,QuestDat a1,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
its success fix slots for the chr already in database .. but try to creat a new chr ?! slots bugged ^^

i try to make something in addnewchr but fail !

any idea ?!

regards !
07/07/2014 20:27 Muhab*#2
maybe u can create a stored procedures with this lines then exec it at the end of _AddNewChar
btw i'm using normal vsro.188 client with a clean database and i don't have this bug.
07/08/2014 03:36 Eslam Galull#3
i really dunno what happen .. it seems a Noob bug i think it depends on Beginner quest ! i cant solve it !

and about This
Quote:
create a stored procedures with this lines then exec it at the end of _AddNewChar
you will have to restart server files every new chr creat ! to make effect!


can you upload your refchrquest_Def ?!
and Chrquest table to

Edits :

Fixed >> Request #Close
07/13/2014 22:21 SkillsGoPewPew#4
Dude this problem can be fixed easily.
Tell your players to do the next things:
1. Make sure that the client is closed (No logged out)
2. Go to your silkroad folder
3. Delete the setting folder and create it again.
4. Delete the tempath folder and create it again.
5. Restart your PC.
6. Go ingame and should work.
07/14/2014 01:17 Eslam Galull#5
@oXo Thanks For Replay

But thats not working ^^ its a server Side Problem btw .. about the soultion the answer in the RefQuest ( Beginner Quest )

any way i fixed it already .. Thanks
07/19/2014 21:57 100K#6
Quote:
Originally Posted by oXo™ View Post
Dude this problem can be fixed easily.
Tell your players to do the next things:
1. Make sure that the client is closed (No logged out)
2. Go to your silkroad folder
3. Delete the setting folder and create it again.
4. Delete the tempath folder and create it again.
5. Restart your PC.
6. Go ingame and should work.
5. Restart your PC HAHAHAHAHAHAHAHAHAAHAHHAHAHA
07/19/2014 22:00 SkillsGoPewPew#7
Quote:
Originally Posted by 100K View Post
5. Restart your PC HAHAHAHAHAHAHAHAHAAHAHHAHAHA
Yes what's so funny about it? Sometimes windows can't save some changes made on different games, why do you think sometimes after installing any update on a game require restart?
Well if he want to restart it or no it's his problem on that worked.
07/19/2014 22:50 Eslam Galull#8
Ppl still spaming !

btw problem #solved !!

- Problem wasnt in client !! okaii !!

Regards ^^
07/20/2014 00:35 .Neo#9
Quote:
Originally Posted by oXo™ View Post
Yes what's so funny about it? Sometimes windows can't save some changes made on different games, why do you think sometimes after installing any update on a game require restart?
Well if he want to restart it or no it's his problem on that worked.
... but not in this case. Yeah and while that player is restarting his computer, why not do a defragmentation, too?
07/20/2014 14:43 Job-Sro#10
UPDATE _RefCharDefault_Quest SET Service = 1
delete from _CHARQUEST where QuestID = 1
INSERT INTO _CharQuest (CharID, QuestID, Status,AchievementCount,StartTime,EndTime,QuestDat a1,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