Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 23:03

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



ITEM_DBF Problem

Discussion on ITEM_DBF Problem within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
ITEM_DBF Problem

Hi elitepvpers,

I am working on the Item_dbf once again cause my old database has been destroyd.

But for some reason it aint working anymore.

This is what i have inside DbItemUpdate.cpp
if( pItemProp && pItemProp->dwItemKind3 != IK3_VIRTUAL && pItemProp->dwID != 0 )
{
CString strItem = pItemProp->szName;
strItem.Replace( "'", " " );
sprintf( szSQL, "ITEM_STR 'I1', %d,'%s'," // 0
"%d", //1
pItemProp->dwID, strItem, //0
pItemProp->dwDestParam[0] //1

);
if( FALSE == pQuery->Exec( szSQL ) )
{
WriteLog( szSQL );
return;
}
}

Now what is working and what not
If i am looking inside the ITEM_TBL i see the [Index] and szName
But the strange part is that the dwDestParam1 has an 0 instead of the actual value.

Item_tbl
[Index] int
szName nVarchar(255) = ''
dwDestParam1 int = '0'

It looks that it can't see the numbers of the dwDestParam

EDIT: Solved i needed to re-build the ITEM_STR Procedure.
raventh1984 is offline  
Reply


Similar Threads Similar Threads
ITEM_DBF changes
11/27/2013 - Flyff Private Server - 3 Replies
Hi elitepvpers, Well i was looking for an easy way to make an backend panel for an shop. So i felt inspired with this topic http://www.elitepvpers.com/forum/flyff-pserver-gui des-releases/2971499-php-automatisches-auslesen-de r-spec_item-und-kumpanen.html With thanks to Xxl3lubbs for making such an topic and velmore and FlyCraft.TobiLap for their contribution Now what i wanted was to make my own ITEM_TBL with my own columns etc. This is now almost 100% working if i didnt have 2...



All times are GMT +1. The time now is 23:03.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.