summaryrefslogtreecommitdiff
path: root/npc/custom/MVP_arena/amvp_func.txt
blob: 02e45e45a38517b9dc0ce433019c368ef33b8dae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
// ---- MVP ARENA!!!!!! By Darkchild with 16 diff MVP's inside
// -- Optimised The MVP arena!!!! By massdriller
// - NPC in prontera

// --- Optimising Functions

function	script	Ramvp_1	{

	mes "[ ^0065DFAlpha MVP^000000 ]";
		mes "Here you go!";
			return;
}

function	script	Ramvp_2	{

	mes "[ ^0065DFBeta MVP^000000 ]";
		mes "Here you go!";
			return;
}

function	script	Ramvp_3	{

	mes "[ ^0065DFTheta MVP^000000 ]";
		mes "Here you go!";
			return;

}


function	script	Ramvp_4	{

	mes "[ ^0065DFEpsilon MVP^000000 ]";
		mes "Here you go!";
			return;

}

function	script	Ramvp_M	{

	mes "How do you need help?.";
	menu "Harder Monsters",L_Next,"Heal Please",L_Heal,"Leave",L_Leave;

	L_Next:
		return;

	L_Heal:
		percentheal 100,100;
		close;

	L_Leave:
		warp "prontera",156,179;
		close;

}

function	script	Ramvp_M2	{

	mes "How do you need help?.";
	menu "Heal Please",L_Heal,"Leave",L_Leave;

	L_Heal:
		percentheal 100,100;
		close;

	L_Leave:
		warp "prontera",156,179;
		close;

}