• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Loading map is taking double as usual after commits

Jpstafe

Well-Known Member
Joined
Aug 8, 2011
Messages
507
Reaction score
68
Hello im updating my downgraded 8.0 server i have added several commits/fixes to the code

outdated tfs is loading map very fast
Code:
> Map size: 33500x33500.
> Map loading time: 3.044 seconds.
[Warning - Monsters::loadMonster] Cant load spell. data/monster/bosses/mahrdis.xml
> Loaded house items in: 0.013 s
>> Initializing gamestate
>> Loaded all modules, server starting up...
>> RPG Server Online!

after commits is taking longer than usual, don't know which commit could be causing this
Lua:
> Map size: 33500x33500.
> Map loading time: 53.275 seconds.
[Warning - Monsters::loadMonster] Cant load spell. data/monster/bosses/mahrdis.xml
> Loaded house items in: 0.044 s
>> Initializing gamestate
>> Loaded all modules, server starting up...

                                                      .  .  ,----.
                                                     /|_/| /      ',
                    #`                   ''+#.      /, , )/  ,;'' .'
   .####.    .#.    #|                      +#.    (y_ )  |  ;...;'
  .##  ##. ######'  #|      _+  '##_###.    ,+##    "| |  \. '.
  ##    ##  ##'     #|      ##.  ###''|#, .#'  '#, (##(/   )  ;
  ##    ##  ##      #|     # #.  ##   .#' #'    #'  ## ..  |. .'
  `##  ##`  `##  ,# #|    #==#.  ##  .#'  '#   #'   \_(  ._|--'
   `####`    `###`  ##== #    #. ##  |##.  '###'    '--'--'''


   """"""""""""""""""" Happy 15th anniversary! """""""""""""""""""


>> RPG Server Online!
 
My Bad i was compiling in debug mode ¬¬

Lua:
> Map loading time: 2.838 seconds.
[Warning - Monsters::loadMonster] Cant load spell. data/monster/bosses/mahrdis.xml
> Loaded house items in: 0.012 s
>> Initializing gamestate
>> Loaded all modules, server starting up...

                                                      .  .  ,----.
                                                     /|_/| /      ',
                    #`                   ''+#.      /, , )/  ,;'' .'
   .####.    .#.    #|                      +#.    (y_ )  |  ;...;'
  .##  ##. ######'  #|      _+  '##_###.    ,+##    "| |  \. '.
  ##    ##  ##'     #|      ##.  ###''|#, .#'  '#, (##(/   )  ;
  ##    ##  ##      #|     # #.  ##   .#' #'    #'  ## ..  |. .'
  `##  ##`  `##  ,# #|    #==#.  ##  .#'  '#   #'   \_(  ._|--'
   `####`    `###`  ##== #    #. ##  |##.  '###'    '--'--'''


   """"""""""""""""""" Happy 15th anniversary! """""""""""""""""""


>> RPG Server Online!

closed
 
Back
Top