Jump to content

Recommended Posts

Who can tell me which index is where?
2befe94ec8.jpg

#ifdef ENABLE_COSTUME_SYSTEM

const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;

const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0;

const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1;

const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 2;

const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 3;

const DWORD c_Costume_Slot_ACCE = c_Costume_Slot_Start + 4;

const DWORD c_Costume_Slot_Count = 5;

const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;

#endif

is this right or forgot?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Honorable Member
31 minutes ago, thespeedy said:

const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;

everything except this looks good.

Shouldnt this be c_Equipment_End or something like that? Can someone else with more C++ / Metin2 Src experience confirm/deny this?

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



  • Similar Content

  • Activity

    1. 5

      OLDGODSMT2 [ MEGA SF RELEASE ]

    2. 24

      Experimental Renderer

    3. 11

      Multi Language System

    4. 0

      [FREE DESIGN] Interface + Logo + Discord Banner and Avatar

    5. 4

      Feeding game source to LLM

    6. 0

      Quest 6/7 Problem

    7. 5

      Effect weapons

    8. 0

      [C++] Fix Core Downer Using Negative Number in GM Codes

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.