![]() |
HP Bars Under NPCs - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: HP Bars Under NPCs (/showthread.php?tid=81) |
HP Bars Under NPCs - Tutorial Bot - 02-06-2006 Author: GodSentDeath Difficulty: 1/5 :: SERVER SIDE :: In modHandleData add the following anywhere: Code: ' ::::::::::::::::::::::::::: :: CLIENT SIDE :: In modHandleData add the following anywhere: Code: ' ::::::::::::::::::: In modTypes find "Type MapNpcRec under HP As Long" add: Code: MaxHP As Long Code: ' Blit out the npcs Code: ' Blit out NPC hp bars Code: Sub BltNpcBars(ByVal Index As Long) |