[1.0.4] Disappearance of Agrimley the Hermit(2).
Posted: Wed Sep 11, 2013 5:50 pm
Well, I have dissected save file from my poor character and found that
in Engine.map-blahblah, no mod.class.WorldNPC-Agrimley is present in the map tile arrays.
But mod.class.WorldNPC-Agrimley is present and engine.Level-blahblah still calls that object.
And when I compare this Engine.map-blahblah with other 'normal' characters',
I can see that only in this character the matching of mod.class.WorldNPC-Agrimley to any map tile is gone.
Now I want to know which map tile[x] is corresponding with [x,y] scale on mod.class.WorldNPC-Agrimley.
(x,y) is (11, 15). I cannot figure it out the function of [x] -> [x,y]... Could anyone help me out?
in Engine.map-blahblah, no mod.class.WorldNPC-Agrimley is present in the map tile arrays.
But mod.class.WorldNPC-Agrimley is present and engine.Level-blahblah still calls that object.
And when I compare this Engine.map-blahblah with other 'normal' characters',
I can see that only in this character the matching of mod.class.WorldNPC-Agrimley to any map tile is gone.
Now I want to know which map tile[x] is corresponding with [x,y] scale on mod.class.WorldNPC-Agrimley.
(x,y) is (11, 15). I cannot figure it out the function of [x] -> [x,y]... Could anyone help me out?