Jump to content
  • 0

Request Script - Zombie Apocalypse Or Zombie Survival


tutada

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/28/13
  • Last Seen:  

Request Script - Zombie Apocalypse Or Zombie Survival

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/28/13
  • Last Seen:  

UP

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  04/23/13
  • Last Seen:  

not tested yet

-	script	announce_nvz	-1,{

// Event Start Time
OnClock0000:

announce "[Event] Zombie Survival - Es schlägt Mitternacht!",0;
killmonsterall "quiz_01";
sleep 10000;
announce "[Event] Zombie Survival - Die Zombies fallen in Izlude ein...",0;
enablenpc "Zombie Survival";
sleep 15000;
announce "[Event] Zombie Survival - Start in 1min...",0;
sleep 300;
announce "[Event] Zombie Survival - Start in 30sek...",0;
mapannounce "quiz_01","Mach dich zum Überleben bereit!!",0;
sleep 250;
mapannounce "quiz_01","Start in 5...",0;
sleep 1000;
mapannounce "quiz_01","4...",0;
sleep 1000;
mapannounce "quiz_01","3...",0;
sleep 1000;
mapannounce "quiz_01","2...",0;
sleep 1000;
mapannounce "quiz_01","1...",0;
sleep 1000;
announce "[Event] Zombie Survival - Hat begonnen!",0;
mapannounce "quiz_01","Sie kommen! Überlebe so lange du kannst!!!",0;
disablenpc "Zombie Survival";

initnpctimer;
monster "quiz_01",42,369,"Zombie",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-2",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-3",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-4",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-5",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-6",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-7",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-8",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-9",2012,1;
sleep 5000;
monster "quiz_01",42,369,"Zombie-10",2012,1;
end;

OnTimer100:
if ( getmapusers("quiz_01") == 0 ) { stopnpctimer; killmonsterall "quiz_01"; end;}
if ( getmapusers("quiz_01") == 1 ) {	getitem 512,1; //Which Item for the Winner? 512 = apple
					if (sex == 1) 	{announce "[Event - Zombie Survival] " + strcharinfo (0) + " hat am längsten durchgehalten!",0;}
					else 
					{announce "[Event - Zombie Survival] " + strcharinfo (0) + " hat am längsten durchgehalten!",0;}
					end;}

OnPCDieEvent:
if ( getmapusers("quiz_01") >= 1 ) {warp "izlude",128,114;}
}



izlude,128,61,1	script	Zombie Survival	1015,{
mes "^ff0000[Zombie Survival]^000000";
mes "Na willst du ums Überleben kämpfen?";
next;
switch(select("Na aber sicher","oO, ne lieber nicht")) {
case 1:
sc_end SC_ALL;
percentheal 100,100;
warp "quiz_01",42,369;
end;
break;
case 2:
mes "^ff0000[Zombie Survival]^000000";
mes "Überleg es dir nochmal...";
close;
break;
}
OnInit:
disablenpc "Zombie Survival";
end;
}

mob_db

2012,E_ZOMBIE,Zombie,Zombie,255,9999999999,0,0,0,1,99999,99999,100,100,999,999,999,999,999,999,10,12,2,0,63,0x37B5,160,140,384,288,0,0,0,0,0,0,0,0,7097,3000,994,30,716,100,2680,1,1920,50,2621,1,2364,20,0,0,0,0,4429,1
Edited by Bayne
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/28/13
  • Last Seen:  

Kindly Explain How It Works Time And Mechanics

Because I Just Want The Script And Give It To My Scripter I Dont Yet Understand The Script When I Read.

Is This The Exact Map In The Youtube Link ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   0
  • Joined:  04/23/13
  • Last Seen:  

Is This The Exact Map In The Youtube Link ?

no it is another map, a little bit smaller. Its a very old script ;)

the map u r looking for is named: guild_vs5

 

Kindly Explain How It Works Time And Mechanics

the event starts at 12:00am. Then can everybody warp to this map (talk with the npc)

a 60sec timer starts...

then spawns a zombie, every 5 seconds. And hunt the players

 

the mob_db line makes the zombie extremely strong. so he one hit everything, and is not beatable

 

 

// Event Start Time
OnClock0000:

change it, to test it.

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.

Guest
Answer this question...

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