Jump to content

Frap3

Banned
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About Frap3

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Frap3's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

  1. search (char_item.cpp function UseItemEx) if ( CArenaManager::instance().IsLimitedItem( GetMapIndex(), item->GetVnum() ) == true ) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("대련 중에는 이용할 수 없는 물품입니다.")); return false; } add after switch (item->GetVnum()) { case 50011: case 50012: case 50013: case 50014: case 50127: case 50128: case 50129: case 50130: case 50131: case 50131: if (CountEmptyInventory() < 2) { ChatPacket(CHAT_TYPE_INFO, "error checkspace"); return; } break; }
  2. search in char_item.cpp case 50011: { DWORD dwBoxVnum = 50011; std::vector <DWORD> dwVnums; std::vector <DWORD> dwCounts; std::vector <LPITEM> item_gets(NULL); int count = 0; Add if (CountEmptyInventory() < 2) { ChatPacket(CHAT_TYPE_INFO, "error checkspace"); return; }
  3. Amazing
×
×
  • 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.