Jump to content

Search the Community

Showing results for tags 'newsellpacket'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Rules
    • Forum rules
  • Servers
    • Private servers
  • Metin2 - Releases
    • Tutorials
    • Webpages
    • Serverfiles/Clients
    • Quests
    • Graphics/Models/Maps
    • C++/Python
    • Scripts
    • Applications
    • Questions/Problems
  • Metin2 - Services
    • Tutorials
    • Webpages
    • Serverfiles/Clients
    • Quests
    • Graphics/Models/Maps
    • C++/Python
    • Scripts
    • Applications
    • Questions/Problems

Blogs

There are no results to display.

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 1 result

  1. Serverside: 1) input_main.cpp 2.1) Keress rá erre: case SHOP_SUBHEADER_CG_SELL2: 2.2) Írd felül ezzel: case SHOP_SUBHEADER_CG_SELL2: { if (uiBytes < sizeof(WORD) + sizeof(BYTE) + sizeof(BYTE)) return -1; const WORD wPos = *reinterpret_cast<const WORD*>(c_pData); const BYTE bCount = *(c_pData + sizeof(WORD)); const BYTE bType = *(c_pData + sizeof(WORD) + sizeof(BYTE)); sys_log(0, "INPUT: %s SHOP: SELL2", ch->GetName()); CShopManage
×
×
  • Create New...