

Hakos
Member-
Content Count
10 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Hakos

-
Rank
Neutral
Informations
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
How come when the shop is created the required items are put on 0?
-
I have this error:
-
It does not work, how can i do ???
-
Very Nice Good Job!
-
Absolute GM Restriction System
Hakos replied to Mind Rapist's topic in Programming & Scripts / Systems
And 'possible to disable these functions only to the degree HIGH_WIZARD and not IMPLEMENTOR? -
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!
-
How can I block "game.open_safebox ()" to GM? (Open wharehouse)
-
Absolute GM Restriction System
Hakos replied to Mind Rapist's topic in Programming & Scripts / Systems
How can I block "game.open_safebox ()" to GM?