Innos
-
Posts
76 -
Joined
-
Last visited
-
Feedback
0%
Community Answers
-
Innos's post in Gmshop Selling Problem Again.. was marked as the answer
got it. had to modify in l2item.java
public final int getReferencePrice() { return (isConsumable() ? (int)(_referencePrice * Config.RATE_CONSUMABLE_COST)/10 : _referencePrice/10); } -
Innos's post in L2J Lan Connection Problem was marked as the answer
I had to put on my login config and gameserver config the lan ip and not 127.0.0.1
FIxed
