Jump to content

6/7 Bonus, Equip bonus change/limittype8 or 9


Recommended Posts

Hello,

someone know about the old change-bug with 1-5 bonus by equip-item

i already fix 1-5 bonus, but how can i fix 6/7 bonus adder/changer? with this fix is 6/7 not fixed.

thank you. :)

 

question2: limittype8 or 9 (i dont know anymore) give the item a time-value. the time is running only when the item is equip like EXP-Ring, thieves gloves, costume, costume-mount, dragon-soul etc.

how can i add the limittype8 function for items like pet/mounts = (type18/questitem)?

question3: Zauber_aufheben.png how can i add +-10 lvl for the skill-function. example: sura lvl 15 cannot debuff a user with lvl 100

 

thank you very much. :)

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Search in char_item.cpp

case 71052 and in this function find:

 

if (item2->IsExchanging() == true)
                                        return false;

 

Add bellow

 

        if (item2->IsEquipped() == true)
                                        return false;

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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