Jump to content
  • 0
Thuan

Summoned monster sprite size // monster having HP-Bar

Question

I'm not really sure if this is a client-side problem, but I'm trying to remove the HP-bar from monsters and summoned ones changing their sprite size.

 

Using the 20120418 client and couldn't find anything about this matter yet.

 

Is there a way to remove those "features"?

 

Thanks in advance.

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

clif.c:

void clif_monster_hp_bar( struct mob_data* md, struct map_session_data *sd ) {
/*
struct packet_monster_hp p;

p.PacketType = monsterhpType;
p.GID = md->bl.id;
p.HP = md->status.hp;
p.MaxHP = md->status.max_hp;

clif->send(&p,sizeof(p),&sd->bl,SELF);
*/
}

Add those /* and */ on position mentioned above and recompile.

Share this post


Link to post
Share on other sites
  • 0

 

Are you using the @monster command?

 

Because that looks like you used @monstersmall.

 

See groups.conf:

monster: true

monstersmall: true

monsterbig: true

 

I used @monster for that one. Walked out of the screen and back in, then they become small.

 

But it happens to all 'summoned' monsters, like also summoned slaves. Once they get recalled and you see that, they become small:

post-7234-0-31581500-1412152616_thumb.jpg

 

Or when normal monsters respawn on my screen, howewer if I walk out of the screen and go back, they change back to normal size again.

post-7234-0-24383900-1412152621_thumb.jpg

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.