{"id":23599925,"url":"https://github.com/nexusforever/nexusforever.worlddatabase","last_synced_at":"2026-01-23T22:10:32.822Z","repository":{"id":109650158,"uuid":"189873697","full_name":"NexusForever/NexusForever.WorldDatabase","owner":"NexusForever","description":"The optional world database for NexusForever.","archived":false,"fork":false,"pushed_at":"2025-12-24T09:08:06.000Z","size":3995,"stargazers_count":25,"open_issues_count":4,"forks_count":14,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-25T22:50:33.063Z","etag":null,"topics":["emulator","mmorpg","server-emulator","sql","wildstar"],"latest_commit_sha":null,"homepage":"https://emulator.ws/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NexusForever.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-02T17:08:39.000Z","updated_at":"2025-12-19T09:10:47.000Z","dependencies_parsed_at":"2024-10-24T16:53:53.209Z","dependency_job_id":"e90dbc18-15fb-49dd-8628-5fcf951123ee","html_url":"https://github.com/NexusForever/NexusForever.WorldDatabase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NexusForever/NexusForever.WorldDatabase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever.WorldDatabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever.WorldDatabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever.WorldDatabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever.WorldDatabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NexusForever","download_url":"https://codeload.github.com/NexusForever/NexusForever.WorldDatabase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexusForever%2FNexusForever.WorldDatabase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28701073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emulator","mmorpg","server-emulator","sql","wildstar"],"created_at":"2024-12-27T11:35:02.085Z","updated_at":"2026-01-23T22:10:32.801Z","avatar_url":"https://github.com/NexusForever.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## NexusForever World Database\n\n### Information\nThis repository contains the *optional* world data for NexusForever, while the schema for the world database is included in the main repository the actual data resides here.  \n\nFor entity information the data is split by continent, zone and finally by creature.  \nThe example below is taken from the `Alizar/Celestion.sql` SQL file and is for the creature `Hunter Zynanna`.\n``` SQL\n-- --------------------------------------\n-- Hunter Zynanna\n-- --------------------------------------\nSET @GUID = (SELECT IFNULL(MAX(`id`), 0) FROM `entity`);\nINSERT INTO `entity` (`Id`, `Type`, `Creature`, `World`, `Area`, `X`, `Y`, `Z`, `RX`, `RY`, `RZ`, `DisplayInfo`, `OutfitInfo`, `Faction1`, `Faction2`) VALUES\n    (@GUID+1, 0, 47427, @WORLD, 301, 1991.417, -912.8641, -1900.929, 0, 0, 0, 27858, 9210, 171, 171);\nINSERT INTO `entity_spline` (`Id`, `SplineId`, `Mode`, `Speed`, `FX`, `FY`, `FZ`) VALUES\n    (@GUID+1, 14461, 1, 3, 0, 0, 0);\nINSERT INTO `entity_stats` (`Id`, `Stat`, `Value`) VALUES\n    (@GUID+1, 0, 2372),\n    (@GUID+1, 10, 8),\n    (@GUID+1, 15, 0),\n    (@GUID+1, 20, 0),\n    (@GUID+1, 21, 0),\n    (@GUID+1, 22, 0);\n```\n\nThe initial files in the repository were created with a custom tool that ingested sniffs taken while retail was still live, this gives a good starting point but a lot of manual work is required to tweak and make fixes.  \n\nEach file is considered a dump, all changes reside in the same file and should be able reapplied when changes occur.\n\n### Installation\nUnlike the content found in the auth and character databases, data in the world database is not created automatically via a database migration and needs to be applied manually.  \nRun all of the SQL files found in this repository on your world database, each file is independant from one another, you can install as many or as little as you would like.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexusforever%2Fnexusforever.worlddatabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexusforever%2Fnexusforever.worlddatabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexusforever%2Fnexusforever.worlddatabase/lists"}