Open
Conversation
Member
|
I believe we've tested this with @shipyy and it was working fine but there was no way merge two zones together so the
Pasting the inserts for these zones so other people can test this: INSERT INTO `ck_zones` (`mapname`, `zoneid`, `zonetype`, `zonetypeid`, `pointa_x`, `pointa_y`, `pointa_z`, `pointb_x`, `pointb_y`, `pointb_z`, `vis`, `team`, `zonegroup`, `zonename`, `hookname`, `targetname`, `onejumplimit`, `prespeed`) VALUES ('surf_andromeda', 0, 1, 0, -8385, -449, 7391, -7743, 449, 7665, 0, 0, 0, 'Start 0', 'zone_map_start', 'player', 0, 260);
INSERT INTO `ck_zones` (`mapname`, `zoneid`, `zonetype`, `zonetypeid`, `pointa_x`, `pointa_y`, `pointa_z`, `pointb_x`, `pointb_y`, `pointb_z`, `vis`, `team`, `zonegroup`, `zonename`, `hookname`, `targetname`, `onejumplimit`, `prespeed`) VALUES ('surf_andromeda', 1, 2, 0, -13265, -833, -2081, -12321, 833, -1137, 0, 0, 0, 'Start 0', 'zone_map_end', 'player', 0, 260);
INSERT INTO `ck_zones` (`mapname`, `zoneid`, `zonetype`, `zonetypeid`, `pointa_x`, `pointa_y`, `pointa_z`, `pointb_x`, `pointb_y`, `pointb_z`, `vis`, `team`, `zonegroup`, `zonename`, `hookname`, `targetname`, `onejumplimit`, `prespeed`) VALUES ('surf_andromeda', 2, 1, 1, 6575, -4577, -5505, 7217, -3679, -5087, 0, 0, 1, 'bonus 1', 'zone_bonus1_begin', 'player', 0, 260);
INSERT INTO `ck_zones` (`mapname`, `zoneid`, `zonetype`, `zonetypeid`, `pointa_x`, `pointa_y`, `pointa_z`, `pointb_x`, `pointb_y`, `pointb_z`, `vis`, `team`, `zonegroup`, `zonename`, `hookname`, `targetname`, `onejumplimit`, `prespeed`) VALUES ('surf_andromeda', 3, 2, 1, -8129, 1551, -5697, -7489, 2449, -5279, 0, 0, 1, 'bonus 1', 'zone_bonus1_end', 'player', 0, 260);
INSERT INTO `ck_zones` (`mapname`, `zoneid`, `zonetype`, `zonetypeid`, `pointa_x`, `pointa_y`, `pointa_z`, `pointb_x`, `pointb_y`, `pointb_z`, `vis`, `team`, `zonegroup`, `zonename`, `hookname`, `targetname`, `onejumplimit`, `prespeed`) VALUES ('surf_andromeda', 4, 4, 0, -2082.81, 4904.06, 4517.94, -899.824, 6062.19, 3989.7, 0, 0, 0, 'Start 0', 'None', 'player', 1, 250);
INSERT INTO `ck_zones` (`mapname`, `zoneid`, `zonetype`, `zonetypeid`, `pointa_x`, `pointa_y`, `pointa_z`, `pointb_x`, `pointb_y`, `pointb_z`, `vis`, `team`, `zonegroup`, `zonename`, `hookname`, `targetname`, `onejumplimit`, `prespeed`) VALUES ('surf_andromeda', 5, 4, 0, -2101.43, -6093, 4633.3, -736.85, -4927.27, 4022.03, 0, 0, 0, 'Start 0', 'None', 'player', 1, 250);
INSERT INTO `ck_zones` (`mapname`, `zoneid`, `zonetype`, `zonetypeid`, `pointa_x`, `pointa_y`, `pointa_z`, `pointb_x`, `pointb_y`, `pointb_z`, `vis`, `team`, `zonegroup`, `zonename`, `hookname`, `targetname`, `onejumplimit`, `prespeed`) VALUES ('surf_andromeda', 6, 4, 1, 6556.05, 749.617, 1128.45, 6704.86, -873.519, 2188.34, 0, 0, 0, 'Start 0', 'None', 'player', 1, 250); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

this is a attempt at the the #403
needs to be tested thoroughly
i tried to PR to the other branch but i got weird conflicts xD, hope making another PR for it is ok