Jump to content

59sos

Inactive Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by 59sos

  1. Hi, I'm glad to meet you. We have some problems, some of them very important that we want to solve as soon as possible. To solve them we pay, I am part of the team of a server with over 5000 players on/24 hours.

    1) I want to block the trade window when a quest is running .  For example if you know who you can use only a Soul STONE (50513) during the training to perfect skill. Yes,you can trade the soul stone in the middle of the quest thus bypassing its verification.

    2) The pc.count_item for 3-4 Inventory. Quests that use this functions dosen`t know all inventory ( ex 3/4/5 )

    3) Black hole in the warehouse . I don't know how to do it, I tried to reproduce it but without success.. Sometimes players wake up with this bug and the items disappear completely from the inventory

    video:  https://metin2.download/video/xmQbbcGJk3Z3fhMeg4PEdMF7JgiS8vZc/.mp4

    4) Some players are disconnected or crashed when they are logged in with two accounts.For this problem, some research is needed, it would help me if I could keep in touch live with a person.

     

    I am waiting for your messages here or in private.

  2. i like your quick answer , thx you

     

    1) I don`t know which quest is ...  from core error i belive  that`s problem from a npc/quest .

    2)

    Spoiler

    // 칠 때마다 HP회복
                if (pAttacker->GetPoint(POINT_HIT_HP_RECOVERY) && number(0, 4) > 0) // 80% 확률
                {
                    int i = MIN(dam, iCurHP) * pAttacker->GetPoint(POINT_HIT_HP_RECOVERY) / 100;

                    if (i)
                    {
                        CreateFly(FLY_HP_SMALL, pAttacker);
                        pAttacker->PointChange(POINT_HP, i);
                    }
                }

                // 칠 때마다 SP회복
                if (pAttacker->GetPoint(POINT_HIT_SP_RECOVERY) && number(0, 4) > 0) // 80% 확률
                {
                    int i = MIN(dam, iCurHP) * pAttacker->GetPoint(POINT_HIT_SP_RECOVERY) / 100;

                    if (i)
                    {
                        CreateFly(FLY_SP_SMALL, pAttacker);
                        pAttacker->PointChange(POINT_SP, i);
                    }
                }

                // 상대방의 마나를 없앤다.
                if (pAttacker->GetPoint(POINT_MANA_BURN_PCT))
                {
                    if (number(1, 100) <= pAttacker->GetPoint(POINT_MANA_BURN_PCT))
                        PointChange(POINT_SP, -50);
                }
            }
        }

    3)Sounds good , so your fix are the completion of full fix. Nice!  i try it now.

  3. Hello there, I am glad to find you here again after 3 years since I got out of this game , I wanted to take advantage of this moment and i open a server :P I lost allmost all contacts of metin2 servers owner and developpers ,  and I have no one to ask for help.

     

    i have 1 big problems and 2 bugs who need fixes.. for which I would be willing to pay (paypal)

     

    1) A crash core in ch1 /map1 core where is the most players online ...

    Spoiler

    game core:

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

     

    I collected some syserr and syslog ,  and in syserr i don`t see anything suspect  so this is an example

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

    SYSERR: Mar 27 18:02:17 :: Resume: wrong QUEST_WAIT request! : 91799
    SYSERR: Mar 27 18:03:26 :: OnClick: OnClick Fail (Vitezomanu->Orph3us) - pc is exchanging
    SYSERR: Mar 27 18:04:01 :: pid_init: 
    Start of pid: 36188

     

    but in the syslog , this errors it`s repeating

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

    Mar 27 18:03:50 :: reallocating buffer to 8192, current 1024
    Mar 27 18:03:50 :: AddAffect  type 215 apply 0 0 flag 28 duration 5
    SYSERR: Mar 27 18:04:01 :: pid_init: 
    Start of pid: 36188

     

     

     

    2) In the Demon Tower the sura characters with weapon skills when he activate the Enchanted Blade receive a big damage from the mob/ mobs.

     

    3)Sura weapon skils make LAG at DISPEAL skill . I need the correct bug fixed because the fix from the google make another bugs at cooldown and damage.

     

     

    Thx you /  i wait you reply or pm/discord : magic59sos#4702 .

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