Page 1 of 1

Gedads Mob Spawns altered format

Posted: Tue Mar 05, 2013 1:30 pm
by compmike19
Here are Gedads mob spawn points in a more pleasing SQL format I adjusted most of the Names to have the underscore separating them and replicated for the most part the same format that was originally in the mob_spawn_points SQL - took forever!

Example - Gedads
INSERT INTO `mob_spawn_points` VALUES (17137687, 'OrnerySheep', '3966', 593.451, -0.977, 479.028,223);

converted to
INSERT INTO `mob_spawn_points` VALUES ('17137687', 'Ornery_Sheep', '3966', '593.451', '-0.977', '479.028', '223');