Little Question About Error LOGS.

11/21/2017 10:52 Wezzy_Dev#1
How can i disable this error log in the spoiler below
11/21/2017 11:40 Dr. Peacock#2
Fix / Add / Remove the Model -> part_fCloPhoenix / part_mCloPhoenix

mdlDyna.inc -> CTRL+F -> mCloPhoenix <- Change the Model or Remove it... same for Female Model..
Your WorldServer/Neuz have a Problem to Load this Model correctly...
11/21/2017 15:51 Wezzy_Dev#3
Quote:
Originally Posted by Dr. Peacock View Post
Fix / Add / Remove the Model -> part_fCloPhoenix / part_mCloPhoenix

mdlDyna.inc -> CTRL+F -> mCloPhoenix <- Change the Model or Remove it... same for Female Model..
Your WorldServer/Neuz have a Problem to Load this Model correctly...
What i mean sir how can i remove the log notification hehehe
11/21/2017 16:24 Dr. Peacock#4
Why do you want to Remove it?
You can't Remove the 'LOG-DATA' at all. (You need to decommend all kind of 'error( " .. " ); parts)
You are Just able to remove upcomming Error's, if they don't are usefull (xD) ;)

Object3D.cpp
Error( "LoadObject : 메모리 오버플로우 %d, %d", nPoolSize, nDebugSize );