Jump to content

[ Dead Download Link ] Binary File For Max Gold [ We Need You ]


Recommended Posts

Hi guys someone want to maximum gold for binary but i think anybody explain these things. I just share this file with your :D

 

I hope you are like it.

 

https://mega.co.nz/#!2p4H1TCL!mjvuGu14RxF0yQKJKzutXoZIOMl9H47hTOLxATBXNcs

 

4 Inventory Page

 

https://mega.co.nz/#!n5gA0A7Z!-TfyBNqfpadTA0nML7Q0WO81CbiA4isZ4obARNsGFJw

 

Someone got error with packet.h look at this ;

typedef struct packet_points
{
	BYTE	header;
	long long		points[POINT_MAX_NUM];
} TPacketGCPoints;

typedef struct packet_point_change
{
	int		header;
	DWORD	dwVID;
	BYTE	type;
	long long	amount;
	long	value;
} TPacketGCPointChange;

Best Regards

HaveBeen

  • Love 9

Plain logic saves lives.

Link to comment
Share on other sites

@HaveBeen can you add a 4 inventory on this binary pls?

 

@Added

 

Phase Select does not handle this header (header: 18, last: 90, 18)

The syserr of the client

 

 

Which you are using game.core?

 

I have a error? 8uHng.png

 

Upgrade your granny 2.2 file to granny 2.9. this file is public on metin2dev.org

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1

Plain logic saves lives.

Link to comment
Share on other sites

 

Phase Select does not handle this header (header: 18, last: 90, 18)

The syserr of the client

 

 

 

Which you are using game.core?

 

 

I use game of vanilla 2.4 and i dnt use game.core

 

 

I think she is change anything in packet.h or i don't know you need to ask this question to his :P

 

Best Regards

HaveBeen

Plain logic saves lives.

Link to comment
Share on other sites

 

 

Phase Select does not handle this header (header: 18, last: 90, 18)

The syserr of the client

 

 

 

Which you are using game.core?

 

 

I use game of vanilla 2.4 and i dnt use game.core

 

 

I think she is change anything in packet.h or i don't know you need to ask this question to his :P

 

Best Regards

HaveBeen

 

Ahh ok thanks

Link to comment
Share on other sites

0501 17:06:14536 :: Phase Select does not handle this header (header: 204, last: 17, 204)
 
I have vanilla core 2.4
and 
 
typedef struct packet_points
{
    BYTE    header;
    long long       points[POINT_MAX_NUM];
} TPacketGCPoints;
 
typedef struct packet_point_change
{
    int     header;
    DWORD   dwVID;
    BYTE    type;
    long long   amount;
    long    value;
} TPacketGCPointChange;
 
In the source

 

Link to comment
Share on other sites

Someone got error with packet.h look at this ;

typedef struct packet_points
{
	BYTE	header;
	long long		points[POINT_MAX_NUM];
} TPacketGCPoints;

typedef struct packet_point_change
{
	int		header;
	DWORD	dwVID;
	BYTE	type;
	long long	amount;
	long	value;
} TPacketGCPointChange;

Best Regards

HaveBeen

 

I put this in may binary and now when i compile it i recieve this error 

 

bool CPythonNetworkStream::RecvPointChange()
{
TPacketGCPointChange PointChange;
 
if (!Recv(sizeof(TPacketGCPointChange), &PointChange))
{
Tracen("Recv Point Change Packet Error");
return false;
}
 
CPythonCharacterManager& rkChrMgr = CPythonCharacterManager::Instance();
rkChrMgr.ShowPointEffect(PointChange.Type, PointChange.dwVID);
 
CInstanceBase * pInstance = CPythonCharacterManager::Instance().GetMainInstancePtr();
 
// ÀÚ½ÅÀÇ Point°¡ º¯°æµÇ¾úÀ» °æ¿ì..
if (pInstance)
if (PointChange.dwVID == pInstance->GetVirtualID())
{
CPythonPlayer & rkPlayer = CPythonPlayer::Instance();
rkPlayer.SetStatus(PointChange.Type, PointChange.value);
 
switch (PointChange.Type)
{
case POINT_STAT_RESET_COUNT:
__RefreshStatus();
break;
case POINT_LEVEL:
case POINT_ST:
case POINT_DX:
case POINT_HT:
case POINT_IQ:
__RefreshStatus();
__RefreshSkillWindow();
break;
case POINT_SKILL:
case POINT_SUB_SKILL:
case POINT_HORSE_SKILL:
__RefreshSkillWindow();
break;
case POINT_ENERGY:
if (PointChange.value == 0)
{
rkPlayer.SetStatus(POINT_ENERGY_END_TIME, 0);
}
__RefreshStatus();
break;
default:
__RefreshStatus();
break;
}
 
if (POINT_GOLD == PointChange.Type)
{
if (PointChange.amount > 0)
{
PyCallClassMemberFunc(m_apoPhaseWnd[PHASE_WINDOW_GAME], "OnPickMoney", Py_BuildValue("(i)", PointChange.amount));
}
}
}
 
return true;
}
Link to comment
Share on other sites

Please post dll for granny 2.9, here in this forum is only one tutorial to create once with source.

And ehm can you please create a binary with max gold + mounts dmg + hit fixed?

 

## Link for Granny 2.9 https://mega.co.nz/#!ZZpTFRRK!JWoFA0mvQJGNEXJV2LybJ0RHIppckb-lw4ov0ZXWPKE

# Your exe dont work:

0504 13:20:00602 :: Unknown packet header: 242, last: 32 17
0504 13:20:00619 :: Unknown packet header: 242, last: 32 17
0504 13:20:00636 :: Unknown packet header: 242, last: 32 17
0504 13:20:00653 :: Unknown packet header: 242, last: 32 17

Link to comment
Share on other sites

  • 2 weeks later...

Hi guys someone want to maximum gold for binary but i think anybody explain these things. I just share this file with your :D

 

I hope you are like it.

 

https://mega.co.nz/#!2p4H1TCL!mjvuGu14RxF0yQKJKzutXoZIOMl9H47hTOLxATBXNcs

 

4 Inventory Page

 

https://mega.co.nz/#!n5gA0A7Z!-TfyBNqfpadTA0nML7Q0WO81CbiA4isZ4obARNsGFJw

 

Someone got error with packet.h look at this ;

typedef struct packet_points
{
	BYTE	header;
	long long		points[POINT_MAX_NUM];
} TPacketGCPoints;

typedef struct packet_point_change
{
	int		header;
	DWORD	dwVID;
	BYTE	type;
	long long	amount;
	long	value;
} TPacketGCPointChange;

Best Regards

HaveBeen

can you this fix binary with header pls ?

Link to comment
Share on other sites

  • 1 month later...

I have problem :(

0713 23:27:33123 :: Ăł¸®µÇÁö ľĘŔş ĆĐŶ Çě´ő 107, state Loading

0713 23:27:52112 :: Ăł¸®µÇÁö ľĘŔş ĆĐŶ Çě´ő 107, state Game

0713 23:27:53012 :: Ăł¸®µÇÁö ľĘŔş ĆĐŶ Çě´ő 107, state Game

0713 23:27:53412 :: Ăł¸®µÇÁö ľĘŔş ĆĐŶ Çě´ő 107, state Game

0713 23:28:54560 :: Unknown packet header: 109, last: 3 17
Link to comment
Share on other sites

  • 1 month later...
  • 1 year later...

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.