Jump to content

Recommended Posts

Posted (edited)

Any1 know, how to add new zone name which is displayed on screen when character enter  the zone?

Strings with names and some data are stored in zonename-e.dat, but how to connect the data to map?

I got new location placed in "Neutral Waterways" and I want add new name to this place.

Edited by Pastorious
  • 2 weeks later...
Posted

You can just add a ExShowScreenMessage when entering the zone. ( if the zone already exists. || If your zone belongs on L2TownZone for example don't do this onEnter cause in everysingle town entering you are going to see the msg)

But i would do it like this :
Make a whole new zone from : net.sf.l2j.gameserver.model.zone.type

Then make a zone with cords and set the cords into my zone ( that i just created ), then i would add the ExShowScreenMessage.
I guess you can do that too if there isnt a better way cause like this you will be able to add more zones and msgs without interfering with other zonetypes.

Sorry if i messed up i just started learning java.

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