Jump to content

How to create a new zone name (that apears when you enter)


Recommended Posts

Hello there, 

I would like to know which file needs to be configured in order to change a "Neutral Waterways" to a "mynewzone".

I already changed the ZoneName-e from client system side but nothing changed, also the zone verticals on DB.

Thank you in advance.

 

Link to comment
Share on other sites

It's actually zonename-e.dat. Did you close and open your game afterwards?

You mean the message that pops on screen right ?

Edited by FrozenWarrior
Link to comment
Share on other sites

2 hours ago, Agonoize said:

Yes i did actually but it still pops as neutral waterways even though i created a line with the map x and y.
(yes i mean the Pop Up on screen) 

So you didn't Change neutral waterways.

You created a new one inside neutral waterways?

Link to comment
Share on other sites

I want to change a specific place on the map, let's say 18_18 map. So when you enter this map I want to get a pop-up "Agonoize Valley" as an example.

Even though I am creating a new line at the end of zonename-e.dat with this record, it still appears Neutral Waterways.

It seems that it is written somewhere else since in my zonename file the neutral waterways recond has x:0 and y:0

Link to comment
Share on other sites

1 hour ago, Agonoize said:

I want to change a specific place on the map, let's say 18_18 map. So when you enter this map I want to get a pop-up "Agonoize Valley" as an example.

Even though I am creating a new line at the end of zonename-e.dat with this record, it still appears Neutral Waterways.

It seems that it is written somewhere else since in my zonename file the neutral waterways recond has x:0 and y:0

Did u delete-overwritten waterways ?

Or u just left it there and just created "agonoize valley"?

Pretty sure you have to or u have to exclude the exact coordinates from waterways to make it work.

Else you are going to have 2 zonenames in the same coordinates.

 

I tried with my client and it worked right of the bat when I changed the name.

Edited by FrozenWarrior
Link to comment
Share on other sites

My server is java not frozen. Is there any chance to keep both value's? ( I mean to create the new area and keep the rest of the other "waterways as it is" otherwise whole waterways will be "agonoize valley"

Link to comment
Share on other sites

1 hour ago, Agonoize said:

My server is java not frozen. Is there any chance to keep both value's? ( I mean to create the new area and keep the rest of the other "waterways as it is" otherwise whole waterways will be "agonoize valley"

You probably would have to exclude the exact coordinates from waterways(lower the extent of waterways) in order to make the zone exclusive for your "agonoize valley".

 

I'm not 100% sure tho because that's a bit out of my knowledge.

Edited by FrozenWarrior
Link to comment
Share on other sites

 
 
 
Spoiler

nbr    zone_color_id    x_world_grid    y_world_grid    top_z    bottom_z    zone_name    coords?[0]    coords?[1]    coords?[2]    coords?[3]    coords?[4]    coords?[5]    unk02    map    dupa
0    0    0    0    30000.00000000    -30000.00000000    a,Neutral Waterways\0    -1    -1    -1    -1    -1    -1    0.00000000    a,    0
34    255    21    25    30000.00000000    -6873.00000000    a,Neutral Waterways\0    -1    -1    -1    -1    -1    -1    0.00000000    a,    0
495    255    26    22    30000.00000000    -30000.00000000    a,Agonoize Valley\0    -1    -1    -1    -1    -1    -1    0.00000000    a,    0

Here it is the structure, how should i modify it, since the first looks like the default and the "34" seems to be only in 21_25.unr map. Any idea?

Link to comment
Share on other sites

I'm not sure I can help you here.

But if I had to guess I would say that u probably have to lower the numbers.

30000 to 20000 and -30000 to -20000 for example. Give it a try.

And that the coords act as a center maybe ? But I don't see any coords. You can try adding.

Edited by FrozenWarrior
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.



  • Posts

    • Thank you for your reply. I have removed it from the L2Server.exe file, but the L2Server still crashes. It doesn't crash if I don't start l2npc, otherwise it will crash within a few days at the latest.
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
  • Topics

×
×
  • Create New...