Jump to content

Hakos

Inactive Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Hakos

  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.