diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-04 01:48:29 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-04 01:48:29 -0300 |
commit | 8e20c0ffaadf929bce5310e9632383aa3cfc2e13 (patch) | |
tree | 0fcbe000eda4f54cf5433bd537fd2dfcc1e707a9 /npc/001-1 | |
parent | e884c7671703e1470c0328374a7087497126d57a (diff) | |
download | serverdata-8e20c0ffaadf929bce5310e9632383aa3cfc2e13.tar.gz serverdata-8e20c0ffaadf929bce5310e9632383aa3cfc2e13.tar.bz2 serverdata-8e20c0ffaadf929bce5310e9632383aa3cfc2e13.tar.xz serverdata-8e20c0ffaadf929bce5310e9632383aa3cfc2e13.zip |
Use setcells to "fix" the coliseum, making it smaller. Still needs remapping.
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/bgmaster.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-1/bgmaster.txt b/npc/001-1/bgmaster.txt index 9a1813d6c..4f66bbca9 100644 --- a/npc/001-1/bgmaster.txt +++ b/npc/001-1/bgmaster.txt @@ -118,6 +118,8 @@ OnVictor1: stopnpctimer(); announce "Team 1 raises victorious at the Fallen Kings Duel!", bc_all; // TODO: Give players a reward killmonsterall "001-2"; + delcells "Wall_0012_left"; + delcells "Wall_0012_right"; mapwarp "001-2", "001-1", 117, 72; bg_destroy($@FK_Team1); @@ -130,6 +132,8 @@ OnVictor2: stopnpctimer(); announce "Team 2 raises victorious at the Fallen Kings Duel!", bc_all; killmonsterall "001-2"; + delcells "Wall_0012_left"; + delcells "Wall_0012_right"; mapwarp "001-2", "001-1", 117, 72; bg_destroy($@FK_Team1); @@ -157,6 +161,8 @@ OnInit: end; OnDoEvent: + setcells "001-2", 109, 37, 109, 213, 3, "Wall_0012_left"; + setcells "001-2", 141, 37, 141, 213, 3, "Wall_0012_right"; .BGC=0; mapannounce("001-2", "May the fight begin!", bc_map); $@FKing_T1 = bg_monster($@FK_Team1, "001-2", 125, 38, "Frostia King", 1079, "Cassia::OnVictor2"); |