Jump to content

Question

Posted

hey guys....

 

 

I have some kinda bug...

 

I mean ppl buy one item from gm shop with 1kk and they can sell them with 2-3-4 kk at the same npc...how can i resolve this?

 

Plz need help

Recommended Posts

  • 0
Posted

hey guys....

 

 

I have some kinda bug...

 

I mean ppl buy one item from gm shop with 1kk and they can sell them with 2-3-4 kk at the same npc...how can i resolve this?

 

Plz need help

 

Check your items from database, at armor/weapon/etcitem, there should a column named "price".

Or you can ignore this column from java, by setting it to 0 adena for each item.

  • 0
Posted

Can you tell me eaxctlly the java file?

 

Plz..i'm kinda noob in this?

 

plz

 

RequestSellItem.java

 

Find

 

int price = item.getReferencePrice() / 2;

 

and change it to

 

int price = 0;

  • 0
Posted

you can put a sql script on your db that sells everything for 0 adena

 

~>

 

UPDATE `armor` SET price=0 where price > 1;
UPDATE `etcitem` SET price=0 where price > 1;
UPDATE `weapon` SET price=0 where price > 1;

 

or only etcitems sell for 0 adena

UPDATE `etcitem` SET price=0 where price > 1;

 

  • 0
Posted

you can put a sql script on your db that sells everything for 0 adena or only etcitems

 

~>

 

UPDATE `armor` SET price=0 where price > 1;
UPDATE `etcitem` SET price=0 where price > 1;
UPDATE `weapon` SET price=0 where price > 1;

 

He is a beginner, if he adds custom items, he must do this again.

Using Java is more flexible.

  • 0
Posted

He is a beginner, if he adds custom items, he have to do it again.

Using Java is more flexible.

true if he knows how to modify java files its preferable.

  • 0
Posted

Ok, tell me what files from java i need to modify.... path?

 

And what to set there...tnx

 

RequestSellItem.java

 

Find

 

int price = item.getReferencePrice() / 2;

 

and change it to

 

int price = 0;

  • 0
Posted

The actual sollution though is to just change the sell Price of item from db as trance said.

 

If you change all items' sellprice to 0,be sure that it won't fack up server's economy system whatever how it is since i saw your server is up & running already.

  • 0
Posted

But insted of 0 from this

 

int price = 0;

 

can i put for exemple 1000000 ? i mean 1kk? for all items? so i dont -beep- the server economy?

 

And i dont have that file RequestSell  etc... i searched and the i used Search function from windows...and still cant fiind'it..

  • 0
Posted

But insted of 0 from this

 

int price = 0;

 

can i put for exemple 1000000 ? i mean 1kk? for all items? so i dont -beep- the server economy?

 

And i dont have that file RequestSell  etc... i searched and the i used Search function from windows...and still cant fiind'it..

 

If you change this, all items will have the same price, potions/armors and so on. So no, it's a bad idea. The best solution is to make it 0.

  • 0
Posted

I understand,

 

But i dont have this file : RequestSellItem.java

 

I run server on l2j Gracia Final (CT 2.3)

 

long price = 0;

 

ZvxgSCN.png

  • 0
Posted

can i put for exemple 1000000 ? i mean 1kk? for all items? so i dont -beep- the server economy?

 

And i dont have that file RequestSell  etc... i searched and the i used Search function from windows...and still cant fiind'it..

 

if your server is  a high drop server yes you can do it and "stable" your shop's multisell. If not there is no reason to do that.

  • 0
Posted

Tnx Guys,

 

I have resolved this...

 

One more question so i dont start another topic...

 

My currency on the server byside adena si golden apiga...but i can't trade them....i know the id is 9143 but i really can find'it in database....somebody know maybe the table?

 

tnx

 

And Tяαnce can you pm me...? because i can't

Guest
This topic is now closed to further replies.


  • Posts

    • Hello there, Im beyond confused and dont know what path to take. I want to start working on a L2 server, changing some stuff here and there and finally in the future if  im happy with the results, to launch the server, but... L2j or L2off? After all this years, is there a Interlude L2j close to off?   Ive spent some time lookin over this forum, searching what would be better and what files to take but I ain't near to a clear answer.  Most of the time everyone is trowing stones at everyone, "your filles are trash, my filles are good" and viceversa. Therefore, Im reaching out to a knowledge guy, hopefully from a neutral position to all this drama, that can pin point me in a direction.    To explain what I want for a base start is an Interlude with a classic interface (features), low rate. Mostly what this guy TravorJ is describing in his post TravorJ post , and to do some reworks on it, ex: mobs drop, rethink the augment system/interface, rethink learning skills/enchant skills, create some custom potions/buff effects, siege mechanics... Is that possible on off files? or is better to go with L2j? I also want to mention that I have little to none L2 dev experince (13-15yrs ago I had an L2j server running  for a month where I made some basics changes), but I have coding background so Im used to that and more than willing to learn.   So in conclusion, I dont want to get some free shared files without any support, that I need to wrap my head around and fix stuff for long time to make them work, stuff thats already fixed buy someone else. Instead im looking to buy something thats more updated and start working from there. Question is what and from whom? Kinda sux when you go and buy something and u dont know what the hell are you buying (need some guidance here)   Is L2j Orion a good choice? I saw that is regularly updated. Lucera2 I dont think is something that I want cuz they dont sell soruce, prefer to have control and not to be dependent on someone to much...   Big thanks in advance!   
    • L2 INSIDE - HTML DESIGN     Portfolio - protojahdesigns.com You can also join Protojah Designs Discord
    • Server / Discord Live Discord L2Fol Community . you are welcome to join on our latest updates.
    • Hi, for l2jfrozen...   I want Bless Enchat to have a limit.   Example: 7+ to +15 with Bless Enchat.   That for +16, it doesn't allow use.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock