Jump to content
  • 0

Acis Change Price On The Shop


Question

Posted

Hello to everybody . How i can change the price on grocery and all sellers like fishers , merchants etc...? i change int price = item.getReferencePrice() / 2; that with int price = item.getReferencePrice() / 1000; in RequestSellItem.java but without success .Im using acis package if you need more information can ask me.

7 answers to this question

Recommended Posts

  • 0
Posted

What you mention is for sell. If you want change buy price, its inside XML, buylist.

Ohh They are so much products. How i can change all to 10 adena for example.

  • 0
Posted

Ohh They are so much products. How i can change all to 10 adena for example.

The simpliest way will be java\net\sf\l2j\gameserver\datatables\BuyListTable.java

 

line 95

 

buyList.addProduct(new Product(buyList.getListId(), item, price, restockDelay, count));

 

to

 

 

buyList.addProduct(new Product(buyList.getListId(), item, 10, restockDelay, count));
  • 0
Posted

Hello again mm i need character to sell on the merchants for cheep if you understand me. If im Player and im going to sell some items but merchants buy them for cheep. 

  • 0
Posted

Hello to everybody . How i can change the price on grocery and all sellers like fishers , merchants etc...? i change int price = item.getReferencePrice() / 2; that with int price = 10; in RequestSellItem.java but without success .Im using acis package if you need more information can ask me.

this?

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

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..