Jump to content

Recommended Posts

Hello,

Today i will show you how to remove the annoying (in my opinion) red pot on every Level up.

Open char.cpp and find this:

if (GetLevel() <= 10)
    AutoGiveItem(27001, 2);
else if (GetLevel() <= 30)
    AutoGiveItem(27002, 2);
else {
    AutoGiveItem(27002, 2);
    AutoGiveItem(27003, 2);
}

Or alternative search for:

27001

it should lead you to the same spot.

and just comment, change or delete the whole block according to your needs.

27001 is the vnum for Red Pot (Small)

27002 is the vnum for Red Pot (Medium)

27003 is the vnum for Red Pot (Large)

So good luck and Like if i helped you!

  • Love 5
Link to comment
https://metin2.dev/topic/16392-remove-red-potion-on-level-up/
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.