|
You last visited: Today at 02:11
Advertisement
GoH Files Problem
Discussion on GoH Files Problem within the Flyff Private Server forum part of the Flyff category.
06/03/2013, 14:03
|
#1
|
elite*gold: 0
Join Date: Feb 2012
Posts: 116
Received Thanks: 7
|
GoH Files Problem
Hey, i have problem in GoH files
One problem : I restart server and the server rollback however the time rollback is 10 sec ...
Two problem : In game the skill K crash ...
Possible help me pliz thanks :')
|
|
|
06/03/2013, 14:54
|
#2
|
elite*gold: 10
Join Date: Feb 2011
Posts: 1,760
Received Thanks: 501
|
For Problem one: log your char out if you restart the server
|
|
|
06/03/2013, 15:24
|
#3
|
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
|
Also check your Cquery log. Some players are having troubles with huge rollbacks. When they opend the Cquery log there was an error that prevends from saving the player.
|
|
|
06/03/2013, 23:02
|
#4
|
elite*gold: 0
Join Date: Feb 2012
Posts: 116
Received Thanks: 7
|
I have error in Cquery log : query:{call CHARACTER_STR('U1','0000033','01','',?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?, 0, 0, 0,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?, ?,?)}
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Procedure or function CHARACTER_STR has too many arguments specified.
|
|
|
06/04/2013, 02:37
|
#5
|
elite*gold: 0
Join Date: Jun 2013
Posts: 53
Received Thanks: 22
|
Your character saves when it's logged out, so that's how you solve the first problem, as for the second problem, you'll have to do some query work.
|
|
|
06/04/2013, 07:57
|
#6
|
elite*gold: 0
Join Date: May 2013
Posts: 239
Received Thanks: 11
|
try to delete linked server ranking then use the v15 linked server and execute
|
|
|
06/04/2013, 10:02
|
#7
|
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
|
@ Atheni Look at his Query its not saving the char even when he logs out its not saving it.
@ WooTheFck This has nothing to do with linked servers.
@all please give the correct information instead of just guessing.
@Ankis
Open up your database CHARACTER_01_DBF
Then go to stored procedures and right click CHARACTER_STR
Then choose modify
Then search for U1
There you have it
There are more Values then there are fields thats way it cant save it correctly
So what you have to do is compare the list inside the U1 with the fields inside CHARACTER_TBL then you will see that its missing an bunch of fields.
And my guess(Yes now i am guessing) Is that you are missing the fields for the Jobs glow change.
|
|
|
06/04/2013, 10:23
|
#8
|
elite*gold: 0
Join Date: Feb 2012
Posts: 116
Received Thanks: 7
|
I have search U1 it's :
IF @iGu = 'U1' -- ??? ??
BEGIN
UPDATE CHARACTER_TBL
SET dwWorldID = @idwWorldID,
m_dwIndex = @im_dwIndex,
m_dwSex = @im_dwSex,
m_vScale_x = @im_vScale_x,
m_dwMotion = @im_dwMotion,
m_vPos_x = @im_vPos_x,
m_vPos_y = @im_vPos_y,
m_vPos_z = @im_vPos_z,
m_dwHairMesh = @im_dwHairMesh,
m_dwHairColor = @im_dwHairColor,
m_dwHeadMesh = @im_dwHeadMesh, -- 2004/11/08 ??
m_fAngle = 0, --@im_fAngle,
m_szCharacterKey = @im_szCharacterKey,
m_nHitPoint = @im_nHitPoint,
m_nManaPoint = @im_nManaPoint,
m_nFatiguePoint = @im_nFatiguePoint,
m_nFuel = @im_nFuel,
m_dwRideItemIdx = @im_dwRideItemIdx,
m_dwGold = @im_dwGold,
m_nJob = @im_nJob,
m_pActMover = @im_pActMover,
m_nStr = @im_nStr,
m_nSta = @im_nSta,
m_nDex = @im_nDex,
m_nInt = @im_nInt,
m_nLevel = @im_nLevel,
m_nMaximumLevel = CASE WHEN m_nMaximumLevel < @im_nLevel THEN @im_nLevel ELSE m_nMaximumLevel END,
m_nExp1 = @im_nExp1,
m_nExp2 = @im_nExp2,
m_aJobSkill = @im_aJobSkill,
m_aLicenseSkill = @im_aLicenseSkill,
m_aJobLv = @im_aJobLv,
m_dwExpertLv = @im_dwExpertLv,
m_idMarkingWorld = @im_idMarkingWorld,
m_vMarkingPos_x = @im_vMarkingPos_x,
m_vMarkingPos_y = @im_vMarkingPos_y,
m_vMarkingPos_z = @im_vMarkingPos_z,
m_nRemainGP = @im_nRemainGP,
m_nRemainLP = @im_nRemainLP,
m_nFlightLv = @im_nFlightLv,
m_nFxp = @im_nFxp,
m_nTxp = @im_nTxp,
m_lpQuestCntArray = @im_lpQuestCntArray,
m_aCompleteQuest = @im_aCompleteQuest,
m_dwMode = @im_dwMode,
m_idparty = @im_idparty,
--m_nNumKill = @im_nNumKill,
m_idMuerderer = @im_idMuerderer,
--m_nSlaughter = @im_nSlaughter ,
m_nFame = @im_nFame,
m_nDeathExp = @im_nDeathExp,
m_nDeathLevel = @im_nDeathLevel,
m_dwFlyTime = m_dwFlyTime + @im_dwFlyTime,
m_nMessengerState = @im_nMessengerState,
TotalPlayTime = TotalPlayTime + @iTotalPlayTime,
m_tmAccFuel = @im_tmAccFuel,
m_dwSkillPoint = @im_dwSkillPoint,
m_dwReturnWorldID= @im_dwReturnWorldID,
m_vReturnPos_x = @im_vReturnPos_x,
m_vReturnPos_y = @im_vReturnPos_y,
m_vReturnPos_z = @im_vReturnPos_z
-------------- (ADD: Version7-SkillSystem)
, SkillPoint = @im_SkillPoint
, SkillLv = @im_SkillLv
, SkillExp = @im_SkillExp
-------------- (?? ??)
, dwEventFlag =@idwEventFlag,
dwEventTime =@idwEventTime,
dwEventElapsed =@idwEventElapsed
-------------- (?? ??)
----------?? ?? ----------
, PKValue = @im_nPKValue,
PKPropensity = @im_dwPKPropensity,
PKExp = @im_dwPKExp
----------?? ? ----------
----------?? ?? ----------
, AngelExp= @im_nAngelExp
, AngelLevel= @im_nAngelLevel
----------?? ? ----------
--------------------- Version9 Pet
, m_dwPetId = @im_dwPetId
, m_nExpLog = @im_nExpLog
, m_nAngelExpLog = @im_nAngelExpLog
---------- Ver.11 Coupon
, m_nCoupon = @im_nCoupon
---------- Ver.14
, m_nLayer = @im_nLayer --Housing
, m_nHonor = @im_nHonor --Master
---------- Ver 15
, m_aCheckedQuest = @im_aCheckedQuest
, m_nCampusPoint = @im_nCampusPoint
, idCampus = @im_idCampus
WHERE m_idPlayer = @im_idPlayer
AND serverindex = @iserverindex
-- if object_id('QUEST_TBL') is not null
|
|
|
06/04/2013, 17:06
|
#9
|
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
|
Did you even read what i was saying?
You must compare those values and your fields in CHARACTER_TBL.
Cause you have to many values and to little fields to put the values in.
For example
Lets say you have an query with 5 values
a,b,c,d,e
And you have an table with 3 fields
1,2,3
Then the query will fail cause its missing 2 fields to insert an value.
Its basic knowledge if you are working with databases.
And if you still dont get it here is an much simpler explination
If you have 5 candys and 3 mounts you will have 2 candys left that aint going no where.
So the values must correspondent with the fields.
|
|
|
06/05/2013, 21:50
|
#10
|
elite*gold: 0
Join Date: Feb 2012
Posts: 116
Received Thanks: 7
|
Raventh it's possible help me via skype or teamviewer ?
|
|
|
06/06/2013, 11:31
|
#11
|
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
|
#closeRequest
Solved with Teamviewer.
TS was using AIO database from sedrika and the source From GOH.
The GoH source has Jopsi glow changer in it and this was not added into CHARACTER_TBL.
|
|
|
06/05/2014, 15:58
|
#12
|
elite*gold: 0
Join Date: Dec 2013
Posts: 38
Received Thanks: 3
|
HOW YOU THEY SOLVE THE PROBLEM DUDE.,POST SOME ANSWER.,
|
|
|
07/27/2014, 10:19
|
#13
|
elite*gold: 0
Join Date: Apr 2010
Posts: 2
Received Thanks: 0
|
guys i have problem in GOH files.. I add item, but when i Create it in game nothing happend..
|
|
|
 |
Similar Threads
|
[Problem]Daroo Files Problem Help Dringend
03/27/2013 - Metin2 Private Server - 5 Replies
hey leute
ich hab neulich mal meinen daroo files angemacht
war lang off xD
und dann kam der error :
daroo Feb 24 9:35:55 daroo kernel: arp: 7a:79:19:c8:d1:9d is using my IP adress lMeine Hamachi IPl on em0
dann kam da noch
Feb 24 09 :36:10 daroo last message repeated 2 times
|
[PROBLEM] Kay331 - Files ( 2011er Files + max. Level 120 )
05/02/2012 - Metin2 Private Server - 5 Replies
Hallo Epvp*
Ich habe folgendes problem:
Ich habe einen Hamachi Server erstellt mit den Files von Kay331. Ich habe
alles richtig eingestellt bloß der Client geht nichtmehr. Ja ich benutze einen 2011er Client. Ich habe schon 2010er/2011er/2012er Clients versucht. Ich Logge mich mit meiner ID und mit meinem PW* ein und komme nichtmal bis zur Charakter auswahl. Ich habe schon der Pong überprüft und beide stimmen überein. Ich habe auch schon die Surakopf.exe(n) von Marco_A genutzt aber...
|
Dummes .res Files Problem [v16/17 EFlyff Files]
07/03/2011 - Flyff Private Server - 6 Replies
Hallo ePvPers,
ich habe ein Problem mit den .res Files der Etioom v16/17 Files.
Und zwar mit den .res Dateien die für den Client bestimmt sind.
Am Anfang war das ganze so, dass der Client einfach nur weiß blieb
und dann nach kurzer Zeit abgekackt ist, dann hab ich das ganze
zufälligerweise mit den .res Files von Offi-Eflyff gestartet und das ganze
ging (bis auf die neue Charakterauswahlsansicht -> buggy weils eben nich
im source drinne ist).
|
All times are GMT +1. The time now is 02:12.
|
|