20-09-2008, 12:27 AM
Modification to work for NPC's:
CLIENT
Look for "Sub BltNPCName", then scroll down until:
Then add the following directly after it:
[code]If TextY
CLIENT
Look for "Sub BltNPCName", then scroll down until:
Code:
'Draw name
TextX = MapNpc(Index).X * PIC_X + MapNpc(Index).XOffset + CLng(PIC_X / 2) - ((Len(Trim$(.Name)) / 2) * 8)
TextY = MapNpc(Index).Y * PIC_Y + MapNpc(Index).YOffset - CLng(PIC_Y / 2) - 4
Then add the following directly after it:
[code]If TextY