Jump to content

r00t

Premium
  • Posts

    147
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by r00t

  1. 48 minutes ago, AlexxD said:

    I'll edit this function, first I saw that people need to block 2 items for the same type, and after I saw in client that 2 same vnums doesn't works. 

    Go open special_item_group in your server and try to find a vnum of your item. What i mean is that you need to find this:

    Group 스폐셜
    {
        Vnum    10050
        type    special
        1    71148    100000    1
        2    71149    100001    1
        3    71158    100002    1
        4    71135    100003    1
        5    71136    100003    1
        6    71143    100004    1
        7    71145    100005    1
    }   

    All item in this group can't be used in same time... and if you want change bonus that this item give, you need to find, by third value, the group. For example... i want edit bonus of item 71148, Ring of Will Power... if we look in above group...

     1    71148    100000    1

    Now you need to find group with vnum 100000...voilà

    Group 속성                
    {                
        Vnum    100000        
        type    ATTR        
        1    66    30    
        2    78    20    
        3    79    20    
        4    63    30    
        5    69    10    
        6    70    10    
        effect    "d:\ymir work\effect\etc\buff\buff_item5.mse"
    }

    Here you can see all bonus of this ring... 30% bonus exp, 20% def warrior, 20% def ninja, 30% strong vs monster, 10% max hp, 10% max mp (in official server this item have also 20% def lycan... i have remove this bonus now because i don't know if you have it).

    Let me know if you solved ;)

  2. 1 hour ago, Sentrix said:

    Emm, I do not know what to say xD, well, you looked at the bottom of the post in here: https://metin2dev.org/board/index.php?/topic/131-full-monarch-system/ , you have the no diff version which is step-by-step shown how to install it onto your server

    He mean that, as Shogun say, one function used in quest is bugged and for run it you need to edit db core with a diff but Damixx don't wont a diff but want change source...

    So solution is this...

    Open Monarch.cpp in source db, find this

    "UPDATE monarch set money=%lld; where empire=%d", m_MonarchInfo.money[Empire], Empire);

    and replace with this

    "UPDATE monarch set money=%lld where empire=%d", m_MonarchInfo.money[Empire], Empire);

     

    Problem is just a semicolon put in the middle of query ;)

    • Love 1
  3. On 17 novembre 2015 18:43:46, AfterLife said:

    Until official updates have those server files?

    Sorry bad english

    It's old...just costume and pet...as title of topic say, this files are clean so you can add what you want. For me is better start with 40k because most of actual update (sash etc...) don't work on 34k

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