Jump to content

Recommended Posts

48 minut temu, k7k755 napisał:

This is the hidden content, please
 

This is the file
 

Does Skype have a connection with you

line 2273

@Krzychu20
 

nah, im not using skype


I didnt test transfer system but,
make sure that u have this code
 

#ifdef __ATTR_TRANSFER_SYSTEM__
#include "attr_transfer.h"
#endif

And

bool CanDoAttrTransfer() const;


in your char.h

And this

bool CHARACTER::CanDoAttrTransfer() const
{
	if (m_bIsObserver) return false;
	if (GetShop()) return false;
	if (GetMyShop()) return false;
	if (m_bUnderRefine) return false;
	if (IsWarping()) return false;
	if (GetOfflineShop()) return false;

	return true;
} 

in your char_item.cpp

  • Love 1
Link to comment
Share on other sites

man we didnt understand each other, I earlier add this code:
 

bool CHARACTER::CanDoAttrTransfer() const
{
	if (m_bIsObserver) return false;
	if (GetShop()) return false;
	if (GetMyShop()) return false;
	if (m_bUnderRefine) return false;
	if (IsWarping()) return false;
	if (GetOfflineShop()) return false;

	return true;
} 

make sure that u have it in char_item.cpp if not, add it

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.