DevilSupremeRO
New member
- Messages
- 13
- Points
- 0
can anyone help me with the koe barricade?
I do agreeI think for some help need a description
give the details and we will make one for you. requesting a script must have an information.can anyone help me with the koe barricade?
Anyone ever figure this out? im triyng to do the samei need barricades here everytime they destroy the emperium on koe the barricade respawns and you have to destroy all of the barricades in order enter and destroy the emperium.
View attachment 6772
setwall "ra_koe", 52, 32, 6, 2, 0, "Barricade";
// ======================
// Barricade
// ======================
monster "ra_koe",47,30, "BARRICADE", 1905, 1, "KoE::OnBarrDead";
monster "ra_koe",48,30, "BARRICADE", 1905, 1, "KoE::OnBarrDead";
monster "ra_koe",51,30, "BARRICADE", 1905, 1, "KoE::OnBarrDead";
monster "ra_koe",52,30, "BARRICADE", 1905, 1, "KoE::OnBarrDead";
OnBarrDead:
mapannounce(("ra_koe"), _("[KoE]: A barricade in the South sector has been destroyed!"), bc_map, C_SILVER, FW_NORMAL, 18);
if (.BarricadaSur) { end; }
if (mobcount("ra_koe", "KoE::OnBarrDead") < 3) {
delwall("Barricade");
set .BarricadaSur, 1;
mapannounce(("ra_koe"), _("[KoE]: The South access is vulnerable!"), bc_map, C_RED, FW_NORMAL, 18);
}
end;
We use essential cookies to make this site work, and optional cookies to enhance your experience.