UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Zones really many ways out, how? HELP

broken avatar :(
Created 7 years ago
by gustoman
0 Members and 1 Guest are viewing this topic.
2,139 views
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 21 November 2016
Last active: 2 years ago
Posts
117
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
My Contact & Social Links
More
Personal Quote
I make maps.
Signature
THE FIGHT
SALAJ_DUST2 new update is coming soon
SALAJ_MALEFIC'S_SPAWN
SALAJ_WWE coming soon
×
gustoman's Groups
gustoman's Contact & Social Linksgustoman
I have weird problem or I don't know how to set up my zones right. I know how to do everything but my map has many ways.

My start_zone works fine.
Zone1 works fine.
Zone2 works fine.
Zone3 works fine.

Problem with tunnel_zone.
My tunnel has 3 different ways and all 3 ways you can buy from both sites. From outside of tunnel and also from inside of tunnel.

IMAGE to see my zones: http://imgur.com/Ud2jcP0


My problem is when I activate any way of tunnel it also activate other zones that are connected with tunnel. For example ZONE 1 is connected to the tunnel and when I buy debris it also activate other zones "zone2,zone3,zone4".

I tried script my zones like this:

        add_adjacent_zone( "start_zone",      "zone1",   "enter_zone1" );
   add_adjacent_zone( "start_zone",      "zone2",   "enter_zone2" );
   add_adjacent_zone( "zone2",         "zone3",   "enter_zone3" );
   add_adjacent_zone( "zone1",         "tunnel",   "enter_tunnel" );
   add_adjacent_zone( "zone3",         "tunnel",   "enter_tunnel" );
        add_adjacent_zone( "zone4",         "tunnel",   "enter_tunnel" );

I also tried this:

        add_adjacent_zone( "start_zone",      "zone1",   "enter_zone1" );
   add_adjacent_zone( "start_zone",      "zone2",   "enter_zone2" );
   add_adjacent_zone( "zone2",         "zone3",   "enter_zone3" );
   add_adjacent_zone( "tunnel",         "zone1",   "enter_zone1" );
   add_adjacent_zone( "tunnel",         "zone3",   "enter_zone3" );
        add_adjacent_zone( "tunnel",         "zone4l",   "enter_zone4" );

Again if I want go to the tunnel when I buy 1 o these zones from outside or inside its also activate other zones that are connected with tunnel as well. If any know please help.


Last Edit: May 14, 2017, 01:09:27 am by gustoman
Marked as best answer by gustoman 7 years ago
broken avatar :(
×
broken avatar :(
Location: nlApeldoorn
Date Registered: 17 December 2013
Last active: 1 year ago
Posts
1,187
Respect
1,404Add +1
Forum Rank
Zombie Colossus
Primary Group
Community Scripter Elite
My Groups
More
My Contact & Social Links
More
Personal Quote
It aint much, if it aint Dutch
Signature
×
BluntStuffy's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Elite Has shown excellence and experience in the area of custom scripting in the UGX-Mods community.
Oil Rig Beta Access
Oil Rig Beta Access
BluntStuffy's Contact & Social LinksBluntstuffy@BluntZombieBluntStuffyStuffyZombie
Code Snippet
Plaintext
        add_adjacent_zone( "start_zone",      "zone1",   "enter_zone1" );
        add_adjacent_zone( "start_zone",      "zone2",   "enter_zone2" );
        add_adjacent_zone( "zone2",         "zone3",   "enter_zone3" );
        add_adjacent_zone( "zone1",         "tunnel",   "enter_tunnel_from_1" );
        add_adjacent_zone( "zone3",         "tunnel",   "enter_tunnel_from_3" );
        add_adjacent_zone( "tunnel",         "zone4",   "enter_zone4" );
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 21 November 2016
Last active: 2 years ago
Posts
117
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
My Contact & Social Links
More
Personal Quote
I make maps.
×
gustoman's Groups
gustoman's Contact & Social Linksgustoman
Code Snippet
Plaintext
        add_adjacent_zone( "start_zone",      "zone1",   "enter_zone1" );
        add_adjacent_zone( "start_zone",      "zone2",   "enter_zone2" );
        add_adjacent_zone( "zone2",         "zone3",   "enter_zone3" );
        add_adjacent_zone( "zone1",         "tunnel",   "enter_tunnel_from_1" );
        add_adjacent_zone( "zone3",         "tunnel",   "enter_tunnel_from_3" );
        add_adjacent_zone( "tunnel",         "zone4",   "enter_zone4" );
its not working I sent u message please reply me
broken avatar :(
×
broken avatar :(
Location: nlApeldoorn
Date Registered: 17 December 2013
Last active: 1 year ago
Posts
1,187
Respect
1,404Add +1
Forum Rank
Zombie Colossus
Primary Group
Community Scripter Elite
My Groups
More
My Contact & Social Links
More
Personal Quote
It aint much, if it aint Dutch
×
BluntStuffy's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Elite Has shown excellence and experience in the area of custom scripting in the UGX-Mods community.
Oil Rig Beta Access
Oil Rig Beta Access
BluntStuffy's Contact & Social LinksBluntstuffy@BluntZombieBluntStuffyStuffyZombie
are you sure you have your triggers & script_flags set correct?
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 21 November 2016
Last active: 2 years ago
Posts
117
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
My Contact & Social Links
More
Personal Quote
I make maps.
×
gustoman's Groups
gustoman's Contact & Social Linksgustoman
are you sure you have your triggers & script_flags set correct?
yeah there was problem with script_flag I had there enter_zone, so I changed it for enter_zone_from_zone

Thank u very much for help.

 
Loading ...