But,The problem of the part can not be still solved.
Very rare case. (Compass incoreect and magicmap)
- Compass incoreect -
Some of the compasses are fixed.
but <rare case>
reason: (The occurrence : Walls are movable wall)

- magic map Oh Gor Dain Effect - What happen ??

reason: (The occurrence : It doesn't understand. Sorry (x_x)! )
Sorry to trouble you. Thank you for taking care of it.
Also,I think.
- before -<DSB system.lua GAME_CSB_REINCARNATION>
- after -114: for v=STAT_STR,STAT_AFI do
115: local stat = dsb_get_stat(who, v)
116: stat = (stat * 14) / 16
117: if (stat < 40) then stat = 40 end
118: dsb_set_stat(who, v, stat)
119: dsb_set_maxstat(who, v, stat)
120: end
The Vitality was too low in "Toadrot" when transmigrating.114: for v=STAT_STR,STAT_AFI do
115: local stat = dsb_get_stat(who, v)
116: stat = (stat * 14) / 16
117: if (stat < 300) then stat = 300 end
118: dsb_set_stat(who, v, stat)
119: dsb_set_maxstat(who, v, stat)
120: end
REINCARNATION Toadrot He is Vitality : 28 (It is lower than 30.)