Page 1 of 1
Exchange range
Posted: Mon Jul 12, 2010 2:43 am
by Xaras2
How can I change the distance of trade?
How can I change the length of the text chat? I need Shift 3/4 items in chat.
Thanks
Re: Exchange range
Posted: Mon Jul 12, 2010 2:48 pm
by Xaras2
Can i make this change?
Thanks
Re: Exchange range
Posted: Mon Jul 12, 2010 5:15 pm
by janiii
for the text length, check Say2.java file in core.
Re: Exchange range
Posted: Mon Jul 12, 2010 5:18 pm
by Xaras2
janiii wrote:for the text length, check Say2.java file in core.
Thx e for Trade Range?
Can y help me ?
Re: Exchange range
Posted: Mon Jul 12, 2010 5:25 pm
by janiii
what do you mean by trade range? the whole interaction range with npc? check L2Npc.java and INTERACTION_DISTANCE.
Re: Exchange range
Posted: Mon Jul 12, 2010 5:30 pm
by Xaras2
janiii wrote:what do you mean by trade range? the whole interaction range with npc? check L2Npc.java and INTERACTION_DISTANCE.
I would change the maximum distance of trade between 2 pg
if possible
Re: Exchange range
Posted: Mon Jul 12, 2010 5:36 pm
by janiii
then check TradeRequest.java around line 133, there is distance calculation and the number 150

Re: Exchange range
Posted: Mon Jul 12, 2010 5:40 pm
by Xaras2
janiii wrote:then check TradeRequest.java around line 133, there is distance calculation and the number 150

Thanks very kind
Now I understand, some, how to make changes to all.
