Jump to content
Sign in to follow this  
danny1ma

Bug 1 SP END HP

Recommended Posts

Help me not recover, after he dies he stays 1 sp and 1hp, until reloguear or that attack me

.

 

Help me please

 

 

Screenshot_5.png

Screenshot_6.png

Screenshot_7.png

Edited by danny1ma

Share this post


Link to post
Share on other sites

Check ur lua_err.txt and functions.lua. I sometimes encounter help no regenerates because of functions.lua. Im dont know myself but yea i think its functions.lua cause thats where i fixed mine =D

Share this post


Link to post
Share on other sites

look like you delete that part in cha_timer

-- Восстановление ЖЗ
    if math.mod(now_tick, resume_freq) == 0 and now_tick > 0 then 
        if is_role_living == -1 then
            is_role_living = IsChaLiving(role)
        end
        if is_role_living == 1 then 
            Resume(role)
        end 
    end
-- Восстановление ЖЗ (конец)

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
Reply to this topic...

×   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.

Sign in to follow this  

×
×
  • Create New...