Yeah, I dont really know without doing a bunch of trial & error tests.I found something in Essentials Patches, Databoxes.rb there is :
Battler Databoxes:@databoxBitmap&.dispose @databoxBitmap = AnimatedBitmap.new(bgFilename) if onPlayerSide @showHP = true if sideSize == 1 @showExp = true if sideSize == 1 @spriteX = Graphics.width - 244 @spriteY = Graphics.height - 192 @spriteBaseX = 34
If i change @spriteBaseX = 34 to 40, i can move the name like i want, but it moves the health and exp bar too, is there a way to move only the name? If its something hard or takes time, just forget it. I don't want to be annoying.