4144 364 Posted May 6, 2019 Display group (titlte) and icon for mobs, homunculus, npc, mercenaries For set icon in some way need get bl_id of npc, mob etc and call function: Set icon setunitdata(GID, UDT_GROUP, ID) Icon files stored in directory data/texture/유저인터페이스/group/group_ID.bmp Where GID is bl id of being, ID is icon id. Example for npc: setunitdata(getnpcid(), UDT_GROUP, 3); It will use this image: data/texture/유저인터페이스/group/group_3.bmp Set group setunittitle(GID, group_name); Where group_name is any name what you want assign to group Example for npc: setunittitle(getnpcid(), "Hercules"); Sample images Works from versions: ragexe from 20180207, ragexeRE from 20171129, ragexe_zero from 20171130 11 Luciar, Kuroe, Ridley and 8 others reacted to this Quote Share this post Link to post Share on other sites
fiction 14 Posted May 7, 2019 Cool!, this can be very useful to identify special events, mobs,npc, etc. More power to Herc! Thank you Herc's Developers ! Quote Share this post Link to post Share on other sites
IndieRO 33 Posted May 10, 2019 as always stunning!! Good job! Quote Share this post Link to post Share on other sites
REKT 10 Posted June 14, 2019 Does this feature already implemented? Quote Share this post Link to post Share on other sites