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?

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...