[Problem]Exor.

07/05/2013 18:24 Rhyder`#1
i cant enter to world server i use exordium source can someone help me to this error please :(

or can someone give me the database of Exordium source :( i use this [Only registered and activated users can see links. Click Here To Register...] but i cant enter to world :(

Red means The Line says on my errorlog
Quote:
2013/ 7/ 6 00:15:41
\Files\v15 Source\Source\_Database\DbManagerFun.cpp, 1353 Test
in this line
Quote:
BOOL CDbManager::GetAuction( CMover* pMover, CQuery *qry, LPDB_OVERLAPPED_PLUS lpDbOverlappedPlus )
{

DWORD Index = 0;
int CountStr = 0;
char szAuction[128] = {0, };
qry->GetStr( "m_aAuction", szAuction );
VERIFYSTRING_RETURN( szAuction, pMover->m_szName );
while( '$' != szAuction[CountStr] )
{
pMover->m_vecAuction.push_back((DWORD)GetIntFromStr( szAuction, &CountStr ));
Index++;
}

return TRUE;
}
thanks in advance :handsdown: :handsdown:
07/05/2013 18:28 Jopsi332#2
your column must have a $ at the end
07/05/2013 19:00 Rhyder`#3
Quote:
Originally Posted by Jopsi332 View Post
your column must have a $ at the end
like that?

Code:
  ,@im_aAuction char(128) = '$'
07/05/2013 19:12 Jopsi332#4
Just update all players to $ in the m_aAuction column
07/06/2013 03:08 Rhyder`#5
Quote:
Originally Posted by Jopsi332 View Post
Just update all players to $ in the m_aAuction column
Can you make an example? idk what i do :(
07/06/2013 03:43 Doomm#6
Exemple on Inventory_TBL and Column m_Inventory:

0,502,0,0,,1,0,9000000,0,0,0,-907870779,0,0,0,0,0//45,2800,0,0,,3,0,0,0,0,0,-1200495577,0,0,0,0,0/$
07/06/2013 03:54 Rhyder`#7
Quote:
Originally Posted by Doomm View Post
Exemple on Inventory_TBL and Column m_Inventory:

0,502,0,0,,1,0,9000000,0,0,0,-907870779,0,0,0,0,0//45,2800,0,0,,3,0,0,0,0,0,-1200495577,0,0,0,0,0/$
Thanks..

But nothing happen i can't enter to world :(

can someone make me a database script of auction house because i can't enter to world :(
07/06/2013 10:30 raventh1984#8
Check your Cquery Error log then you now what to make.
07/06/2013 12:25 Rhyder`#9
Quote:
Originally Posted by raventh1984 View Post
Check your Cquery Error log then you now what to make.
but how ?? can you make me a full database script of it or if no i will disregard this system...
07/06/2013 15:39 Jopsi332#10
UPDATE bla
SET m_aAuction = '$'

for character tbl
07/06/2013 20:54 Rhyder`#11
Quote:
Originally Posted by Jopsi332 View Post
UPDATE bla
SET m_aAuction = '$'

for character tbl
Idk what to do ;(


Can someone have it already can you share it for me? :(
07/06/2013 22:45 xTwiLightx#12
You should do something by yourself instead of begging for such easy stuff....
07/07/2013 05:17 Rhyder`#13
Quote:
Originally Posted by xTwiLightx View Post
You should do something by yourself instead of begging for such easy stuff....
Okay bro :'(
07/07/2013 05:43 xTwiLightx#14
Btw, Jopsi already did it.

Code:
UPDATE CHARACTER_TBL
SET m_aAuction = '$'
GO
I dont have any sourcecode or snippets here containing this Auction stuff, so if this is not working, I suggest you to hand out some snippets here to resolve your request.