int32_t NpcScript::luaGetItemCount(lua_State* L){ int item_count= (int)lua_tonumber(L, -1); uint32_t item_id = (uint32_t)lua_tonumber(L, ...
確定! 回上一頁