Jump to content

Hakos

Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

About Hakos

Informations

  • Gender
    Male

Recent Profile Visitors

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

Hakos's Achievements

Rookie

Rookie (2/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • One Year In
  • Week One Done

Recent Badges

3

Reputation

  1. How come when the shop is created the required items are put on 0?
  2. And 'possible to disable these functions only to the degree HIGH_WIZARD and not IMPLEMENTOR?
  3. void CHARACTER::ReqSafeboxLoad(const char* pszPassword) { if (!*pszPassword || strlen(pszPassword) > SAFEBOX_PASSWORD_MAX_LEN) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<â°í> À߸øµÈ ¾ÏÈ£¸¦ ÀÔ·ÂÇϼ̽À´Ï´Ù.")); return; } else if (IsGM()) { ChatPacket(CHAT_TYPE_INFO, "Proibido mover itens para o armazem como GM."); return; } Thanks!
  4. How can I block "game.open_safebox ()" to GM? (Open wharehouse)
  5. How can I block "game.open_safebox ()" to GM?
×
×
  • 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.