Jump to content
  • 0

Low Adena Rate on L2Java Freya!!


Question

Posted

Ok hi all, as my tittle says, i want to make my server low rate on adena rate... This works fine on drops on my server they drop 10-20 adena max each mob So adena is hard to get... 1000 adena are too much here.

So here is my request, if I sell an item on the shop, it will be sold for more than 10.000 adenas and more than 1.000.000 adenas a S or a S84 rare item!!! this is buggy.

 

When my server was Gracia Final, there were records of "price" on Navicat so a simple "Update Set="price" =0 could make all items sold to 0 at any shop on l2...

But now Freya all items are on the datapack (gameserver/data/stats/items) so i have to edit more than 350.000 item IPs to set their Price to 0 "MANUALY"... so its impossible.

Also the augmenter needs 100.000 adenas to remove the life stone...

 

I know all this need java, so can someone give me some information how can i edit this via eclipse? I just need the code and where to put it...

THANKS!!!!!!!!!!! :D :D

2 answers to this question

Recommended Posts

  • 0
Posted

open gameserver/templates/item/L2Item.java

find line:

_referencePrice = set.getInteger("price", 0);

replace it to

_referencePrice = 0;

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