Jump to content
dragontechi

socket error

Recommended Posts

look for the line if Check_Hole >= 2

and change it to

if Check_Hole >= 3

look for the line function Check_CG_damo ( Item_damo , Sklv )

 

and change it to

function Check_CG_damo ( Item_damo , Sklv )

    local a = 0
    local Hole_Num = Check_HasHole ( Item_damo )
    
    if Hole_Num == 0 then
        a = 1
    end

    if Hole_Num == 1 then
        a = 1
    end

    if Hole_Num == 2 then
        a = 1
    end

    local b = Percentage_Random ( a )
    
    return b
end

 

Excuse me, it was published in the session that it was not, please, a moderate please move it @V3ct0r @Dan @patrick13

Edited by dragontechi
farta de infomacion
  • Thanks 1

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.


×
×
  • Create New...