{"id":19134561,"url":"https://github.com/azerothcore/mod-chromie-xp","last_synced_at":"2025-05-06T19:29:27.508Z","repository":{"id":44598117,"uuid":"334668353","full_name":"azerothcore/mod-chromie-xp","owner":"azerothcore","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-28T21:20:43.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-28T03:22:09.829Z","etag":null,"topics":["azerothcore-module","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"C++","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/azerothcore.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}},"created_at":"2021-01-31T13:59:19.000Z","updated_at":"2025-02-28T21:20:45.000Z","dependencies_parsed_at":"2025-04-19T02:37:11.061Z","dependency_job_id":"e2e5078d-cc35-4803-9054-f447f45355b6","html_url":"https://github.com/azerothcore/mod-chromie-xp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-chromie-xp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-chromie-xp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-chromie-xp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-chromie-xp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azerothcore","download_url":"https://codeload.github.com/azerothcore/mod-chromie-xp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252752774,"owners_count":21798849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["azerothcore-module","hacktoberfest"],"created_at":"2024-11-09T06:27:08.442Z","updated_at":"2025-05-06T19:29:27.484Z","avatar_url":"https://github.com/azerothcore.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mode-chromie-xp\n\nThis module has been developed for [ChromieCraft](http://chromiecraft.com/) to allow players to use `.beta activate` and go further with their progression.\n\n## SQL Utils\n\n### Flag toggle\n\n```sql\nSET @LOCK_FLAG = 33554432;\n\n-- Check which players have the XP locked\nSELECT * FROM `characters` WHERE playerFlags \u0026 @LOCK_FLAG = @LOCK_FLAG;\n\n-- Check which players of a certain level have the xp unlocked\nSELECT * FROM `characters` WHERE level = 39 AND (playerFlags \u0026 @LOCK_FLAG != @LOCK_FLAG);\n\n-- Lock character XP - NOTE: the character MUST be offline.\nUPDATE `characters` SET `playerFlags` = `playerFlags` | @LOCK_FLAG WHERE `name` = 'Craft';\n\n-- Unlock character XP - NOTE: the character MUST be offline.\nUPDATE `characters` SET `playerFlags` = `playerFlags` \u0026 ~@LOCK_FLAG WHERE `name` = 'Craft';\n\n```\n\n### Add beta tester\n```sql\nSET @CHARACTER_NAME = 'Craft';\nINSERT INTO `chromie_beta_testers` (`guid`, `isBetaTester`, `comment`) VALUES \n((SELECT `guid` FROM `characters` WHERE `name` = @CHARACTER_NAME), 1, @CHARACTER_NAME);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fmod-chromie-xp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazerothcore%2Fmod-chromie-xp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fmod-chromie-xp/lists"}