Jump to content
  • 0

Champion War Event 1hit Asura


markiez22

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  126
  • Reputation:   4
  • Joined:  10/31/12
  • Last Seen:  

Champion War Event Start in 5PM - End to 6PM

Rumble Champion War in 1hr ---- 1hit asura battle..


map_flag

guild_vs5 mapflag restricted 2

 item_noequip.txt

4058,2 //Thara Frog Card
4047,2 //Ghostring Card
4302,2 //Tao gunka Card
4174,2 //Deviling Card
4133,2 //Raydric Card
4105,2 //Marc Card
4318,2 //Stormy Card
4133,2 //Raydric Card
4399,2 //thanatos card
//-------Champwar---Warper
prontera,148,187,6	script	Champion Arena Warper#1	411,{

if(Class >= 4016){

		set .@mapcount_3,getmapusers("guild_vs5");
		mes "^005500Champion Arena^000000";
		mes ""+.@mapcount_3+" player(s)";
	
	if(BaseLevel < 200 || JobLevel < 100){
		next;
		mes "^555555[Champion Arena]^000000";
		mes "Only ^ff0000200/100^000000 level character can enter the Champion Arena.";
		close;
	}else{
		mes "Let us see what you got!";
		if (select("Arena Room","Cancel")==1) {
		announce "" + strcharinfo(0) + " has Join 1hit Asura Battle!",bc,0xFF9900;
		warp "guild_vs5",0,0;
		specialeffect2 EF_HEAL2;
		specialeffect2 EF_INCAGILITY;
		sc_start SC_INCREASEAGI,240000,10;
		specialeffect2 EF_BLESSING;
		sc_start SC_BLESSING,240000,10;
		specialeffect2 514;
		sc_start SC_BATKFood,240000,800;
		dispbottom "Your now at the Champion Arena!";
		end;
}
		}
		close;

}
		mes "^555555[Champion Arena]^000000";
		mes "Only Champion can enter the Arena.";
		close;
}

guild_vs5,50,51,5	script	Exit#4016	411,{

		warp "prontera",201,172;
		getitem 12293,300;
		sc_end sc_BATKFood;
		end;
}

-	script	championwarzone	-1,{

OnClock1700:
announce "The Champion VS Champion will begin in 5 minutes",bc_all,0xFF7F50;
disablenpc "Exit#4016";
end;
OnClock1701:
announce "The Champion VS Champion will begin in 4 minutes",bc_all,0xFF7F50;
end;
OnClock1702:
announce "The Champion VS Champion will begin in 3 minutes",bc_all,0xFF7F50;
enablenpc "Champion Arena Warper#1";
end;
OnClock1703:
announce "The Champion VS Champion will begin in 2 minutes",bc_all,0xFF7F50;
sleep2 1000;
announce "Champion War: For those who want to join, please warp @ center of prontera",bc_all,0xFF7F50; //Edit to where would you place the warper
end;
OnClock1704:
announce "The Champion VS Champion Start in 1 minute",bc_all,0xFF7F50;
sleep2 30000;
announce "The Champion VS Champion Last 30 Seconds.",bc_all,0xFF7F50;
sleep2 30000;
announce "The Champion VS Champion: Join Now.",bc_all,0xFF7F50;
sleep2 1000;
pvpon "guild_vs5";
end;


OnClock1755:
announce "The Champion Arena Warper will close in 5 minutes",bc_all,0xFF7F50;
end;
OnClock1756:
announce "The Champion Arena Warper will close in 4 minutes",bc_all,0xFF7F50;
end;
OnClock1757:
announce "The Champion Arena Warper will close in 3 minutes",bc_all,0xFF7F50;
end;
OnClock1758:
announce "The Champion Arena Warper will close close in 2 minutes",bc_all,0xFF7F50;
end;
OnClock1759:
announce "The Champion Arena Warper will close close in 1 minutes",bc_all,0xFF7F50;
sleep2 30000;
announce "The Champion Arena Warper will close close Last 30 Seconds.",bc_all,0xFF7F50;
sleep2 30000;
announce "The Champion Arena Warper is now Closed.",bc_all,0xFF7F50;
disablenpc "Champion Arena Warper#1";
sleep2 1000;
announce "Champion War Event is Now Over",bc_all,0xFF7F50; 
pvpoff "guild_vs5";
enablenpc "Exit#4016";
sleep2 1000;
announce "Party vs Party Event will begin in 30 minutes",bc_all,0xFF7F50;
end;
}

-	script	arenareward	-1,{
	OnPCKillEvent:
	if ( strcharinfo(3) == "guild_vs5" ) {
	getitem 5825,1;
	dispbottom "Gained 1 Arena Badge.";
	}
end;

OnPCDieEvent:
	if ( strcharinfo(3) == "guild_vs5" ) {
	sleep2 1000;
	dispbottom "3 Second to Resurrect";
	sleep2 1000;
	dispbottom "2 Second to Resurrect";
	sleep2 1000;
	dispbottom "1 Second to Resurrect";
	sleep2 1000;
	warp "guild_vs5",0,0;
	sleep2 500;
	percentheal 100,100;
	specialeffect2 EF_HEAL2;
	specialeffect2 EF_INCAGILITY;
	sc_start SC_INCREASEAGI,240000,10;
	specialeffect2 EF_BLESSING;
	sc_start SC_BLESSING,240000,10;
	specialeffect2 514;
	sc_start SC_BATKFood,240000,800;
	dispbottom "Your now Resurrected!";
	}
end;
}

-	script	removebuffbug	-1,{
OnPCLoginEvent:
sc_end sc_BATKFood;
}

guild_vs5	mapflag	nowarp
guild_vs5	mapflag	nomemo
guild_vs5	mapflag	nobranch
guild_vs5	mapflag	noteleport
guild_vs5	mapflag	nosave	SavePoint
guild_vs5	mapflag	pvp_noguild


 

help me to improve my ideas . thx

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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