Register for your free account! | Forgot your password?

You last visited: Today at 17:48

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

Advertisement



SEQUENCE

Discussion on SEQUENCE within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2013
Posts: 17
Received Thanks: 0
SEQUENCE

Hi. Anyone knows how to fix this syssers error? It´s something with a mount i think.. because this errror is showed everytime when i ride a mount, after few minutes my char unmount but item is still in the slot

enzicz is offline  
Old 08/06/2017, 14:45   #2
 
elite*gold: 0
Join Date: Mar 2009
Posts: 212
Received Thanks: 33
Client Source -> Userinterface -> PythonNetworkStreamModule.cpp

search for:

PyObject* netRecvGuildSymbol(PyObject* poSelf, PyObject* poArgs)

replace with:

Code:
PyObject* netRecvGuildSymbol(PyObject* poSelf, PyObject* poArgs)
{
	char * szIP;
	if (!PyTuple_GetString(poArgs, 0, &szIP))
		return Py_BuildException();
	int iPort;
	if (!PyTuple_GetInteger(poArgs, 1, &iPort))
		return Py_BuildException();
	int iGuildID;
	if (!PyTuple_GetInteger(poArgs, 2, &iGuildID))
		return Py_BuildException();

	CNetworkAddress kAddress;
	kAddress.Set(szIP, iPort);

	std::vector<DWORD> kVec_dwGuildID;
	kVec_dwGuildID.clear();
	kVec_dwGuildID.push_back(iGuildID);

#ifdef fix_header254
	if (kVec_dwGuildID.size()>0)
	{
		CGuildMarkDownloader& rkGuildMarkDownloader=CGuildMarkDownloader::Instance();
		if (!rkGuildMarkDownloader.ConnectToRecvSymbol(kAddress, 0, 0, kVec_dwGuildID))
		{
			assert(!"Failed connecting to recv symbol");
		}
	}
#endif
	return Py_BuildNone();
}

Client Source -> Userinterface -> PythonNetworkStreamPhaseGame.cpp

search for:
bool CPythonNetworkStream::RecvLandPacket()

replace with:

Code:
bool CPythonNetworkStream::RecvLandPacket()
{
	TPacketGCLandList kLandList;
	if (!Recv(sizeof(kLandList), &kLandList))
		return false;

	std::vector<DWORD> kVec_dwGuildID;

	CPythonMiniMap & rkMiniMap = CPythonMiniMap::Instance();
	CPythonBackground & rkBG = CPythonBackground::Instance();
	CInstanceBase * pMainInstance = CPythonPlayer::Instance().NEW_GetMainActorPtr();

	rkMiniMap.ClearGuildArea();
	rkBG.ClearGuildArea();

	int iPacketSize = (kLandList.size - sizeof(TPacketGCLandList));
	for (; iPacketSize > 0; iPacketSize-=sizeof(TLandPacketElement))
	{
		TLandPacketElement kElement;
		if (!Recv(sizeof(TLandPacketElement), &kElement))
			return false;

		rkMiniMap.RegisterGuildArea(kElement.dwID,
									kElement.dwGuildID,
									kElement.x,
									kElement.y,
									kElement.width,
									kElement.height);

		if (pMainInstance)
		if (kElement.dwGuildID == pMainInstance->GetGuildID())
		{
			rkBG.RegisterGuildArea(kElement.x,
								   kElement.y,
								   kElement.x+kElement.width,
								   kElement.y+kElement.height);
		}

		if (0 != kElement.dwGuildID)
			kVec_dwGuildID.push_back(kElement.dwGuildID);
	}
#ifdef fix_header254
	if (kVec_dwGuildID.size()>0)
		__DownloadSymbol(kVec_dwGuildID);
#endif
	return true;
}
Locale_inc.h einfügen:
#define fix_header254


#include "Locale_inc.h" dont forget .

FIRST USE SUFU AND THEN CREATE TOPIC.
"header 254" fix is listed on the 4th place at google

Ich finde sowas sollte verwarnt werden oder die Regeln sollten angepasst werden, also wenn man die SuFu nicht benutzt.
Soll teure Zeit nicht für son Müll verschwendet werden sondern für Leute die wirklich Hilfe brauchen.
Grey Goose is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Conquer 4267 Login Sequence
01/25/2010 - CO2 Private Server - 28 Replies
Anyone remember it? Ive got to the game server and im receiving a 1010:137 Packet which is empty except for my Character ID, Ive tried the following: Respond with identical packet - Displays interface, servername, cords 0,0, with the message "Logging into server.....please wait", opening interface panels scars the background. Respond with 1010:74 packet - Nothing changes, remains with the black login screen, so im assuming that the client doesnt understand it at this version. Respond...
Remove Death sequence
06/14/2009 - Conquer Online 2 - 2 Replies
How do i remove the monsters right after they die. I would much rather them die and diapear rather that fall down and just lay there for a few seconds. Thx
nid help with the sequence
03/09/2008 - Dekaron - 0 Replies
i have this as a sequence for my 2mbot but it doesnt do anything? SL(1000) CN MT(200,200) MT(200,100) CR AT MT(100,50)
Selected Collacting Sequence Not Supported By The Operating System
10/22/2007 - SRO Hacks, Bots, Cheats & Exploits - 1 Replies
hi i get this error when tryn to open the game with the tbot. i downloaded the east asian language pack but i have no idea how to install it. ne help would be appericated. edit nvm i figured it out Close Plz
"Selected Collacting Sequence Not Supported By The Operating System" Fixed
10/18/2007 - SRO Hacks, Bots, Cheats & Exploits - 2 Replies
For The problem"Selected Collacting Sequence Not Supported By The Operating System" download this: http://puffypower.net/lunia/east_asian_languages.z ip Credits Go To haisomaz:)



All times are GMT +2. The time now is 17:48.


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.