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

Zombie point of Interest(When not knowing where to go)

broken avatar :(
Created 7 years ago
by Blink-420
0 Members and 1 Guest are viewing this topic.
2,069 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 18 February 2015
Last active: 1 month ago
Posts
63
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
×
Blink-420's Groups
Blink-420's Contact & Social LinksBlink-420
I have a spot on my map where zombies wont be able to get me, I've been using weapon clips to "balance" it out, its part of an easter egg. If I could somehow get all the zombies, while im in that area, to run to an interest point out of my sight, that would be amazing. Any help would be appreciated!
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 17 February 2014
Last active: 1 year ago
Posts
69
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
What is broken can be reforged
Signature
Completed maps:
Kingdom Hearts - World at War Link
Minecraft - Black ops 3 Link

WIP:
~

×
shinged's Groups
shinged's Contact & Social LinksShingedvinny545TheShingedMatarra_
This is what i used
Code Snippet
Plaintext
pap_zom_interest_point = GetEnt("pap_zom_interest", "targetname");
num_attractors = 96;
max_attract_dist = 640;
pap_zom_interest_point zm_utility::create_zombie_point_of_interest( max_attract_dist, num_attractors, 10000 );
pap_zom_interest_point.attract_to_origin = true;
wait(38); // MOVEMENT DURATION + WAIT TIME WHILE ASCENDED
pap_zom_interest_point.attract_to_origin = false;
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 18 February 2015
Last active: 1 month ago
Posts
63
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
×
Blink-420's Groups
Blink-420's Contact & Social LinksBlink-420
This is what i used
Code Snippet
Plaintext
pap_zom_interest_point = GetEnt("pap_zom_interest", "targetname");
num_attractors = 96;
max_attract_dist = 640;
pap_zom_interest_point zm_utility::create_zombie_point_of_interest( max_attract_dist, num_attractors, 10000 );
pap_zom_interest_point.attract_to_origin = true;
wait(38); // MOVEMENT DURATION + WAIT TIME WHILE ASCENDED
pap_zom_interest_point.attract_to_origin = false;

Thank you for this. But I'm still a bit nooby at scripting haha.. Question one, where would I put this code at? Doesn't seem like it is its own function. And Two how would I go about making this active when I'm inside of a specific zone/trigger? Thanks!
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 25 May 2016
Last active: 7 years ago
Posts
17
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
×
rapto's Groups
rapto's Contact & Social Linksrapto-jp
This is what i used
Code Snippet
Plaintext
pap_zom_interest_point = GetEnt("pap_zom_interest", "targetname");
num_attractors = 96;
max_attract_dist = 640;
pap_zom_interest_point zm_utility::create_zombie_point_of_interest( max_attract_dist, num_attractors, 10000 );
pap_zom_interest_point.attract_to_origin = true;
wait(38); // MOVEMENT DURATION + WAIT TIME WHILE ASCENDED
pap_zom_interest_point.attract_to_origin = false;

This will help me definitely, thank you.

 
Loading ...