Jump to content

Legend

Banned
  • Posts

    150
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    0%

Posts posted by Legend

  1.  

    good evening
     
    I need help I spent the costume system and I have one problem,, now I wear the suit but does not appear in the window look at the photo,, very please someone explain to me what may be wrong
     
    Game File(2089)
    Lib= ricky
    filescostume= ricky
     

     

    https://metin2.download/picture/2T0U4IGq7YzNj4GaJp2H202hqBR881wN/.png

     

    Thnx

     

    skype = ventus.pvpserver

     

    very please someone explain costume system 2089

     

    very please?

     

    Kind Regards

    Legend

  2. Hello devs.
     
    I recently noticed that the green and purple potions doesn't send any effect so I decided to add one.
     
    File: char_item.cpp
     
    So let's begin, first of all find these two cases:
     

    case APPLY_MOV_SPEED:
    case APPLY_ATT_SPEED:

     
    and under of each of them add this:
     

    EffectPacket(SE_DXUP_PURPLE); //purple potion
    EffectPacket(SE_SPEEDUP_GREEN); //green potion

     
    After you do that search for this(this variable exists two times so you need to do this step two times):
     

    AddAffect(AFFECT_NOG_ABILITY, POINT_MOV_SPEED, moveSpeedPer, AFF_MOV_SPEED_POTION, time, 0, true, true);

     
    and under that add this:
     

    EffectPacket(SE_DXUP_PURPLE);

     

    Kind Regards

    Legend

    • Good 1
    • Love 15
×
×
  • 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.