1.11프리서버이구요.
가로 10칸 세로8칸 = 총 80칸입니다.
//////////////////////////////////////////////////////////////////////
// Settings for MOD user (NOT USED FOR CLOSED BNET !!)
//====================================================================
// DCU_mod_use = true/false When you set this to true you have to adjust all 4 following variables !!
// DCU_mod_StashX = 1; // width of stash
// DCU_mod_StashY = 1; // hight of stash
// DCU_mod_InvX = 1; // width of inventory
// DCU_mod_InvY = 1; // hight of inventory
//--------------------------------------------------------------------
DCU_mod_use = false;
DCU_mod_StashX = 1;
DCU_mod_StashY = 1;
DCU_mod_InvX = 1;
DCU_mod_InvY = 1;
기존에 이렇게 설정이 되어있는데... 80칸을 다 안쓰더군요.... 80칸을 다 쓸려면 어떤식으로 변경해야하나요??