Jump to content
Sign in to follow this  
estrangulador

Lua_err Help

Recommended Posts

I'm with two mistakes they repeat a lot in lue_err, can anyone help me?

 

Erro 1

[03-15 13:13:15]DoString Skill_Hyz_End
[03-15 13:13:15]resource/script/calculate/skilleffect.lua:16473: attempt to call global `GetPetUreLV' (a nil value)

 

function GivePetState( ATKER , DEFER )
    local PetLv = GetPetUreLV (ATKER) --        Line 16473
    local State_Lbhl = GetChaStateLv ( ATKER, STATE_Lbhl )
    if State_Lbhl >= 1 then
        AddState( ATKER , DEFER , STATE_LEIPI , 2 , 2 )    
    end
end 

---------------------------------------------------------------------------------------------------

Erro 2

[03-16 17:00:02]DoString after_create_entry
[03-16 17:00:02]resource/script\calculate\functions.lua:8485: stack overflow

 

entrydata = entrydata or {}

SetMapEntryEventNameHook = SetMapEntryEventName
function SetMapEntryEventName(entry, name)
    SetMapEntryEventNameHook(entry, name) ---      Line 8485
    map_name, posx, posy, tmap_name = GetMapEntryPosInfo(entry)
    entrydata[tmap_name] = entry
end

Share this post


Link to post
Share on other sites

Hello @estrangulador!

 

The mistakes are being explained quite clearly, just a notion of reading to understand.

6 hours ago, estrangulador said:

DoString Skill_Hyz_End

That probably mission or returning values that doesn't match, check function at skilleffect.lua. I think it's slash function..

 

6 hours ago, estrangulador said:

[03-15 13:13:15]resource/script/calculate/skilleffect.lua:16473: attempt to call global `GetPetUreLV' (a nil value)

That clear... the function GetPetUreLv missing or being loaded after where it called.

 

6 hours ago, estrangulador said:

DoString after_create_entry

The same as first error.

 

6 hours ago, estrangulador said:

[03-16 17:00:02]resource/script\calculate\functions.lua:8485: stack overflow

To using the portal entry name change function you must use 1 gamesv only, even that errors still occurs. Can't remember exactly the main problem of this, but don't recommend u using such function.


lelouch_signature_by_vahntheknight-d4uafwj.png

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