Jump to content

metin2team

Bronze
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Community Answers

  1. metin2team's post in Random hp player max level was marked as the answer   
    to give based on max
    ch->SetRandomHP((ch->GetLevel()-1) * JobInitialPoints[job].hp_per_lv_end); to give based on min
    ch->SetRandomHP((ch->GetLevel()-1) *JobInitialPoints[job].hp_per_lv_begin); you can choose any and it will be static for each level
  2. metin2team's post in problem after add mount system was marked as the answer   
    You didn't provide any answers and also you used a language that is not allowed .. English ONLY is Allowed.
    Anyways, the answer to your problem Marwan is that you didn't add the GetNewAttributeValue to (item.cpp/item.h)
    good luck.
    btw, the error is self-explanatory.
  3. metin2team's post in Compiling source was marked as the answer   
    try CTRL + SHIFT + B
    Build -> Build Solution.
  4. metin2team's post in Block guild war score count if killed same ip was marked as the answer   
    use strcmp(hostname1, hostname2) == 0 <means equal.
     
  5. metin2team's post in [Error]Adding A New Interface was marked as the answer   
    No module named localeInfo Option1: make sure that you change locale.py to localeInfo.py
     
    Option2: change whatever in the newly added files from localeInfo to locale
  6. metin2team's post in Metin2 a.k.a. source was marked as the answer   
    when you download the source or take a look at it.. you will understand the line in bold
  7. metin2team's post in [REQUEST]Convert mob_proto was marked as the answer   
    https://mega.co.nz/#!yY8BFCbY!_JpRfeDhehw5Twtur6hebGTwy5ldm3DnVjh-RvgfV2c
  8. metin2team's post in [Question] time to clear the drop shot! was marked as the answer   
    GOLD_DROP_LIMIT_TIME: 10
     
    in CONFIG
  9. metin2team's post in Mob_Proto flags was marked as the answer   
    'AGGR' = 1
    'NOMOVE' = 2
    'COWARD' = 4
    'NOATTSHINSU' =  8
    'NOATTCHUNJO' = 16
    'NOATTJINNO' = 32
    'ATTMOB' = 64
    'BERSERK' = 128
    'STONESKIN' = 256
    'GODSPEED' = 512
    'DEATHBLOW' = 1024
    'REVIVE' = 2048
  10. metin2team's post in Private messages logs was marked as the answer   
    ('%s', %d, %u, NOW())
     
    %d -> '%s'
     
    %u -> '%s'
  11. metin2team's post in 6th skill - 2 problems was marked as the answer   
    please post your locale.py
  12. metin2team's post in Bonuses for buff items. was marked as the answer   
    Group Buff_Items { Vnum 10050 type special 1 71148 100000 1 } Group Buff_Item_1 { Vnum 100000 type ATTR # idx attr_type attr_value 1 66 30 2 78 20 3 79 20 4 63 30 5 69 10 6 70 10 effect "d:ymir workeffectetcbuffbuff_item5.mse" }
  13. metin2team's post in Reboot was marked as the answer   
    http://metin2dev.org/board/topic/1141-freebds-92-mysql-56-item-creat/#entry8519
    << the answer is there.
  14. metin2team's post in [string.format()]fail was marked as the answer   
    Don't forget that.. when 11000.chat."Andamento della tua Gilda" ... with pc.hasguild() begin guild.get_name(pc.get_guild())
  15. metin2team's post in Custome - Itemshop glitch was marked as the answer   
    or set socket0 = " time() + ( 60 * 60 * 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.