Page 1 of 1

[Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 1:55 pm
by joelf
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 4420
L2JDP Revision Number: 7667


i like activate "no_store_zones.xml" in the code have this: "<!-- Set to "true" for enabling this list -->" but i dont see this option in config, any can help me?

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 2:24 pm
by _DS_
You does not need to set anything in config for them.

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 2:57 pm
by badboy29
You need only add some lines in zone.xml and insert some zone_vertices to do it: viewtopic.php?f=13&t=17048&hilit=no+stores+zones

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 3:35 pm
by _DS_
No.

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 3:47 pm
by badboy29
Ah lol :P Sorry _DS_, now i've seen in freya datapack this has already been implemented :D

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 3:48 pm
by joelf
but i can put stall in all giran, dont work for my :S

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 3:54 pm
by _DS_
Use //zone_check command to verify if you inside zone.

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 4:06 pm
by joelf
Image

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 4:08 pm
by _DS_
I cant understand where you testing, try near gatekeeper.
And <list enabled="true">

Re: [Question] no_store_zones.xml

Posted: Sat Oct 09, 2010 4:16 pm
by joelf
_DS_ you are the best ;)

only need change (false):

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Set to "true" for enabling this list --><list enabled="false">
To (True):

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Set to "true" for enabling this list --><list enabled="True">

Re: [Question] no_store_zones.xml

Posted: Thu Jul 13, 2017 5:58 pm
by u3games
is posible edit xml state (enabled or disabled) in server? java class

Thx ^^