Jump to content
  • 0
Sign in to follow this  
rotloso

Boss scale bug!!

Question

6 answers to this question

Recommended Posts

  • 0

I just checked the NPC script of the monster spawn and found the problem, see any diference in these 2 spawns?

 

 

gld2_ald,0,0,0,0    boss_monster    Gioia    2251,1,28800000,600000,1,1
gld2_ald,0,0,0,0    monster    Elvira    2252,1,1800000,600000,1

 

Check mob_db structure:

http://herc.ws/wiki/Custom_Mobs#Spawn_Points

 

<map name>,<x1>,<y1>,<x2>,<y2>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

 

Need to report in bugtracker e.e

Share this post


Link to post
Share on other sites
  • 0

I just checked the NPC script of the monster spawn and found the problem, see any diference in these 2 spawns?

 

 

gld2_ald,0,0,0,0    boss_monster    Gioia    2251,1,28800000,600000,1,1
gld2_ald,0,0,0,0    monster    Elvira    2252,1,1800000,600000,1

 

Check mob_db structure:

http://herc.ws/wiki/Custom_Mobs#Spawn_Points

 

<map name>,<x1>,<y1>,<x2>,<y2>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

 

Need to report in bugtracker e.e

 

 

You gotta add exceptions for boss types to all related entries in clif.c and mob.c since the commit that updated the feature is missing them.

 

THX for reply. But now i cant fixed them.  :(

 

I report to : https://github.com/HerculesWS/Hercules/issues/1122 ,need someone help me!!

Share this post


Link to post
Share on other sites
  • 0

 

 

I just checked the NPC script of the monster spawn and found the problem, see any diference in these 2 spawns?

 

 

gld2_ald,0,0,0,0	boss_monster	Gioia	2251,1,28800000,600000,1,1
gld2_ald,0,0,0,0	monster	Elvira	2252,1,1800000,600000,1

Check mob_db structure:

http://herc.ws/wiki/Custom_Mobs#Spawn_Points

<map name>,<x1>,<y1>,<x2>,<y2>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

Need to report in bugtracker e.e

You gotta add exceptions for boss types to all related entries in clif.c and mob.c since the commit that updated the feature is missing them.

THX for reply. But now i cant fixed them. :(

 

I report to : https://github.com/HerculesWS/Hercules/issues/1122 ,need someone help me!!

Man just go to monster spawn file and remove te last ",1" from the boss monster -_-

Share this post


Link to post
Share on other sites
  • 0

 

 

 

I just checked the NPC script of the monster spawn and found the problem, see any diference in these 2 spawns?

 

gld2_ald,0,0,0,0	boss_monster	Gioia	2251,1,28800000,600000,1,1
gld2_ald,0,0,0,0	monster	Elvira	2252,1,1800000,600000,1

Check mob_db structure:

http://herc.ws/wiki/Custom_Mobs#Spawn_Points

<map name>,<x1>,<y1>,<x2>,<y2>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

Need to report in bugtracker e.e

>You gotta add exceptions for boss types to all related entries in clif.c and mob.c since the commit that updated the feature is missing them.

ockquote>

THX for reply. But now i cant fixed them. :(

 

I report to : https://github.com/HerculesWS/Hercules/issues/1122 ,need someone help me!!

Man just go to monster spawn file and remove te last ",1" from the boss monster -_-

 

OMG!!! now i fixed, thx @@fxfreitas

 

I have another question. Why boss monster HP bar size over than normal monster (sorry for my English)

post-9392-0-19771600-1453828591_thumb.jpg

Share this post


Link to post
Share on other sites
  • 0

@@rotloso

 

maybe you are using this plugin?

 

 

* Monsters HP is visible to all players, instead of only those who hit it.   * Monsters spawned with 'boss' flag have a greater bar (2-3x normal size)

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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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