// TMW2 Script
// Author:
// Jesusalva
006-6,53,36,0 script Sign#0066WR NPC_SWORDS_SIGN,{
mesc l("In a blood bath, survival is the epitaph.");
close;
OnInit:
.sex = G_OTHER;
.distance = 3;
end;
}
006-6,46,34,0 script Sign#0066CR NPC_SWORDS_SIGN,{
mesc l("*this sign is too blurred to read*");
close;
OnInit:
.sex = G_OTHER;
.distance = 3;
end;
}
006-6,39,36,0 script Sign#0066ER NPC_SWORDS_SIGN,{
mesc l("With Magic and Blades, The Icicle shall break.");
close;
OnInit:
.sex = G_OTHER;
.distance = 3;
end;
}
// Effective warps
006-6,40,35,0 script Magic Barrier#0067W NPC_HIDDEN,0,0,{
end;
OnTouch:
if (!$@ICICLE_CHALLENGE || is_admin())
warp "006-7", 44, 49;
else
dispbottom l("Your strength is not enough to power on this portal.");
end;
}
// Effective warps
006-6,54,35,0 script Magic Barrier#0067E NPC_HIDDEN,0,0,{
end;
OnTouch:
if (!$@SURVIVAL_CANDOR || is_admin())
warp "006-9", 37, 22;
else
dispbottom l("Your strength is not enough to power on this portal.");
end;
}
// Effective warps
006-6,47,33,0 script Magic Barrier#0067C NPC_HIDDEN,0,0,{
end;
OnTouch:
if (!$@CAPTURE_FLAG || is_admin())
warp "006-8", 44, 67;
else
dispbottom l("Your strength is not enough to power on this portal.");
end;
}