Fixed HP bar on mobs

Patsi

Vagabond
Customer
hello
trying to make a new mob and cant figure out what im doing wrong
what ever i try i cant see the hp bar :S
EDIT:
i got the files from non classic files npcname and npcgrp and copied to classic files also i copied a working mob xml
 

Attachments

  • {670B2E73-DCEB-4D84-BA6C-6BCBFC014C22}.webp
    {670B2E73-DCEB-4D84-BA6C-6BCBFC014C22}.webp
    57 KB · Views: 65
Last edited:
You need to create npcgrp, npcname.
In XML, you cannot use displayID.
Prefer shorter IDs, for example: 23001.
Larger IDs, such as 40031, for some reason do not appear.
 
You need to create npcgrp, npcname.
In XML, you cannot use displayID.
Prefer shorter IDs, for example: 23001.
Larger IDs, such as 40031, for some reason do not appear.
(sorry my description was not correct)
EDIT
i got the files from non classic files npcname and npcgrp and copied to classic files also i copied a working mob xml
the id is 27448 i kept the original id
 
<set name="displayId" value="27448"/>
that was my error
i found out in the last xml file in npcs there is a custom boss
 
Back
Top