Jump to content

Recommended Posts

 

Deschideți shop.cpp și căutați:
 

COD: SELECTAŢI TOT
   if (it->second)   // if other empire, price is triple
      dwPrice *= 3;


În loc de ea treceți 

COD: SELECTAŢI TOT
   if (it->second)   // if other empire, price is triple
      dwPrice *= 1;



Acum căutați:
 

COD: SELECTAŢI TOT
iVal = 3;


Și puneți

COD: SELECTAŢI TOT
iVal = 1;


Acum căutați:

COD: SELECTAŢI TOT
      if (bOtherEmpire) // no empire price penalty for pc shop
         pack2.items.price = item.price * 3;


În loc de ea puneți:

COD: SELECTAŢI TOT
      if (bOtherEmpire) // no empire price penalty for pc shop
         pack2.items.price = item.price * 1;



Acum intrați în ShopEx.cpp

Căutați:

COD: SELECTAŢI TOT
      if (bOtherEmpire) // no empire price penalty for pc shop
         pack2.items.price = item.price * 3;


În loc de ea puneți:

COD: SELECTAŢI TOT
      if (bOtherEmpire) // no empire price penalty for pc shop
         pack2.items.price = item.price * 1;



Acum căutați:
 

COD: SELECTAŢI TOT
   if (it->second)   // if other empire, price is triple
      dwPrice *= 3;


În loc de ea treceți 

COD: SELECTAŢI TOT
   if (it->second)   // if other empire, price is triple
      dwPrice *= 1;



Acum intrați în Shop_manager.cpp și căutați:
 

COD: SELECTAŢI TOT
int iVal = 3;


În loc de ea treci:

COD: SELECTAŢI TOT
int iVal = 1;
  • Metin2 Dev 2
  • Love 3
Link to comment
https://metin2.dev/topic/9656-3-tax-source/#findComment-57941
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.