Skip to content

Temporary Fix for LavaSlide #18

Description

@gnavadev

Replace

    if GetV(V_SKILLATTACKRANGE,myid,MH_LAVA_SLIDE) == 1 then
        if UseDieterLavaSlide and GetV(V_HOMUNTYPE,myid)==DIETER then
            logstring=logstring.."UseDieterLavaSlide disabled - you don't have the skill!"
        end
        UseDieterLavaSlide=0 
    end

With

    if GetV(V_SKILLATTACKRANGE,myid,MH_LAVA_SLIDE) == 1 then
        if UseDieterLavaSlide and GetV(V_HOMUNTYPE,myid)==DIETER then
            logstring=logstring.."UseDieterLavaSlide disabled - you don't have the skill!"
        end
        UseDieterLavaSlide=1
    end

In some servers like RagnarokLatam lavaslide isn't working, this is not the right fix, but it's the best workaround I could find with my limited time.

EDIT: File AI_main.lua, around line 87

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions