Page 1 of 1

Battleground Maps

Posted: Mon Jan 16, 2012 10:00 pm
by xinux
Here is the SQL entries for the BattleGround Maps wasn't sure if you wanted me to just update the Dev Server or just post it.

Code: Select all

INSERT INTO `map_data` (`map_id`, `zone_name`, `highest`, `lowest`, `explored_map_name`, `unexplored_map_name`, `bounds1_x`, `bounds1_z`, `bounds2_x`, `bounds2_z`, `bounds3_x`, `bounds3_z`, `bounds4_x`, `bounds4_z`, `explored_key`, `unexplored_key`) VALUES (3861182166, 'battleground_iksar_ruins_0', 0, 0, 'NRVOBM/nms/battlegrounds_ctf_explored.dds', 'NRVOBM/nms/battlegrounds_ctf_explored.dds', -479.00, -370.00, 439.00, 328.00, -5000.00, -5000.00, 5000.00, 5000.00, 12985036808671302696, 12985036808671302696);
INSERT INTO `map_data` (`map_id`, `zone_name`, `highest`, `lowest`, `explored_map_name`, `unexplored_map_name`, `bounds1_x`, `bounds1_z`, `bounds2_x`, `bounds2_z`, `bounds3_x`, `bounds3_z`, `bounds4_x`, `bounds4_z`, `explored_key`, `unexplored_key`) VALUES (119032140, 'battleground_gears_of_klakanon_0', 0, 0, 'NRVOBM/nms/battlegrounds_relic_explored.dds', 'NRVOBM/nms/battlegrounds_relic_explored.dds', -85.00, -59.00, 84.00, 65.00, -5000.00, -5000.00, 5000.00, 5000.00, 14706693216500816344, 14706693216500816344);
INSERT INTO `map_data` (`map_id`, `zone_name`, `highest`, `lowest`, `explored_map_name`, `unexplored_map_name`, `bounds1_x`, `bounds1_z`, `bounds2_x`, `bounds2_z`, `bounds3_x`, `bounds3_z`, `bounds4_x`, `bounds4_z`, `explored_key`, `unexplored_key`) VALUES (2500428036, 'battleground_realm_of_prexus_0', 0, 0, 'NRVOBM/nms/battlegrounds_nodes_explored.dds', 'NRVOBM/nms/battlegrounds_nodes_explored.dds', -624.00, -470.00, 614.00, 462.00, -5000.00, -5000.00, 5000.00, 5000.00, 14767813154843060257, 14767813154843060257);

Re: Battleground Maps

Posted: Tue Jan 17, 2012 7:32 am
by John Adams
Yeah if you get new stuff, commit it to the DB Auto-Update module in the Portal. This would be a Data Update, for the map_data table.

Nice work!

Re: Battleground Maps

Posted: Tue Jan 17, 2012 8:34 am
by Scatman
Sweet. I'd love to check these out as I quit playing rather shortly to these coming out.