Jump to content

Ropen

Member
  • Posts

    41
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Ropen

  1. 13 hours ago, Zoom said:

    Try this:

     

    Open PythonMiniMap and search this:

     

      Reveal hidden contents

            float fDistanceFromCenter = sqrtf(fDistanceFromCenterX * fDistanceFromCenterX + fDistanceFromCenterY * fDistanceFromCenterY );
            if ( fDistanceFromCenter >= m_fMiniMapRadius )
                continue;

            TMarkPosition aMarkPosition;

     

    Then, after this add:

     

      Hide contents

            int blockID[] = {101, 102};
            
            for (int i = 0; i < _countof(blockID); i++)
            {
                if (pkInstEach->GetRace() != blockID[i])
                    return;
             }

     

    Just insert your ID in array blockID.

     

    Sorry , but do u mean that any pet or mount that I want to hide I will have to put his Vnum in  the blockID[]  ?

  2.  

    Hi

    I installed "  Metin2-Skill-CoolTime-Update-master  " system

    The system works well, but when I die the skill unlock time is not renewed.

    But when I wake up I can open it again though

     

    This is the syserr


     

    1029 16:57:51350 ::   File "game.py", line 4041, in SkillClearCoolTime
    
    1029 16:57:51351 ::   File "interfaceModule.py", line 695, in SkillClearCoolTime
    
    1029 16:57:51352 :: AttributeError
    1029 16:57:51352 :: :
    1029 16:57:51352 :: 'TaskBar' object has no attribute 'SkillClearCoolTime'
    1029 16:57:51352 ::

     

     

    game.py

     

    https://paste2.org/mMCxNC9x

     

    interfaceModule.py

     

    https://paste2.org/yEbvvsyw

     

     

     

     

  3. I have a problem with the acc system


    I added in the Character files in root and added in  item " name & proto & list "

    and in acc.txt file in server

     

     

    There is no scale file in local

     

    But the scarf does not appear and does not accept Merge

    Should I do anything more?

     

    The gr2 file path i'm sure it's correct

     

  4. Hi guys
    I would like to make the acc accept only combination with acc of the same type
    How do I do it?

     

    in another meaning
    I'd like to have him accept the process like this

    spacer.png


    and does not accept it like this

     

    spacer.png

     

     

    You tried to do it through acce.txt  in server side like taht

     

    section
    npc    20406
    item     85016    1
    item     85016    1
    reward    85017    1
    abs_chance_min    15
    abs_chance_max    20
    gold    9000000000
    percent    60
    end

     

    and like that

     

    section
    npc    20406
    item     85016    2
    reward    85017    1
    abs_chance_min    15
    abs_chance_max    20
    gold    9000000000
    percent    60
    end

     

    didn't work

     

    any help ?

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.