input_main.cpp / Açılır if (!ch->IsPC()) return SubPacketLen; arat -------------- #ifdef ENABLE_LONCA_NPCYE_ATMA_FIX { if (!ch->IsPC() || !newmember->IsPC()) ch->ChatPacket(CHAT_TYPE_INFO, "Lutfen sadece karakterlere istek gonderin.!"); return SubPacketLen; } #endif Ustüne ekle Service.h Açılır #define ENABLE_LONCA_NPCYE_ATMA_FIX Eklenir. const int gold = MIN(*reinterpret_cast(c_pData), 500000); Arat #ifdef ENABLE_LONCA_YANG_FIX const int gold = *reinterpret_cast(c_pData); #else const int gold = MIN(*reinterpret_cast(c_pData), 500000); #endif Değiştir pGuild->RequestWithdrawMoney(ch, gold); Arat Üstüne Ekle #ifdef ENABLE_LONCA_YANG_FIX if(ch->GetGold()+gold/**/ >= /**/ GOLD_MAX){ ch->ChatPacket(CHAT_TYPE_INFO, "Yang miktarın maksimum seviyeye ulaşmış."); return SubPacketLen; } #endif #define ENABLE_LONCA_YANG_FIX Service.h ekle