You last visited: Today at 09:42
Advertisement
[Inventory Tab] Help
Discussion on [Inventory Tab] Help within the Flyff Private Server forum part of the Flyff category.
12/03/2016, 10:56
#1
elite*gold: 0
Join Date: Aug 2016
Posts: 99
Received Thanks: 3
[Inventory Tab] Help
I'am done adding all the codes and compile it with no errors but when I've tried to log-in and Enter in the server this error occurs. Then i cannot open again. I hope you can help me with this
2016/12/ 3 23:07:44
\Flyff\xxx\zzzzz\Program\_Database\DbManager.cpp, 731 adfasdf
Line 731
VERIFYSTRING( Inven, mover.m_szName );
Line 714 ~ 754
#ifdef __TABBED_INV
char Inven[8024*4] = { 0, };
char Inven2[8024] = { 0, };
char Inven3[8024] = { 0, };
char Inven4[8024] = { 0, };
#else
char Inven[8024] = { 0, };
#endif
qry->GetStr( "m_Inventory", Inven );
#ifdef __TABBED_INV
qry->GetStr( "m_Inventory2", Inven2 );
strncat( Inven, Inven2, sizeof(Inven2) );
qry->GetStr( "m_Inventory3", Inven3 );
strncat( Inven, Inven3, sizeof(Inven3) );
qry->GetStr( "m_Inventory4", Inven4 );
strncat( Inven, Inven4, sizeof(Inven4) );
#endif
VERIFYSTRING( Inven, mover.m_szName );
while( '$' != Inven[CountStr] )
{
CItemElem BufItemElem;
IndexItem = GetOneItem( &BufItemElem, Inven, &CountStr );
if( IndexItem == -1 )
{
Error( "Inventory : << 프로퍼티 없음. %s, %d", mover.m_szName, BufItemElem.m_dwItemId );
}
else
{
if( IndexItem >= MAX_INVENTORY + MAX_HUMAN_PARTS )
{
Error( "SendPlayerList::Inventory : << IndexItem %s, %d", mover.m_szName, IndexItem );
Error( "Inventory = %s", Inven );
FreeRequest( lpDbOverlappedPlus );
return;
}
mover.m_Inventory.m_apItem[IndexItem] = BufItemElem;
}
}
CountStr = 0;
int iIndex = 0;
Do I need to change some of my database? if yes can you help me what should I add or remove maybe?
Thanks EpvpTeam
#Edited
12/03/2016, 14:35
#2
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
#include "DPClient.h"
extern CDPClient g_DPlay;
Look at the capitals.
12/03/2016, 16:24
#3
elite*gold: 0
Join Date: Aug 2016
Posts: 99
Received Thanks: 3
Quote:
Originally Posted by
raventh1984
#include "DPClient.h"
extern CDPClient g_DPlay;
Look at the capitals.
Thanks I've already fix my first problem
What i did is
I just Remove the Wndcontrol.... in Worldserver
Edited post I hope you can also help me with this thanks
12/03/2016, 16:41
#4
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
There is much more then this.
Database
Character_str
Inventory tbl
base value tbl
etc.
12/04/2016, 02:55
#5
elite*gold: 0
Join Date: Aug 2016
Posts: 99
Received Thanks: 3
Quote:
Originally Posted by
raventh1984
There is much more then this.
Database
Character_str
Inventory tbl
base value tbl
etc.
Can you teach me how to get the database? i saw the database uploaded in DC Source but I didn't know how to open it and look for the source
12/04/2016, 09:49
#6
elite*gold: 0
Join Date: Mar 2014
Posts: 244
Received Thanks: 11
Quote:
Originally Posted by
TheCab
Can you teach me how to get the database? i saw the database uploaded in DC Source but I didn't know how to open it and look for the source
to open DC database
1. Download it
2. put .bak on the end of the file of the database, example, ACCOUNT_DBF.bak
3. use sql 2008 r2 or higher
4. restore database of DC
hope i helped.
12/04/2016, 22:36
#7
elite*gold: 0
Join Date: Aug 2016
Posts: 99
Received Thanks: 3
Quote:
Originally Posted by
aoyamananami
to open DC database
1. Download it
2. put .bak on the end of the file of the database, example, ACCOUNT_DBF.bak
3. use sql 2008 r2 or higher
4. restore database of DC
hope i helped.
Yup I've tried this already but I just need the code? Is it possible to look for the code inside that DC database? thanks dude!
12/06/2016, 14:24
#8
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
same problem after leeching the inventory tab on dragoncross. and I've also tried to use the database of the Dragoncross but nothing happens. I cannot create Character or I cannot proceed to the character selection. Please to anyone who are kind enough to help us please comment
this is where the error occurs :3
VERIFYSTRING( Inven, mover.m_szName );
12/07/2016, 07:20
#9
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
I sell it pm me on skype.
100% fix
12/07/2016, 10:10
#10
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Quote:
Originally Posted by
jayjei14
I sell it pm me on skype.
100% fix
for how much?
12/07/2016, 10:42
#11
elite*gold: 353
Join Date: Jan 2013
Posts: 924
Received Thanks: 617
Quote:
Originally Posted by
jayjei14
I sell it pm me on skype.
100% fix
"Your" tab Inventory isnt fixxed ^^
2-3 Bugs
I sell it for 20$
12/07/2016, 12:00
#12
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Ok for now I'am waiting for the kind people who can help me to fix this one
thanks anyway
12/08/2016, 18:37
#13
elite*gold: 50
Join Date: Feb 2014
Posts: 288
Received Thanks: 245
20$ for what?
go into db
inventory db
and add $ in m_Inventory4 and clean m_Inventory & m_Inventory2-3
12/09/2016, 10:53
#14
elite*gold: 0
Join Date: Aug 2016
Posts: 99
Received Thanks: 3
Quote:
Originally Posted by
Jupsi332
20$ for what?
go into db
inventory db
and add $ in m_Inventory4 and clean m_Inventory & m_Inventory2-3
thanks for your help but I still get this error
\Flyff\***\zzzzz\Program\_Database\DbManager.cpp, 731 adfasdf
This is the code on my DbManager.cpp line 731
VERIFYSTRING( Inven, mover.m_szName );
after I've add the
m_Inventory2 varchar(6000)
m_Inventory3 varchar(6000)
m_Inventory4 varchar(6000)
on my dbo.INVENTORY_TBL on my SQL
12/09/2016, 17:37
#15
elite*gold: 50
Join Date: Feb 2014
Posts: 288
Received Thanks: 245
Similar Threads
my inventory
02/26/2016 - Eudemons Online - 1 Replies
my inventory does not appear all items,
7 blocked space?
which part of the db I arumo pro players
[Selling] WTS: My whole inventory!
01/16/2016 - Counter-Strike Trading - 20 Replies
Link: Steam Community :: Ramoponga! :: Item Inventory
Payment: Taking paypal etc.
Skype: rampongaepvp
[Selling] Sell CS.GO Inventory | Verkaufe mein CS.GO Inventory "CHEAP"
10/10/2015 - Counter-Strike Trading - 3 Replies
Sold
Verkauft
Best regards
Souza
Verkaufe Inventory/Sell Inventory
09/16/2015 - Counter-Strike Trading - 3 Replies
Verkaufen mein Inventar, wenn ihr Interesse an was habt pnīt mich.
Steam Community :: Mr.NoAIm :: Item Inventory
Akzeptiere Paypal und PSC.
ihr gebt First oder MM den wir zusammen aussuchen.
LG Erek :)
[Help] v17 Inventory
04/11/2012 - Flyff Private Server - 2 Replies
Hello, I was working on my source on adding v17 Inventory.
Compilation was no problem and was successful to run. But I tried to make an "egg" but instead it shows to the Pets Tab, it shows on the item tab. And when I try to summon it, my neuz crash. Then I tried logging the same character, the egg was summoned but as i press the inventory (I) my neuz crashed. I dont know if it has something to do with resdata or in the source, or maybe just a bug of using /ci in the wrong tab. Also I tried it...
All times are GMT +2. The time now is 09:43 .