Jump to content

Recommended Posts

Posted

I'm try to explain How to create fishing zone.

 

Note:

Check Fishing zone with normal players,GM can' fish and catch anywhere.

 

Guide:

1.Go and Open gameserver\data\zones\zone.xml

 

Go to the end of file and write

 

<zone id="22267" type="FishingZone" shape="NPoly" minZ="-3930" maxZ="-3740">
</zone>

Save and Close.

 

2.Login to game and write /loc for example we have -41833, 206234, -3500.

 

3.Go to Navicat. Right-Click on l2jdb and select Console.write there

 

INSERT INTO zone_vertices VALUES ('22267', '0', '-41833', '206234');

 

22267 - id of zone

0 - number of order in the zone. It starts with 0 (this will be the starting point), the next point will be of value 1, the next with a value of 2 and last 3.

-41833 - x location

206234 - y location

 

4.Now login to game and go to next location.write /loc. i have -41429, 206106, -3500

 

execute this script to navicat

 

INSERT INTO zone_vertices VALUES ('22267', '1', '-41429', '206106');

 

5.Go to next location and write /loc now i have -41296, 206506, -3500

 

execute this script to navicat

 

INSERT INTO zone_vertices VALUES ('22267', '2', '41296', '206506');

 

6.At last go to last location and write /loc. finaly we have -41706, 206624 - 3500

 

execute this script to navicat

 

INSERT INTO zone_vertices VALUES ('22267', '3', '-41706', '206506');

 

 

7.Order 0 connects with the first, first with the second, the second with the third, the third (final) with 0.and we have completed fishing zone.

 

 

Credits to me

Posted

Too much fuss for nothing, the only thing that changed was that type="FishingZone".

+1 useless topic to overload the forum's db.

not agree

 

this is usefull for newbies

 

thx for share

Posted

not agree

 

this is usefull for newbies

 

thx for share

 

Thnx Leki

Too much fuss for nothing, the only thing that changed was that type="FishingZone".

+1 useless topic to overload the forum's db.

 

Its Is Useles Clean Topic :(

Posted

Yeah, not agree, because you just earned one more post.

Jeez.

fukc post count why you think that? maybe it's usefull and you post it's useless to earn post?

 

I repeat this is usefull share!

Posted

Okay, give me a reason why it's useful.

I already proved why it's not, prove me wrong now o.O

If you continue thinking like that 90% of shares is useless.

if some of newbie's want to create custom fishing zone and he don't know how to do this?what he must to do?

 

p.s i can't see you reason...

Posted

Too much fuss for nothing, the only thing that changed was that type="FishingZone".

+1 useless topic to overload the forum's db.

+1

 

@Leki post here because:

Well explained + nice images.

 

+1 karma for your share

 

Thnx ;)

 

i cant fount the 3rd karma :/ (can someone VIP help me :P)

 

edit:

If you continue thinking like that 90% of shares is useless.

if some of newbie's want to create custom fishing zone and he don't know how to do this?what he must to do?

 

p.s i can't see you reason...

why to want someone to make custom fishing zone ?

Posted

If you continue thinking like that 90% of shares is useless.

if some of newbie's want to create custom fishing zone and he don't know how to do this?what he must to do?

 

p.s i can't see you reason...

 

Well, then let's teach newbies how to open L2PcInstance, how to open Gameserver.java, how to open every single class file, then let's teach them which line includes what and so on.

That's not a point, that's a stupid excuse.

Now stop defending him because he applauded you at one of your useless SQL shares, and go back to your corner and wait until he shares something REALLY useful.

Thanks.

Posted
why to want someone to make custom fishing zone ?

He just share guide about how to make.why? this must think user how read this topic....

 

Well, then let's teach newbies how to open L2PcInstance, how to open Gameserver.java, how to open every single class file, then let's teach them which line includes what and so on.

That's not a point, that's a stupid excuse.

Now stop defending him because he applauded you at one of your useless SQL shares, and go back to your corner and wait until he shares something REALLY useful.

Thanks.

 

with file open and this share is difference.

 

So i finish discuss...

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

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