Lucrăm la îmbunătățirea site-ului! Este posibil ca unele module să nu funcționeze corect!
2 mesaje

Autor subiect

  • Mesaje: 19
  • Reacții: 118
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Regat: Jinno
  • Discord: [Vezi ID]
  • Contact:

    Medalii

    *Descriere: Buna tuturor, prin metoda asta simpla se elimina limita de bonusuri in cazul
    EXP_DOUBLE_BONUS
    GOLD_DOUBLE_BONUS
    POTION_BONUS
    ITEM_DROP_BONUS
    MALL_ATTBONUS
    MALL_DEFBONUS
    MALL_EXPBONUS
    MALL_ITEMBONUS
    MALL_GOLDBONUS
    MELEE_MAGIC_ATT_BONUS_PER
    Poate pare ceva banal dar ajuta in special daca vreti sa aveti cu adevarat sansa mare de bonus, sunt cazuri in care daca pui itemele cu bonus experienta plus un inel si mai faci si o licoare sau orice altceva vei depasii acea limita de 100 iar playerul va fi limitat doar la 100
    *Poze / Video:
    -
    *Link download / Code:
    Conținut: Ascuns
    Motiv: Trebuie să reacționezi la mesaj pentru a vedea conținutul.

    Si modifica cu
    Conținut: Ascuns
    Motiv: Trebuie să reacționezi la mesaj pentru a vedea conținutul.

    si mai modifica
    Conținut: Ascuns
    Motiv: Trebuie să reacționezi la mesaj pentru a vedea conținutul.

    cu
    Conținut: Ascuns
    Motiv: Trebuie să reacționezi la mesaj pentru a vedea conținutul.

    Cum descarc de pe TeraBox?

    • Este asemănător cu Mega.nz
    • Instalați-vă clientul lor de Download de aici
    • Faceți-vă un cont (vă puteți loga cu Facebook / Google / etc)
    • Dacă nu vreți să descărcați clientul de Download, folosiți acest site
    • Gata! Acum puteți descărca resursele

    De ce folosim TeraBox?

    • Este gratuit
    • Primești 1TB de spațiu gratuit la orice cont creat!
    • Este ușor de folosit și varianta premium este foarte ieftină
    • Fișierele nu sunt șterse niciodată
    TeraBox logo

    🔥 Hai pe Discord! - Chat activ și support direct

    Te așteptăm și pe serverul de Discord - aici ne-am strâns toată comunitatea de Metin2 din România.

    Alătură-te acum!
    1300+ de membri activi!
    Robot Discord
    Roboțelu'
    Anunț
  • Mesaje: 4
  • Reacții: 5
  • Mesaje utile: 0
  • Status: Pierd vremea ^.^
  • Regat: Chunjo
  • Medalii

    Hi, you don't remove the limit, you just change it.

    to remove it completely change it like this:

    1. In char.cpp search
    Code:
    case POINT_MALL_ATTBONUS:
    case
    POINT_MALL_DEFBONUS: case POINT_MALL_EXPBONUS:
    case POINT_MALL_ITEMBONUS:
    case POINT_MALL_GOLDBONUS:
    case POINT_MELEE_MAGIC_ATT_BONUS_PER:
    if (GetPoint(type) + amount > 100)
    {
    sys_err("MALL_BONUS exceeded over 100!! point type: %d name: %s amount %d", type, GetName(), amount);
    amount = 100 - GetPoint(type);
    }
    # change to this
    Code:
    case POINT_MALL_ATTBONUS:
    case
    POINT_MALL_DEFBONUS:
    case POINT_MALL_EXPBONUS: case POINT_MALL_ITEMBONUS:
    case POINT_MALL_GOLDBONUS:
    case POINT_MELEE_MAGIC_ATT_BONUS_PER:
    #ifdef REMOVE_BONUS_LIMIT
    /*
    if (GetPoint(type) + amount > 100)
    {
    sys_err("MALL_BONUS exceeded over 100!! point type: %d name: %s amount %d", type, GetName(), amount);
    amount = 100 - GetPoint(type);
    }
    */
    #else
    if (GetPoint(type) + amount > 100)
    {
    sys_err("MALL_BONUS exceeded over 100!! point type: %d name: %s amount %d", type, GetName(), amount);
    amount = 100 - GetPoint(type);
    }
    #endif
    
    2.
    Code:
    case POINT_EXP_DOUBLE_BONUS: // 71
    case POINT_GOLD_DOUBLE_BONUS: // 72
    case POINT_ITEM_DROP_BONUS: // 73
    case POINT_POTION_BONUS: // 74
    if (GetPoint(type) + amount > 100)
    {
    sys_err("BONUS exceeded over 100!! point type: %d name: %s amount %d", type, GetName(), amount);
    amount = 100 - GetPoint(type);
    }
    
    # Change to this
    Code:
    case POINT_EXP_DOUBLE_BONUS: // 71
    case POINT_GOLD_DOUBLE_BONUS: // 72
    case POINT_ITEM_DROP_BONUS: // 73
    case POINT_POTION_BONUS: // 74
    #ifdef REMOVE_BONUS_LIMIT
    /*
    if (GetPoint(type) + amount > 100)
    {
    sys_err("BONUS exceeded over 100!! point type: %d name: %s amount %d", type, GetName(), amount);
    amount = 100 - GetPoint(type);
    }
    */
    #else
    if (GetPoint(type) + amount > 100)
    {
    sys_err("BONUS exceeded over 100!! point type: %d name: %s amount %d", type, GetName(), amount);
    amount = 100 - GetPoint(type);
    }
    #endif
    

    📢 Resurse Metin2 Premium!

    Zeci de resurse Metin2 Premium - exclusive și 100% funcționale începând cu 15.99€!.

    Vezi resursele Cumpără premium
    Premium
    Premium
    Anunț
    Scrie răspuns

    Creează-ți un cont sau autentifică-te pentru a participa la discuție

    Trebuie să fii membru pentru a răspunde

    Creează-ți un cont

    Înregistrează-te și alătură-te comunității noastre

    Membrii pot crea subiecte noi și pot descărca resurse Metin2 Gratuit!


    Te poți înregistra rapid utilizând contul tău de Discord sau Github

    Înregistrare

    Autentifică-te

    Înapoi la “Îmbunătățiri”

    Informații

    Utilizatori ce navighează pe acest forum: szemi3942 și 3 vizitatori