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');
Gedads Mob Spawns altered format
-
- Posts: 115
- Joined: Wed Jan 23, 2013 11:14 pm
Gedads Mob Spawns altered format
- Attachments
-
- mob_spawn_points.sql.patch
- (1.67 MiB) Downloaded 216 times