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
Exchange range
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 55
- Joined: Sun May 13, 2007 4:47 am
- Location: Italia
- Contact:
-
- Posts: 55
- Joined: Sun May 13, 2007 4:47 am
- Location: Italia
- Contact:
Re: Exchange range
Can i make this change?
Thanks
Thanks
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Exchange range
for the text length, check Say2.java file in core.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 55
- Joined: Sun May 13, 2007 4:47 am
- Location: Italia
- Contact:
Re: Exchange range
Thx e for Trade Range?janiii wrote:for the text length, check Say2.java file in core.
Can y help me ?
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Exchange range
what do you mean by trade range? the whole interaction range with npc? check L2Npc.java and INTERACTION_DISTANCE.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 55
- Joined: Sun May 13, 2007 4:47 am
- Location: Italia
- Contact:
Re: Exchange range
I would change the maximum distance of trade between 2 pgjaniii wrote:what do you mean by trade range? the whole interaction range with npc? check L2Npc.java and INTERACTION_DISTANCE.
if possible
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Exchange range
then check TradeRequest.java around line 133, there is distance calculation and the number 150 

DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 55
- Joined: Sun May 13, 2007 4:47 am
- Location: Italia
- Contact:
Re: Exchange range
Thanks very kindjaniii wrote:then check TradeRequest.java around line 133, there is distance calculation and the number 150
Now I understand, some, how to make changes to all.
