Jump to content
  • 0

Acis Change Price On The Shop


rlfem123

Question

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.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

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

  • 0

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. 

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...