Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 05:40

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

Advertisement



SendPlayerList::Inventory

Discussion on SendPlayerList::Inventory within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
SendPlayerList::Inventory


when I log-in my Account I cannot connect to the Server Selection and this error occurs

I don't know how this error occurs :3 I didn't change anything in the source
I've tried to search then I found an answer So I go to DbManagerSave.cpp then change my code into this

Code:
#if __VER >= 11 // __MA_VER11_05	// 케릭터 봉인 거래 기능 world,database,neuz
		if( pItemElem->m_dwItemId == II_SYS_SYS_SCR_SEALCHARACTER )
#ifdef __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",
#else __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",
#endif //__MODEL_CHANGE
					pItemElem->m_dwObjId, pItemElem->m_dwItemId,
					0, 0, 
					pItemElem->m_nItemNum, pItemElem->m_nRepairNumber,
					pItemElem->m_nHitPoint, pItemElem->m_nRepair,
					0, pItemElem->m_byFlag,
					pItemElem->GetSerialNumber(), pItemElem->GetOption(), 
  					pItemElem->m_bItemResist, pItemElem->m_nResistAbilityOption,
  					pItemElem->m_idGuild,
					pItemElem->m_nResistSMItemId				
				);
		else
#ifdef __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",
#else __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",
#endif //__MODEL_CHANGE

#ifdef __WEAPON_LEVELING
			"%d,%d,"
#endif // __WEAPON_LEVELING

#ifdef __MODEL_CHANGE
			"%d,"
#endif // __MODEL_CHANGE

#ifdef __OLD_NEW_GLOW_V2
			"%d,"
#endif // __OLD_NEW_GLOW_V2

			"%d/",
		  //sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",// Standard		
					pItemElem->m_dwObjId, pItemElem->m_dwItemId,
					0, 0, pItemElem->m_szItemText,
					pItemElem->m_nItemNum, pItemElem->m_nRepairNumber,
					pItemElem->m_nHitPoint, pItemElem->m_nRepair,
					0, pItemElem->m_byFlag,
					pItemElem->GetSerialNumber(), pItemElem->GetOption(), 
  					pItemElem->m_bItemResist, pItemElem->m_nResistAbilityOption,
  					pItemElem->m_idGuild,
					pItemElem->m_nResistSMItemId
but still not working
can you guys help me please
khemomo is offline  
Old 02/10/2017, 20:10   #2
 
Rhyder`'s Avatar
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Rhyder` is offline  
Thanks
1 User
Old 02/10/2017, 23:19   #3
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Quote:
Originally Posted by Rhyder` View Post
What shoud I do there?






Quote:
Originally Posted by Avalion View Post
Also check to see if GetItem function matches?
How? Can you give me a guide please
khemomo is offline  
Old 02/11/2017, 00:40   #4
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 929
Received Thanks: 444
Quote:
Originally Posted by khemomo View Post
What shoud I do there?

How? Can you give me a guide please
Code:
#if __VER >= 11 // __MA_VER11_05	// 케릭터 봉인 거래 기능 world,database,neuz
		if( pItemElem->m_dwItemId == II_SYS_SYS_SCR_SEALCHARACTER )
#ifdef __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",
#else __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",
#endif //__MODEL_CHANGE
					pItemElem->m_dwObjId, pItemElem->m_dwItemId,
					0, 0, 
					pItemElem->m_nItemNum, pItemElem->m_nRepairNumber,
					pItemElem->m_nHitPoint, pItemElem->m_nRepair,
					0, pItemElem->m_byFlag,
					pItemElem->GetSerialNumber(), pItemElem->GetOption(), 
  					pItemElem->m_bItemResist, pItemElem->m_nResistAbilityOption,
  					pItemElem->m_idGuild,
					pItemElem->m_nResistSMItemId				
				);
		else
#ifdef __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d",
#else __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d",
#endif //__MODEL_CHANGE

#ifdef __WEAPON_LEVELING
			"%d,%d,"
#endif // __WEAPON_LEVELING

#ifdef __MODEL_CHANGE
			"%d,"
#endif // __MODEL_CHANGE

#ifdef __OLD_NEW_GLOW_V2
			"%d,"
#endif // __OLD_NEW_GLOW_V2
		"%d/",
		  //sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",// Standard		
					pItemElem->m_dwObjId, pItemElem->m_dwItemId,
					0, 0, pItemElem->m_szItemText,
					pItemElem->m_nItemNum, pItemElem->m_nRepairNumber,
					pItemElem->m_nHitPoint, pItemElem->m_nRepair,
					0, pItemElem->m_byFlag,
					pItemElem->GetSerialNumber(), pItemElem->GetOption(), 
  					pItemElem->m_bItemResist, pItemElem->m_nResistAbilityOption,
  					pItemElem->m_idGuild,
					pItemElem->m_nResistSMItemId
PLEASE USE YOUR F*CKING BRAIN THANK YOU
-Venom' is offline  
Thanks
2 Users
Old 02/11/2017, 02:53   #5
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
I still got this problem even though I've change the code into this.

Code:
#ifdef __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",
#else __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",
#endif //__MODEL_CHANGE
					pItemElem->m_dwObjId, pItemElem->m_dwItemId,
					0, 0, 
					pItemElem->m_nItemNum, pItemElem->m_nRepairNumber,
					pItemElem->m_nHitPoint, pItemElem->m_nRepair,
					0, pItemElem->m_byFlag,
					pItemElem->GetSerialNumber(), pItemElem->GetOption(), 
  					pItemElem->m_bItemResist, pItemElem->m_nResistAbilityOption,
  					pItemElem->m_idGuild,
					pItemElem->m_nResistSMItemId				
				);
		else
#ifdef __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d",
#else __MODEL_CHANGE
            sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d",
#endif //__MODEL_CHANGE

#ifdef __WEAPON_LEVELING
			"%d,%d,"
#endif // __WEAPON_LEVELING

#ifdef __MODEL_CHANGE
			"%d,"
#endif // __MODEL_CHANGE

#ifdef __OLD_NEW_GLOW_V2
			"%d,"
#endif // __OLD_NEW_GLOW_V2
#ifdef __SWITCH_PETGLOW
			",%d"
#endif //__SWITCH_PETGLOW
			"%d/",
		  //sprintf( pItemStruct->szItem, "%d,%d,%d,%d,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d/",// Standard		
					pItemElem->m_dwObjId, pItemElem->m_dwItemId,
					0, 0, pItemElem->m_szItemText,
					pItemElem->m_nItemNum, pItemElem->m_nRepairNumber,
					pItemElem->m_nHitPoint, pItemElem->m_nRepair,
					0, pItemElem->m_byFlag,
					pItemElem->GetSerialNumber(), pItemElem->GetOption(), 
  					pItemElem->m_bItemResist, pItemElem->m_nResistAbilityOption,
  					pItemElem->m_idGuild,
					pItemElem->m_nResistSMItemId

#ifdef __WEAPON_LEVELING
					, pItemElem->m_nWeaponLevel
					, pItemElem->m_nWeaponExp
#endif // __WEAPON_LEVELING

Still got this error, or this is not my problem? where this error occurs please help me

Code:
2017/ 2/25   21:36:27   SendPlayerList::Inventory : << IndexItem Plus, 5427808

2017/ 2/25   21:36:27   Inventory = 5427808,1,2801,0,(null),257138960,1,0,0,0,0,0,1158368268,0,0,0,0,0/5427808,2,4805,0,(null),257139136,5,0,0,0,0,0,-1270662827,0,0,0,0,0/5427808,3,26456,0,(null),257139312,85,0,-1,0,0,0,1882733210,0,0,0,0,0/5427808,42,506,0,(null),257146176,1,0,5850000,0,0,0,685080426,0,0,0,0,0/5427808,43,510,0,(null),257146352,1,0,4500000,0,0,0,-441074597,0,0,0,0,0/5427808,44,21,0,(null),257146528,1,0,7200000,0,0,0,-148431624,0,0,0,0,0/5427808,45,2800,0,(null),257146704,3,0,0,0,0,0,-2041899567,0,0,0,0,0/$
khemomo is offline  
Old 02/11/2017, 11:17   #6
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 929
Received Thanks: 444
Quote:
Originally Posted by khemomo View Post
Still got this error, or this is not my problem? where this error occurs please help me

Code:
2017/ 2/25   21:36:27   SendPlayerList::Inventory : << IndexItem Plus, 5427808

2017/ 2/25   21:36:27   Inventory = 5427808,1,2801,0,(null),257138960,1,0,0,0,0,0,1158368268,0,0,0,0,0/5427808,2,4805,0,(null),257139136,5,0,0,0,0,0,-1270662827,0,0,0,0,0/5427808,3,26456,0,(null),257139312,85,0,-1,0,0,0,1882733210,0,0,0,0,0/5427808,42,506,0,(null),257146176,1,0,5850000,0,0,0,685080426,0,0,0,0,0/5427808,43,510,0,(null),257146352,1,0,4500000,0,0,0,-441074597,0,0,0,0,0/5427808,44,21,0,(null),257146528,1,0,7200000,0,0,0,-148431624,0,0,0,0,0/5427808,45,2800,0,(null),257146704,3,0,0,0,0,0,-2041899567,0,0,0,0,0/$
Have you try to add Tabbed Inventory ?
-Venom' is offline  
Old 02/11/2017, 12:11   #7
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Quote:
Originally Posted by Gentros' View Post
Have you try to add Tabbed Inventory ?
No this source/Files is working fine for 1 week. I didn't change anything but after I close my program and Open it again this problem pop-up I cant connect to the server selection

Anyway this source (GOH or Erendora has a //#define __TABBED_INVENTORY // (v17 Inventory = Useless) but already close)

I think this one is your source. I saw your name here (Named Engineer Gentros).
khemomo is offline  
Reply


Similar Threads Similar Threads
[Selling] Sell CS.GO Inventory | Verkaufe mein CS.GO Inventory "CHEAP"
10/10/2015 - Counter-Strike Trading - 3 Replies
Sold Verkauft Best regards Souza
[Selling] My whole inventory
09/23/2015 - Counter-Strike Trading - 42 Replies
Hey I want to sell my inventory 1.(I will not go first 2.(prefer sell throw OPskins.com 3.(add me and watch what I got! 4.(Looking for quick sell so add me and lets talk about price Steam Community :: Selling inventory
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 :)
[Selling] my whole inventory for 25€ PSC
06/30/2015 - League of Legends Trading - 2 Replies
Steam Community :: hiimbamoas :: Item Inventory im selling evrything on this inventory for 25€ PSC add me in skype wrong section ^^#closerequest
Pet inventory bug
06/29/2010 - SRO Private Server - 2 Replies
Once I hit lvl 100, I opened my grab pet inventory to see what I had. I closed it. I then added the stat 3 points given to me by leveling to 100. I then tried to open my pets inventory, and nothing. Nothing meaning, the inventory box did not come up. Ive tried a trading bull, and still no inventory box. Ive got onto other accounts that have pets and still no inventory box. Ive reinstalled, still no box. Its either bugged or the inventory box is off the screen. I have no idea!!



All times are GMT +2. The time now is 05:40.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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