Jump to content

RyotoRyo

Members
  • Posts

    6
  • Joined

  • Last visited

Community Answers

  1. RyotoRyo's post in remove monster hp bars was marked as the answer   
    Hi,
    Please search the function "clif_monster_hp_bar" and you know what to do. delete or annotate the code.
    void clif_monster_hp_bar( struct mob_data* md, int fd ) { #if PACKETVER >= 20120404 WFIFOHEAD(fd,packet_len(0x977)); WFIFOW(fd,0) = 0x977; WFIFOL(fd,2) = md->bl.id; WFIFOL(fd,6) = md->status.hp; WFIFOL(fd,10) = md->status.max_hp; WFIFOSET(fd,packet_len(0x977)); #endif }
×
×
  • Create New...