Jump to content

Recommended Posts

1 minute ago, WeedHex said:

You deleted the src name (you can change it easly) and devs dont want to help you thinking bad (me too) XD

If you see the name will solve the problem? :facepalm:
 

 

Can you help me or not :unsure:
 

Link to comment
https://metin2.dev/topic/19623-help/#findComment-106804
Share on other sites

18 hours ago, Krzychu20 said:

code was changed or it's only a mainline/novaline? U only add a error screen nothin' more

This is the hidden content, please
 

This is the file
 

Does Skype have a connection with you

line 2273

@Krzychu20
 

  • Love 1
Link to comment
https://metin2.dev/topic/19623-help/#findComment-106828
Share on other sites

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
https://metin2.dev/topic/19623-help/#findComment-106829
Share on other sites

1 minute ago, Krzychu20 said:

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


 

Already exist
 

Link to comment
https://metin2.dev/topic/19623-help/#findComment-106830
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
https://metin2.dev/topic/19623-help/#findComment-106835
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.