Jump to content

3% tax source


ManieQ535

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;
  • Love 3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

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.