Jump to content

kimameixede

Inactive Member
  • Posts

    131
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

kimameixede last won the day on February 7 2016

kimameixede had the most liked content!

About kimameixede

Informations

  • Gender
    Male

Recent Profile Visitors

1796 profile views

kimameixede's Achievements

Collaborator

Collaborator (7/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

6

Reputation

  1. int pc_get_empty_inventory_size(lua_State* L) { LPCHARACTER pChar = CQuestManager::instance().GetCurrentCharacterPtr(); if (lua_isnumber(L, 1) == false){ lua_pushboolean(L, false); return 1; } int size = (int)lua_tonumber(L, 1); if (pChar != NULL) { int iEmptyCell = pChar->GetEmptyInventory(size); if (-1 == iEmptyCell) { lua_pushboolean(L, false); return 1; } lua_pushboolean(L, true); } else { lua_pushboolean(L, false); } return 1; } credits: DragonSlayer
  2. use oficial quest. you can find there on metin2dev
  3. its easy. just check the line error on demirvidgame.lua
  4. Some parts of map are not closing. you can see through the floor. try to fix in world editor
  5. You pay 20 Euros to 34k files fixed? Make your won files Good look.
  6. I think you did not understand or i am so noob. just wanted the server sends to a variable to the client so that it shows a window.
×
×
  • 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.