Iris2.de
http://iris2.de/forum/

Healthbar Close Bug & Fix
http://iris2.de/forum/viewtopic.php?f=18&t=1389
Page 1 of 1

Author:  Sehlor [ Thu Apr 30, 2009 3:12 pm ]
Post subject:  Healthbar Close Bug & Fix

When a Mobile's Healthbar is open and mobile is dead, health bar still alive with minimum health.

to fix it: in net.corpse.lua line ( around 58 )
Add This Code:
Code:
local healthBar = gHealthbarDialogs[player_serial]
   if healthBar then
      healthBar:Destroy()
      gHealthbarDialogs[player_serial] = nil
        end


Regards
Sehlor

Author:  ghoulsblade [ Thu Apr 30, 2009 7:34 pm ]
Post subject: 

thanks, added =)

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/