Jump to content

[Guide]How to make fishing zone


Recommended Posts

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

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

not agree

 

this is usefull for newbies

 

thx for share

 

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

Jeez.

Link to comment
Share on other sites

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 :(

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...