Skip to content

Instantly share code, notes, and snippets.

@xackery
Created February 22, 2020 00:26
Show Gist options
  • Save xackery/6d67a8b81daf680055057c1d87eaf058 to your computer and use it in GitHub Desktop.
Save xackery/6d67a8b81daf680055057c1d87eaf058 to your computer and use it in GitHub Desktop.
INSERT INTO `zone` (`short_name`, `id`, `file_name`, `long_name`, `map_file_name`, `safe_x`, `safe_y`, `safe_z`, `graveyard_id`, `min_level`, `min_status`, `zoneidnumber`, `version`, `timezone`, `maxclients`, `ruleset`, `note`, `underworld`, `minclip`, `maxclip`, `fog_minclip`, `fog_maxclip`, `fog_blue`, `fog_red`, `fog_green`, `sky`, `ztype`, `zone_exp_multiplier`, `walkspeed`, `time_type`, `fog_red1`, `fog_green1`, `fog_blue1`, `fog_minclip1`, `fog_maxclip1`, `fog_red2`, `fog_green2`, `fog_blue2`, `fog_minclip2`, `fog_maxclip2`, `fog_red3`, `fog_green3`, `fog_blue3`, `fog_minclip3`, `fog_maxclip3`, `fog_red4`, `fog_green4`, `fog_blue4`, `fog_minclip4`, `fog_maxclip4`, `fog_density`, `flag_needed`, `canbind`, `cancombat`, `canlevitate`, `castoutdoor`, `hotzone`, `insttype`, `shutdowndelay`, `peqzone`, `expansion`, `suspendbuffs`, `rain_chance1`, `rain_chance2`, `rain_chance3`, `rain_chance4`, `rain_duration1`, `rain_duration2`, `rain_duration3`, `rain_duration4`, `snow_chance1`, `snow_chance2`, `snow_chance3`, `snow_chance4`, `snow_duration1`, `snow_duration2`, `snow_duration3`, `snow_duration4`, `gravity`, `type`, `skylock`, `fast_regen_hp`, `fast_regen_mana`, `fast_regen_endurance`, `npc_max_aggro_dist`, `max_movement_update_range`)
VALUES
('phylactery', 5969, '', 'Miragul\'s Phylactery', NULL, -43.82, -204.31, -32.96, 0, 0, 80, 764, 0, 0, 0, 1, NULL, -1000, 100, 1200, 1500, 6000, 0, 0, 0, 1, 255, 0.00, 0.4, 1, 0, 0, 0, 450, 450, 200, 200, 220, 1750, 3000, 200, 200, 220, 1750, 3000, 200, 200, 220, 1750, 3000, 0.33, '', 1, 1, 1, 1, 0, 0, 3600000, 0, 18, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0.4, 0, 0, 180, 180, 180, 600, 600),
('chelsithreborn', 5968, '', 'Chelsith Reborn', NULL, -0.12, -605, 1.18, 0, 0, 80, 763, 0, 0, 0, 1, NULL, -1000, 500, 3000, 1750, 3000, 220, 200, 200, 1, 255, 0.00, 0.4, 1, 0, 0, 0, 450, 450, 200, 200, 220, 1750, 3000, 200, 200, 220, 1750, 3000, 200, 200, 220, 1750, 3000, 0.33, '', 1, 1, 1, 1, 0, 0, 100, 0, 20, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0.4, 0, 0, 180, 180, 180, 600, 600),
('heartoffear', 5967, '', 'Heart of Fear', NULL, 0, 0, 0, 0, 0, 80, 762, 0, 0, 0, 1, NULL, -1000, 500, 3000, 1750, 3000, 220, 200, 200, 1, 255, 0.00, 0.4, 1, 0, 0, 0, 450, 450, 200, 200, 220, 1750, 3000, 200, 200, 220, 1750, 3000, 200, 200, 220, 1750, 3000, 0.33, '', 1, 1, 1, 1, 0, 0, 100, 0, 20, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0.4, 0, 0, 180, 180, 180, 600, 600),
('poshadow', 5966, '', 'Plane of Shadow', NULL, 0, 0, 0, 0, 0, 80, 761, 0, 0, 0, 1, NULL, -1000, 500, 3000, 1750, 3000, 220, 200, 200, 1, 255, 0.00, 0.4, 1, 0, 0, 0, 450, 450, 200, 200, 220, 1750, 3000, 200, 200, 220, 1750, 3000, 200, 200, 220, 1750, 3000, 0.33, '', 1, 1, 1, 1, 0, 0, 10, 0, 20, 0, 0, 0, 5, 0, 0, 2, 2, 0, 10, 0, 0, 2, 1, 0, 0, 1, 0.4, 0, 0, 180, 180, 180, 600, 600);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment