ใโ-๐ใโ๐๐ผ๐ Posted May 3, 2018 Report Share Posted May 3, 2018 Vamos al source game y en el archivo "cmd_general.cpp" buscamos ACMD(do_open_offline_shop) y agreguen la siguiente restricción a continuación. if (ch->IsAcceOpen()) { ch->ChatPacket(CHAT_TYPE_INFO, "No puedes usar la tienda offline cuando creas una estola."); return; } Ahora buscamos ACMD(do_acce) Agregar después if (ch->GetOfflineShopOwner()) { ch->ChatPacket(CHAT_TYPE_INFO, "No puedes craftear una estola cuando tienes la tienda fuera de línea abierta."); return; } Eso es todo, espero les sirva. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.