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 1
  • Love 3
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.